• Resolved tiffjones611

    (@tiffjones611)


    I have categories as a menu item. When I click on that item, the page shows “Categotry Archives: Item” How do I remove the “Categotry Archives” I am not misspelling it – it is misspelled in the theme.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter tiffjones611

    (@tiffjones611)

    I found and fixed myself. Hopefully this will help anyone else trying to do this.

    It is found in archives.php, line 14: <h1><?php printf(__(‘Categotry Archives: <span>%s</span>’, ‘orange’), single_cat_title(”, false)); ?></h1>

    I didn’t want any of that displaying, so I deleted Categotry Archives:

    <h1><?php printf(__(‘<span>%s</span>’, ‘orange’), single_cat_title(”, false)); ?></h1>

    Worked like a charm.

    Theme writer should really watch for spell checking errors like this!

Viewing 1 replies (of 1 total)
  • The topic ‘Category Archives’ is closed to new replies.