• Resolved qetuo

    (@qetuo)


    What I’m wanting to do is when someone clicks on a category it only shows the category name in the title of the page.
    currently its showing
    “Archive for the ‘Name’ Category”
    The code in archives.php is this
    <?php /* If this is a category archive */ } elseif (is_category()) { ?>
    And I just want it to show the “Name” of that category
    Thanks Ben

  • The topic ‘Change the text that pulls is_category’ is closed to new replies.