• Resolved thenumbereightytwo

    (@thenumbereightytwo)


    Hi all.

    Some help needed please…

    On my homepage, I just show post excerpts.

    On these excerpts, I have an image, the excerpt, and underneath this, tags, the category and the amount of comments.

    Could someone tell me how I can get rid of/replace the three latter features please.

    Also, just before these, there’s a pin symbol. Could you also tell me what this is and how I can remove that also.

    Layman’s terms are appreciated.

    Best.

    Jamie.
    thenumber-eightytwo.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author jazzs3quence

    (@jazzs3quence)

    The pin icon indicates that the post is a standard post. There is a different icon for each of the other supported post formats (audio, video, chat, image, etc).

    To remove the icon and the post meta information (comments, tags, categories), you either need to create a child theme and remove those items from the code or install a custom CSS plugin. A CSS editor is included in Jetpack, so if you have Jetpack installed, you just need to enable that module and use the Edit CSS link under Appearance. If not, you can use the My Custom CSS plugin to add custom CSS to your site. Once you have one of those enabled on your site, add this to your CSS editor:

    .post.status-publish .postmetadata,
    .post.status-publish .icon {
         display: none;
    }
    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Thank you very much for that.

    Do you have any information on the other elements I’m looking to get rid of?

    Also, on a similar note, I tried to access my Jetpack settings, and am getting this error message:

    Fatal error: Call to protected method WP_List_Table::display_tablenav() from context ‘Jetpack_Settings_Page’ in /var/sites/t/thenumber-eightytwo.com/public_html/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php on line 32

    Do you know what the problem may be?

    Many thanks for your great help.

    Jamie.

    Theme Author jazzs3quence

    (@jazzs3quence)

    The CSS I posted will remove both the icon and the comments/tags/categories that display below the post on posts of all post formats.

    Re: the Jetpack error — never seen that, I’d head over to the Jetpack forums and see if they can help you there.

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Okay, thank you very much for your help – brilliant as ever.

    Theme Author jazzs3quence

    (@jazzs3quence)

    No problem. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing features in Museum Core’ is closed to new replies.