• I have about 20 categories with sub-categories and in the biggest one [when i want to display only category like …?cat=3 ] with more then 1500 posts is an error saying ‘No Posts found’ where could be bug ?
    And this bug is in admin panel too [edit posts]

    I’m using k2 theme, https://getk2.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Make sure that you are using the correct query_post function in index.php file of your theme..as an example is here

    <?php query_posts('cat=-3'); ?>

    and also set max post for the page from wordpress admin area…I am able to see the posts in your blog at this time..

    Thanks,

    Shane G.

    Thread Starter slupostrupek

    (@slupostrupek)

    I think that. you should download K2, there is a little bit different formating :p
    for example that what you are saying is in ‘rollingarchive.php’ and ‘theloop.php’ and looks like that: https://paste2.org/p/214391

    so are you sure it’s a theme bug ?

    Thread Starter slupostrupek

    (@slupostrupek)

    i’ve check other themes, and same bug..
    “No Posts Found”

    Thread Starter slupostrupek

    (@slupostrupek)

    somebody ?;d

    Thread Starter slupostrupek

    (@slupostrupek)

    I have updated to the new wordpress, still ‘No posts found’ and… on RSS feed in this category it’s dont work too.
    help ! :p

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Category – No posts found’ is closed to new replies.