Category Archives: Wordpress

How To Make Text Wrap Around Adsense

0
Filed under How To, Wordpress

advertisment

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]

Remove advanced-cache File

0
Filed under Wordpress

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 …

3 Nice News/Magazine Wordpress Theme

0
Filed under Wordpress Themes

1) News/Magazine Wordpress Theme: Structure | Demo

Structure WordPress Theme

2) News/Magazine Wordpress Theme: Visionary | Demo

Visionary WordPress Theme

3) News/Magazine Wordpress Theme: Newspaperize | Demo

5 Valentine’s Day Wordpress Theme

2
Filed under Wordpress Themes

5 Nice Wordpress theme to accompany you thru Valentine’s Day

1) Valentine Wordpress Theme: Lucy Heart

Lucy Heart

2) Valentine Wordpress Theme: Valentine 1.0

Valentine 1.0

3) Valentine Wordpress Theme: Love Birds

Love Birds

4) Valentine Wordpress Theme: Pink White Valentine

How To Make WP Show Only One Post On The Front Page?

1
Filed under How To, Wordpress

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 …