// Declaration help in navigation in admin panel
/**
* @package WordPress
* @subpackage Default_Theme
*/
/*
Template Name: Tag Wordpress
*/
?>
// Fetch the header template
//Main content area
// query_post will fetch all the post having wordpress as tag. Change as per ur requirement
//this is same as of main index template where general post as usually shown
Not Found
Sorry, but you are looking for something that isn't here.
//Footer Area
Sunday, December 27, 2009
Fetch all the post related to a particular tag in a page of wordpress
If you want to fetch all the post in a particular page having same tag or category keeping the basic layout same as of general blog post. We need to make a template file with the following code and upload it as tag-tagname.php (eg tag-wordpress.php)
Wordpress category/tag style
If you want your category or tags to be presented in different style simple stylesheet can be added with customized classes:
.tag-tagname{} (For example i made .tag-wordpress{color:#00FF00; background-color:#000000;})
The above changes in my blog put my all the post under 'wordpress' tag to a new color and background amongst all the post of the general post page
.category-categoryname{}
The same can be adopted for category also
.tag-tagname{} (For example i made .tag-wordpress{color:#00FF00; background-color:#000000;})
The above changes in my blog put my all the post under 'wordpress' tag to a new color and background amongst all the post of the general post page
.category-categoryname{}
The same can be adopted for category also
Saturday, December 26, 2009
3 idiots
Excellent movie just rocked my heart..................a nice movie after a long time planning to see it second time.
Friday, December 25, 2009
Merry Christmas
Monday, December 14, 2009
Friday, December 11, 2009
CAPTCHA
Till today I was using captcha from different third party. Then I came to know about the official portal of CAPTCHA www.captcha.net and used it in this blog in comments form. Its a nice one. Learning more about CAPTCHA. Much concerned about spam postings earlier also did lots of Client side and server side validations. Lets see how it helps.
Thursday, December 10, 2009
Sunday, December 6, 2009
Header by Inkscape
Friends,
The header you are seeing at my blog is done by Inkscape an open source illustration tool. Exploring more to add something more on this blog.
The header you are seeing at my blog is done by Inkscape an open source illustration tool. Exploring more to add something more on this blog.