Viewing 4 replies - 1 through 4 (of 4 total)
  • moshu

    (@moshu)

    You will have to edit the category.php or archive.php of the theme.
    This might be a good guide:
    https://codex.www.ads-software.com/Template_Hierarchy

    Thread Starter Dave P.

    (@callmedpit)

    The weird thing is I don’t see category.php as an option to edit…

    * Stylesheet
    * 404 Template
    * Archives
    * author.php
    * Comments
    * Contact
    * Footer
    * functions.php
    * Header
    * Main Index Template
    * Archives
    * Links
    * Page Template
    * Search Results
    * Sidebar
    * Single Post

    moshu

    (@moshu)

    As I said: category.php OR archive.php, depending on your theme’s structure. The link I gave you should have clarified for you which file to look for.
    If you don’t have a category.php it means your category archives are displayed by the archive.php file. (Warning: it is NOT the same as archives.php with plural S at the end!)

    Thread Starter Dave P.

    (@callmedpit)

    Ok FYI – I figured out what I needed to do. It was in archive.php.

    Change <?php the_exerpt(); ?> to <?php the_content(); ?>

    Also to change the text at the top delete:

    <h2 class=”pagetitle”>Archive for the ‘<?php echo single_cat_title(); ?>’ Category</h2>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full post and changing sticky on category page’ is closed to new replies.