- This topic has 5 replies, 2 voices, and was last updated 2 years, 9 months ago by Skandha.
-
AuthorPosts
-
January 9, 2022 at 10:55 pm #297396lblumenfeldParticipant
Please do the following:
- Go to brassaddiction.com.
- Click the “Blog” link in the upper right menu.
- Select the item “Deercreek Holiday Party”.
- Scroll to the bottom of the page.
Issues:
- There is a link to “Photo Gallery.” What is this? How do I suppress it?
- 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?
- There’s a “Leave a Reply” section. How do I suppress this?
Thanks.
January 10, 2022 at 2:49 am #297409SkandhaParticipant@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,
SkandhaJanuary 11, 2022 at 1:17 am #297491lblumenfeldParticipantTo 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?
January 11, 2022 at 10:52 pm #297553SkandhaParticipant@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,
SkandhaJanuary 11, 2022 at 11:31 pm #297561lblumenfeldParticipantThanks! what would be needed to make the next/previous buttons respect the category?
January 13, 2022 at 6:23 am #297661SkandhaParticipant@lblumenfeld: Hello there,
You will need make changes to the_post_navigation(); function in the theme.
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Post Page is showing invalid items’ is closed to new replies.