http://wpbtips.wordpress.com/ On your main posts page, recent posts are normally displayed in reverse chronological order (latest at the top). A sticky is a post that overrides this order: no matter what its date, it will show up above the most recent post. The option is found if you click the “Visibility” tab in the Publish … Continue reading
http://wpbtips.wordpress.com/ For a block of text enclosed in a colored background (like the example below), you can use this code (in the html post or page editor, or in text widgets): <div style="padding:12px;background-color:#HEX HERE;line-height:1.4;"> TEXT HERE </div> For palettes and hex color codes see the Hex Hub. Padding = space around text; “line-height” may … Continue reading