Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297396
    lblumenfeld
    Participant

    Please do the following:

    1. Go to brassaddiction.com.
    2. Click the “Blog” link in the upper right menu.
    3. Select the item “Deercreek Holiday Party”.
    4. Scroll to the bottom of the page.

    Issues:

    1. There is a link to “Photo Gallery.” What is this? How do I suppress it?
    2. The previous link that shows is to “Hello World.” This post is not the same category as the posts in the list that I’m using. How do I force the “previous” and “next” post to only be the same category as the one being viewed?
    3. There’s a “Leave a Reply” section. How do I suppress this?

    Thanks.

     

    #297409
    Skandha
    Participant

    @lblumenfeld: Hello there,

    The link Photo Gallery is the category that you have selected for the post Deercreek Holiday Party. To remove that

    Edit the post => Deercreek Holiday Party => On the right sidebar => Categories => Uncheck the Photo Gallery category and Update the page.

    It is not possible to have the previous and next post show posts of only a particular category. If you really need it I suggest you to hire a customizer to get it done.

    To disable the comments

    Go to => Appearance => Customize => Theme Options => Comment Options => Select Disable Completely => Save Changes.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #297491
    lblumenfeld
    Participant

    To be clear, I need to remove the link to Photo gallery, not change the type. How do I do that?

    Not being able to make next and previous keep the category seems like a bug. In that case, how do I suppress those buttons completely?

    #297553
    Skandha
    Participant

    @lblumenfeld: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the link from Photo Gallery */
    .single-post .entry-footer .cat-links {
    pointer-events: none;
    }
    
    /* To remove the next previous buttons */
    .single-post .post-navigation {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #297561
    lblumenfeld
    Participant

    Thanks! what would be needed to make the next/previous buttons respect the category?

    #297661
    Skandha
    Participant

    @lblumenfeld: Hello there,

    You will need make changes to the_post_navigation(); function in the theme.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post Page is showing invalid items’ is closed to new replies.