survey for walking project
December 19, 2009
Leave a comment
Categories: Xtras
To add flash inside a wordpress theme you have several ways but i recommend
You can create a lot of pages in your wordpress site but if you call the function
It displays all the pages.
To Display categories in your Menu you need to Use the function
wp_list_categories()
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..
you can display your recent comments in your wordpress themes by….