Comments 16Jen started the conversationSeptember 7, 2015 at 6:14amIs 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 wordsie in this caseMediaCan you tell me where to make this change 8,990Tahir repliedSeptember 7, 2015 at 9:30amHey,Simply edit the index.php file . Thanks ThemeNectar Support Team 16Jen repliedOctober 6, 2015 at 4:37amis 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,990Tahir repliedOctober 7, 2015 at 3:34pmHey,Yes thats correct. Thanks ThemeNectar Support Team Sign in to reply ...
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
Hey,
Simply edit the index.php file .
Thanks
ThemeNectar Support Team
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 ) );
Hey,
Yes thats correct.
Thanks
ThemeNectar Support Team