Highlight your Sticky Posts
Posted in WordPress, blogging, tweaking / hacking / fixing on Apr 9th, 2009 No Comments »
To simply highlight something you can just modify your CSS stylesheet styles.css to include something like this:
.highlight { background-color: #FFFF00; }
With WordPress v2.7, you can now mark a post as “Sticky”, which puts it at the top of the page. If you are using a WordPress 2.7 compatible theme, then it [...]