Posted in WordPress, blogging on Apr 10th, 2009 2 Comments »
While playing around to get Highlight your Sticky Posts, I realized that with WordPress 2.7, we can now modify our CSS stylesheet (styles.css) so that we can highlight a Post by simply adding a “tag” to that Post. What we need to do is add that appropriate entry int our styles.css file.
For example, this [...]
Read Full Post »
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 [...]
Read Full Post »
Are you tired of your social bookmarking widgets looking like this under each of your posts and pages? Notice the line spacing between them.
Well some simple editing of the plugins’ code can make it look like this:
First … we modify the CSS stylesheet for the Sociable plugin. Change the first line [...]
Read Full Post »
Posted in WordPress on Apr 5th, 2009 No Comments »
Finally … after helping others setup their blogs … I finally decide to make a public one for myself. So here it is.
Note: posts prior to this one were imported from my previous “test” blogs.
//
Read Full Post »