Template Tags


 

Template tags are used within your blog's Templates to display information dynamically or otherwise customize your blog, providing the tools to make it as individual and interesting as you are. Below is a list of the general user tags available in WordPress, sorted by function-specific category.

<?php bloginfo('stylesheet_url'); ?>
<?php  bloginfo('name'); ?>
<?php wp_title(); ?>

list of Template Tags