• I’m using Mystique theme,and when I click on a category,it brings me up a page with all posts from that category.But I want to change the title “Category archive : <name>”. Is that possible?If not,can I delete that text? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Depending on your theme, there’s usually a PHP template file like category.php what determines what shows up on a category list page.

    Check out the WordPress Page Hierarchy to work out which template file is being used by your theme.

    Cheers

    PAE

    In my theme, Volumes by themezilla, the functions for this were in archive.php. Just FYI.

    @funvilleofficial In Appearance -> Editor. Open Archives (archive.php)file and edit the following line as per your need, don’t forget to backup file before editing.

    <?php if(is_category()): ?>
                <h1 class="title archive-category"><?php atom()->term->Title(); ?></h1>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the category page title.’ is closed to new replies.