Tuesday, July 13, 2010

Create new module position in joomla.



How do you add an extra module position to the Joomla template?

Step 1 : open "templateDetails.xml" from "your path\ joomla\templates\your themefolder"


Step 2: add your position name in this xml file



<positions>

<position>yourpositionname</position>

<position>breadcrumb</position>

<position>left</position>

<position>right</position>

<position>top</position>

<position>user1</position>

<position>user2</position>

<position>user3</position>

<position>user4</position>

<position>footer</position>

<position>debug</position>

<position>syndicate</position>

</positions>





Step 3 : open "index.php" from "your path\ joomla\templates\your themefolder" and add this code where you want to add

<jdoc:include type="modules" ame="yourpositionname" />



Step 4: you will found look like this

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.