This simple code aligns the adsense ad to the left and text wrapping around it.
If you want the adsense ad to the right, just change the [float: left] to [float: right]
This simple code aligns the adsense ad to the left and text wrapping around it.
If you want the adsense ad to the right, just change the [float: left] to [float: right]
I faced a little problem while trying to fresh install a blog on one of my domain.
A file named “advanced-cache.php” cannot be removed from the wp-content folder! I had removed everything from my domain folder and that stubborn file cannot be removed. The reason was due to the usage of …
5 Nice Wordpress theme to accompany you thru Valentine’s Day
1) Valentine Wordpress Theme: Lucy Heart

2) Valentine Wordpress Theme: Valentine 1.0

3) Valentine Wordpress Theme: Love Birds

4) Valentine Wordpress Theme: Pink White Valentine…
Follow the steps to make wordpress show only one post on the front page.
1) Make a copy of the index.php file thats in your worpress theme directory
2) Rename the index.php file to home.php
3) At the top of home.php, you need to make a call to query_posts
The home.php …