WordPress login form
You can create login forms by adding some plugins.but if you are a developer you should know ways to tweak the same theme and thats what i have done. just paste the code… Click here to read the full post………
You can create login forms by adding some plugins.but if you are a developer you should know ways to tweak the same theme and thats what i have done. just paste the code… Click here to read the full post………
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
Their are a lot of ways to add feed to your wordpress.
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….