Okay
  Public Ticket #521971
category archive naming protocol
Closed

Comments

  •  16
    Jen started the conversation

    Is there a way to change the page title of the category archives?


    ie I would like this to simply state the name of the category without the other words


    ie in this case

    Media


    Can you tell me where to make this change

  •  8,990
    Tahir replied

    Hey,

    Simply edit the index.php file .

    Thanks


    ThemeNectar Support Team 

  •  16
    Jen replied

    is this the line?



    printf( __( \'Category Archives: %s\', NECTAR_THEME_NAME ), single_cat_title( \'\', false ) );


    and do I change it to ithe below if I don\'t want the words category archives in there?


    printf( __( \'%s\', NECTAR_THEME_NAME ), single_cat_title( \'\', false ) );

  •  8,990
    Tahir replied

    Hey,

    Yes thats correct.

    Thanks


    ThemeNectar Support Team