hi im trying to get full text on my category
i know that i have to do this
'the_excerpt()' to 'the_content()'
i got wp 2.8
i was looking at my files and i dont have a category.php
hi im trying to get full text on my category
i know that i have to do this
'the_excerpt()' to 'the_content()'
i got wp 2.8
i was looking at my files and i dont have a category.php
Look for archive.php, and if that doesn't exist, then it's the index.php file that you should be looking for.
my index, just have this
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>
i just find archive.php
thanks
This topic has been closed to new replies.