Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #988424
    CPSA
    Participant

    I am displaying posts in a page/category and I was able to change the page title not to include the word archives. I, however, have not found a way to remove it from the document title of the DOM. I am left with _categoryName_ Archives – _siteName_
    Is there a way I can remove the word Archives and keep just the category name and site name?

    #988852
    Lely
    Moderator

    Hello There,

    Thanks for posting in.To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. If you’re referring to a category page, we can always edit Archive Title to set the Archive title and remove the default Archive,

    Always,
    X

    #988869
    Friech
    Moderator

    Hi There,

    Thanks for writing in! The Archive title for the archives pages is the default title, if you did not set the title manually. You can set the Archive Title and Archive Subtitle by navigating to Posts > Categories.

    You can hide the sub title with this css

    .p-landmark-sub {
    	display: none;
    }

    Hope it helps, Cheers!

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