Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #75608
    waldbaden exkursionen
    Participant
    Premium Member

    Dear to All,

    first of all, I like to say thanks for the ashe pro theme.

    But I’m facing a little problem.
    My site has the following settings in the section “Reading”:

    – Your last posts

    And this works fine with the Featured Slider, Featured Links and the Posts.
    But I like to set on the first page a filter by categories, so that only specific posts will appear on the first page.

    Is this possible by some CSS?

    Best regards
    Peter

    #75616
    vako
    Keymaster
    Premium Member

    Hi Peter,

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

    With the theme and WordPress options, you can only have 1 blog page on the website, we can suggest using shortcodes to display the blog posts on the custom pages, in your case on the home page, please see the instructions below:

    To display all the latest posts use the:

    [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

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