[Resolved] Removing the blog catagories links to other blog pages

Home Forums Support [Resolved] Removing the blog catagories links to other blog pages

Home Forums Support Removing the blog catagories links to other blog pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #360106
    Siong Boon Lim

    I have the following blog page
    http://www.fuel-your-passion.com/belief/

    At the end of the blog page, there is the catagory and 2 links to my other blog post.

    May I know how do I remove those?
    They were not in my edit page.

    Thank you.

    #360174
    Leo
    Staff
    Customer Support

    Hi there,

    That is a planned feature.

    Try this CSS for now:

    .post-navigation {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #360215
    Siong Boon Lim

    The following linking to other blog is now gone, but the category folder is still there.
    Any way to remove them completely?
    I did not want them to be there automatically.
    Tried looking everywhere but there seems to be no options to remove this link which was automatically inserted.

    #360240
    Leo
    Staff
    Customer Support

    This should CSS should remove them both:

    footer.entry-meta {
        display: none;
    }
    #360353
    Siong Boon Lim

    This completely removes everything. Thank you very much!!!

    #360544
    Leo
    Staff
    Customer Support

    No problem!

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