Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #332042
    albusnoctes
    Participant

    Hello. I’d like to removove related posts and the category tag from my posts , how can I do it?
    Thank you.

    #332048
    tikaram
    Participant

    @albusnoctes : Can you please check your URL again and let me know. I  could not access any post on your site.

    Regards,
    Tikaram

    #332050
    albusnoctes
    Participant
    #332051
    albusnoctes
    Participant

    I also used a code to hide the navigation (next and previous posts) but now i fear I may have hidden it globally and not only for the posts.

    is there a way you could help with that, too? Thanks.

    #332052
    tikaram
    Participant

    @albusnoctes : The related post feature is enabled by the Jetpack Plugin. Please go through the documentation of plugin and disable the related posts.
    Please add the following additional css to hide the category from single post.

    .single-post .entry-meta .cat-links {
      display: none;
    }

    To disable post navigation from single post please add the following css.

    .single-post .post-navigation {
      display: none;
    }

    Regards,
    Tikaram

    #332056
    albusnoctes
    Participant

    Thank you so much.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.