Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes this problem due to theme, change your theme and check, most possible reason is loop code is changed

    Thread Starter acrono

    (@acrono)

    Works fine with the default theme. How can I fix my theme to work ?

    Do you know WordPress Loop (Php)? try https://codex.www.ads-software.com/The_Loop

    Or you can ask support from theme provider.

    Thread Starter acrono

    (@acrono)

    if (have_posts()) : ?>
    <?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?>

    This above if ends with this:

    <?php else : ?>
    
    		<h2>Not Found</h2>
    		<p>Sorry, but you are looking for something that isn't here.</p>
    		<?php include (TEMPLATEPATH . "/searchform.php"); ?>

    Apparently it goes on the else statement so there’s a problem with entering the if.

    Any hints?

    Pioneer Web Design

    (@swansonphotos)

    Your code is from the default theme but combined improperly – use the default theme.

    Thread Starter acrono

    (@acrono)

    But I want to use this time. Is there no way I could fix it ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Posts don't show on homepage and categories’ is closed to new replies.