Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67152
    Valerio Lalli
    Participant
    Premium Member

    Hi,

    How do I create a dedicated “blog” page that contains the latest articles inserted?
    Thanks!

    #67159
    vako
    Keymaster
    WP Royal Team

    Hi Valerio,

     

    At first, thank you for choosing our theme and service.

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

     

    Kind Regards

     

    #67187
    Valerio Lalli
    Participant
    Premium Member
    This reply has been marked as private.
    #67191
    vako
    Keymaster
    WP Royal Team

    Hi Valerio,

     

    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.

    To display all latest post use:

    [ashe_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:

    [ashe_blog categories="food,travel"]

    or select a single one like this:

    [ashe_blog categories="food"]

    Also, posts per page could be limited by adding the “amount” attribute” like this:

    [ashe_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:

    [ashe_blog post_ids="1,23,157"]

    Hope it was helpful.

     

    Kind Regards

    #67200
    Valerio Lalli
    Participant
    Premium Member
    This reply has been marked as private.
    #67207
    vako
    Keymaster
    WP Royal Team

    Hi Valerio,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .post-content p {
    
    font-family: 'open sans';
    
    }

     

    Kind Regards

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