Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52659
    Marcella Signorile
    Participant
    Premium Member

    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

    #52673
    vako
    Keymaster
    WP Royal Team

    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

    #52781
    Marcella Signorile
    Participant
    Premium Member

    Thank you so much! and sorry for answering so late!

    #52791
    vako
    Keymaster
    WP Royal Team

    You are welcome. Feel free to contact us anytime.

     

     

     

    Kind Regards

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