• Resolved TheMadWiddler1200

    (@themadwiddler1200)


    Hello,

    I’m having trouble with my category pages. The two titles that are appearing are the “Category Archives: YourCategoryName” and the default page title. Here is a link to see the double titles. I didn’t like having the text “Category Archives :” next to my titles, so I removed them using this code

    header.archive-header {display: none;}

    And now I only have the default page title. But this also removes the category description, which is what I need.

    Is there a way to remove the “Category Archives: YourCategoryName” title, but keep the category description and move the default page title to the top?
    I’ve thought about removing the “Category Archives:” and the “default page title” and just leaving the “YourCategoryName”. But this would be bad for SEO since the default page title is, well, the page title. The “YourCategoryName” is only an H1. So removing the “Category Archives: YourCategoryName” title and moving the default page title up would be best.

    Any help would be appreciated! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TheMadWiddler1200

    (@themadwiddler1200)

    Okay I got rid of the “Category Archives: YourCategoryName” title. I used

    .archive-header h1{
    display: none;
    }

    to remove it and keep the category description.

    Now I just need to move the default page title to the top of the page so it’s on top of the category description not on the bottom of it. Can anyone help with this?!? Here’s a link to the page.

    Thanks. ??

    Along the same lines perhaps, I have been wondering if it is possible to have just the words Category Archives : set to not display and let the Category name be the page title.

    I don’t know if that would help you as well.

    I only tried using the code above and trying to then say:

    .archive-header h1 span {
    display: IDon'tKnowWhatExactlyHereSoI TriedBlock; }

    But it failed to let that <span> YourCategoryName</span> appear.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double title on category pages?’ is closed to new replies.