Hi all ,
I am having a problem that my category.php is not working at all . Whenever i choose a single category 'localhost/wordpress?cat=3' it is not showing the content what i've written in category.php .... Pls help me ...
Here is my category.php code
<?php
/**
* Category Template
*
* The archive template is the default template used for archives pages without a more specific template.
*
* @package Hatch
* @subpackage Template
*/
get_header(); // Loads the header.php template. ?>
<?php single_cat_title(); ?>
<?php get_footer(); // Loads the footer.php template. ?>