Recent post in your wordpress site(All possible techniques)

February 18, 2010 Leave a comment

Almost in all wordpress site we need to have recent post of our blog,whatever order it may be we need it badly.Their are a plenty of ways to display it.Lets analyze it

1)Through wordpress

Click here to read the full post………

How to display feed in your wordpress site

February 16, 2010 Leave a comment

Their are a lot of ways to add feed to your wordpress.

1)Through wordpress…

Click here to read the full post………


survey for walking project

December 19, 2009 Leave a comment
Categories: Xtras

How to add flash inside wordpress theme

December 16, 2009 13 comments

To add flash inside a wordpress theme you have several ways but i recommend

Click here to read the full post………

How to include or exclude pages in your wordpress Menu bar

December 11, 2009 4 comments

You can create a lot of pages in your wordpress site but if you call the function

<?php wp_list_pages(); ?>

It displays all the pages.

Click here to read the full post………

How to get wordpress categories in your menu.

December 10, 2009 1 comment

To Display categories in your Menu you need to Use the function
wp_list_categories()

Click here to read the full post………

Sample Header in wordpress

December 9, 2009 1 comment

To create a simple ‘header.php’
These function are needed to be called..
<?php bloginfo(‘name’); ?>–displays name
<?php bloginfo(‘url’); ?>–links to the url
<?php bloginfo(‘description’); ?>–descrition of the blog..

Click here to read the full post………

How to display recent comments on your wordpress

December 7, 2009 3 comments

you can display your recent comments in your wordpress themes by….

Click here to read the full post………