- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi, I’m using Bardo pro style 1 for my site but the Blog page is empty (I renamed it News) even though I have created a category-article called News.
Then I wish I could have only 1 ora 2 category articles on my homepage, not all articles I write. It’s possible?
the site is http://www.graficasaltamonte.it/wipedizioni
Thanks
Marcella
Hi Marcella,
With the theme and WordPress settings, you can only have one blog page at the same time, but I can give you shortcodes to have blog posts on the home page and on the blog page too.
Navigate to Dashboard > Pages and create a Blog and Home pages. After doing that
Navigate to Settings > Reading > Reading Settings > A static page (select below)
Homepage > Home
Post Page > Blog
Also, use shortcode functionality to display post on the home page. see below guide.
To display all latest post use:
[bard_blog]
To select specific categories in the blog feed shortcode, you just need to add the “categories” attribute to it. You can list multiple categories separated by a comma:
[bard_blog categories="food,travel"]
or select a single one like this:
[bard_blog categories="food"]
Also, posts per page could be limited by adding the “amount” attribute” like this:
[bard_blog categories="food" amount="5"]
To select specific posts in the blog feed shortcode, you just need to add the “post_ids” attribute to it and list selected post ids separated by a comma like this:
[bard_blog post_ids="1,23,157"]
Hope it was helpful.
Kind Regards
Thank you so much! and sorry for answering so late!
You are welcome. Feel free to contact us anytime.
Kind Regards