Open Game Systems
Hai. Open index.php and look for code under div class postcontent:<?php if( is_date() || is_search() || is_tag() || is_author() ) { ?>replace to: *we just add is_category() <?php if( is_date() || is_search() || is_tag() || is_author() || is_category() ) { ?>Thanks.