• hktvb2001

    (@hktvb2001)


    When I click on a category, it shows this sentence:
    Posts filed under ‘..’

    How can I remove that? I just want to see post in the category, but not that sentence.. “Posts filed under ‘..'”

    Also, how can I change all post Title in my category to be in BOLD..?? Actually, on my main page, the Post Title is in BOLD, but not when it’s in a category..

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Dgold

    (@dgold)

    If you’re using the default theme, go
    Admin > Presentation > Theme Editor > Category Template (or it might be a different template)

    and delete the line
    <h2 class="pagetitle">Archive for the '<?php echo single_cat_title(); ?>' Category</h2>

    If you want to do the same for the Search Results Page and Archives, you’ll see the similar code to delete.

    Thread Starter hktvb2001

    (@hktvb2001)

    I don’t use the default theme, but the Blix theme.. Can you help me to find out that part on the Blix theme..please..

    Thanks!

    Thread Starter hktvb2001

    (@hktvb2001)

    Please help me!

    moshu

    (@moshu)

    This is how it works:
    in the Template_Hierarchy you can find out which template file is used when displaying your category listing (or category archives). Once you figured that out, you can open the file and edit as you wish.
    Warning: Blix uses a lot of its own functions and unusual code that most helpers around here are not familiar with, so you have to be patient and not bump…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change some part of text..’ is closed to new replies.