• Resolved crealexiadiy

    (@crealexiadiy)


    Hi,
    on the front page, I would like a text like a highlight post, where I can write about me (now the ‘Bemutatkozás’).
    But I don’t want it like a post so:
    I don’t want to see:
    – category (kézm?ves)
    – under related posts
    – or in any other place.
    (with WP Hide Post plugin I could hide it some places but not everywhere)
    So how could I write it that it looks like now, but without having it like a post?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @crealexiadiy,

    Thank you for getting in touch with us.

    First of all please change the category so only this post will be in that new category. This way you won’t see this post in some popular categories and also it won’t be displayed in related posts section.
    Then add this code to Appearance → Customize → Additional CSS to hide this new category from displaying:

    .frontpage-large-post .entry-meta {
        display: none;
    }

    You can also change this post date to some old publish date so it will show up as last post. With a bit of css we can hide it as well.

    Hope that helps.

    Best regards

    Thread Starter crealexiadiy

    (@crealexiadiy)

    Thank you very much!
    Now it is ok on the front page, but it is still displayed in related posts. I use Jetpack plugin for related posts.

    Hi there,

    Please try to use this css:

    #jp-relatedposts .jp-relatedposts-post[data-post-id="206"] {
        display: none;
    }

    Kind regards

    Thread Starter crealexiadiy

    (@crealexiadiy)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fron page highlite post’ is closed to new replies.