Recently I got an e-mail from Google telling me I need to update privacy policy on my sites. Since I manage may WordPress blogs, that was not a good news from me as I had to update absolutely all sites to create varions privacy policy pages. I was happy to know that Eric Giguere has [...]
If you need to kill all the posts you have written, you’re welcome to use a simple plugin. Its name sounds very nice: WordPress Suicide. What does this plugin do? It allows to truncate all major tables like wp_posts and wp_terms. It’s just if you need to remove ALL posts and all categories, not one [...]
If you don’t like 2.7.1 or 2.7 that are located at the main page of wordpress.org, you might be interested in downloading a previous release of WordPress. Just sharing a link with you to avoid searching: http://wordpress.org/download/release-archive/ . There are all previous WordPress versions availabel and you’re welcome to choose, which one is right for [...]
A simple code will help you to use text and images in a splendid way using WordPress. You should alter a CSS file to add the following lines: img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 [...]