Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1110140
    mksubherw
    Participant

    On each category page, it says “Blog” at the top of the category.

    For example:
    http://softskillsfordesigners.com/category/design-collaboration/

    http://softskillsfordesigners.com/category/resolving-conflict/

    All of them say Blog at the top. I would like a different label per page. How can I do that?

    Thanks in advance!

    #1110153
    Thai
    Moderator

    Hi There,

    Please navigate to edit your category, you can change text under the Archive Title field:

    http://i.imgur.com/8DNHSjD.png

    Hope it helps 🙂

    #1110269
    mksubherw
    Participant

    Hmmmm…

    My heading remains saying “Blog”. I see the new category name briefly, but then it changes quickly back to Blog.

    Is there a global or default somewhere? I believe it used to say “Archive” on my website. Now it says Blog.

    #1110567
    Rue Nel
    Moderator

    Hello There,

    That issue happened because you have added a custom JS code in the customizer.

    jQuery(document).ready(function($){
    	$('.h-landmark span').html("Blog");
    	$('.p-landmark-sub span').html("");
    });

    Please remove this code if you didn’t added it.

    Hope this helps. Please let us know how it goes.

    #1110712
    mksubherw
    Participant

    worked great! thanks!

    #1110717
    Rad
    Moderator

    You’re welcome!

  • <script> jQuery(function($){ $("#no-reply-1110140 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>