Archive

Posts Tagged ‘header.php’

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………