Sunday, June 13, 2010

add extra side bar in your wordpress blog

Are you want to add extra side bar in your wordpress blog?

Skill Required: php html

Step 1: copy this code

<?php

if ( function_exists('register_sidebars') )

register_sidebars(2);

?>

Step 2: open wp-content\themes\your theme name\function.php file

Step 3: Paste this code here.

Step 4: copy this

<div>

<ul>

<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>

<?php endif; ?>

</ul>

</div>

Step 5: paste this code where you want this side bar.

Friday, June 11, 2010

Submit Site to Search Engines

Earn Revenue from Your Online Content (Earn Money from Your Website)

Google AdSense is a free program that enables website publishers of all sizes to display relevant Google ads and earn.

Step 1: Register with this link it's free  Register
Step 2: If you already have an account Login with this link Login
Step 3: Make  your add with "AdSense Setup" tab after login
Step 4: google will provide a code, copy this code and paste this on your web page.