• lafnlab

    (@lafnlab)


    I’ve been working on this for the past few days, thinking I’ve overlooked some setting, but I think the theme may not be working as intended.

    At the top of the page is the header with a navigation menu and the site name and description. Below that is a slideshow that can be disabled or enabled. By default it is enabled. Beneath the slideshow is a section for Featured Links and beneath that is a section where the latest posts are supposed to be shown. If I disable the slideshow, it will display the latest posts, but if the slideshow is enabled, the latest posts are missing and it displays the message:

    Not found.

    Sorry, no items found, in this section.

    Ideally, I’d like it to show the latest posts including the custom post types (which I can get to show up in the slideshow), but at the very least it should display any blog posts. Those are standard WordPress stuff, so it shouldn’t be difficult to display them. If it was working correctly, it should look something like the demo at:

    https://savana.demo.themeinprogress.com/haaski-magazine-pro/

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hello

    i’m sorry for the delay

    This happens because the posts already present in the slideshow are removed from the main loop, if you want you can modify the following parts of code in the functions.php file

    line 604
    //add_action(‘pre_get_posts’, ‘haaski_magazine_exclude_featured_posts_on_home’, 1 );

    line 632
    //add_filter(‘found_posts’, ‘haaski_magazine_adjust_offset_pagination’, 1, 2 );

    Please let me know

    Alex

    • This reply was modified 11 months, 3 weeks ago by alexvtn.
Viewing 1 replies (of 1 total)
  • The topic ‘Does not display blog posts’ is closed to new replies.