Forums

full text in category (4 posts)

  1. alexanderadnanj
    Member
    Posted 2 years ago #

    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

  2. nathanrice
    Member
    Posted 2 years ago #

    Look for archive.php, and if that doesn't exist, then it's the index.php file that you should be looking for.

  3. alexanderadnanj
    Member
    Posted 2 years ago #

    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');
    ?>

  4. alexanderadnanj
    Member
    Posted 2 years ago #

    i just find archive.php

    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.