- This topic has 10 replies, 2 voices, and was last updated 2 years, 5 months ago by
David.
-
AuthorPosts
-
February 22, 2019 at 3:39 pm #818203
William
I’m a non-coder WP newbie with an established, all static pages, WP site using the latest update of GP Premium 1.6.2 https://kickngliders.org/wp/.
I wish to replace the club’s paper newsletter by adding a BLOG portion to the site. I have created a BLOG page, https://kickngliders.org/wp/blog/ (for which there is currently no navigation link) that displays posts.
I’m stuck at figuring out how to provide navigation for the posts by date and category of post, etc.
GeneratePress 2.2.2GP Premium 1.7.8February 22, 2019 at 5:34 pm #818277Tom
Lead DeveloperLead DeveloperHi there,
Where are you wanting to add this navigation?
Any examples of what you want it to look/function like?
Let us know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 23, 2019 at 1:49 pm #819170William
What I want to accomplish is to add a “News” (blog) page to the existing static site that will display posts with sidebar navigation to, probably, months and categories and a search of posts in a sidebar.
Certainly, part of my problem is not understanding the terminology. But I’m probably mainly stuck in a way that seems simple-minded to me: I don’t understand how to set my “News” page so that it has a sidebar to use for News navigation without affecting the sidebar on the “Home” page?
After that, I see that there are Recent Posts, Categories, Search, etc. widgets that can be added to a sidebar so I can probably manage to set things up from there.
February 23, 2019 at 5:27 pm #819284Tom
Lead DeveloperLead DeveloperSetting up a sidebar to have different widgets across your website isn’t super easy. The best method is to use a plugin like this: https://wordpress.org/plugins/content-aware-sidebars/
That way you can have one set of widgets on your home page, and another set of widgets on your blog page.
Let me know if that helps at all 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 25, 2019 at 12:33 pm #821322William
Thanks very much. That helped a lot!
Installed Content Aware Sidebars but had some difficulty getting it to work they way I wanted. Widget Logic, on the other hand, seems to work fine. Had to learn a bit about conditional tags but that was easy for me to implement and understand.
Only issue is setting a conditional tag to show the widgets when a date-based archive page is being displayed. I want Recent, by Month and by Category widgets displayed on the blog, single, by category and by month pages. All but the by month display as I wish. I’ve tried several conditional tags but when I search by month all I get is the default widgets?
The “Widget logic” I’m using is:
is_home() or is_single() or is_category() or is_archive()February 25, 2019 at 12:40 pm #821328William
Belay my question! All of a sudden it seems to be working correctly!
February 25, 2019 at 3:42 pm #821439Leo
StaffCustomer SupportGlad you figured out 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 21, 2020 at 5:25 am #1498230Ritesh
Hello
I am also looking for some solution to develop a News website
– Home Page = Latest News with Block + 2-3 post on various categories
It’s kind of general News Site
Ritesh
October 21, 2020 at 5:30 am #1498246David
StaffCustomer SupportHi there,
you would need to create a static page and use the WP Show Posts plugin to display your various post lists:
https://wordpress.org/plugins/wp-show-posts/
If you need any further info – please raise a new topic.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 21, 2020 at 5:30 am #1498248Ritesh
Or let me know if i can add some more block (Various News Categories) on front page
GeneratePress Site Template – MarketerOctober 21, 2020 at 5:32 am #1498250David
StaffCustomer SupportI replied to your question here:
https://generatepress.com/forums/topic/adding-blog-section-to-static-site/#post-1498246
Please read and raise a new topic if you need further help
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.