• Resolved betwixt

    (@betwixt)


    Hi there! I would like to remove the text “archive for the xx category”, which is displayed when I click on a category.
    When I attempt to remove certain things myself, it seems to break my theloop.php. Does anyone happen to know what part to remove?

    This is the file:

    [Moderated – code pasted here: https://wordpress.pastebin.ca/768617
    In future please use sites like https://wordpress.pastebin.ca/ for displaying excessive source code.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The section you are looking for is here:

    if (is_category()) {
    	if (get_query_var('cat') != $k2asidescategory) {
    		printf(__('Archive for the \'%s\' Category','k2_domain'), single_cat_title('', false));

    You can edit or comment out the last printf line:

    Also note K2 has its own support forums:
    https://getk2.com/forum/

    Thread Starter betwixt

    (@betwixt)

    Thank youu!!! ?? I know K2 has it’s own support forums, except they are never really answering, haha.

    except they are never really answering

    Can’t help with that. :)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to remove the text “archive for the xx category” from theloop.php’ is closed to new replies.