Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter buysoap

    (@buysoap)

    Haven’t done any editing in index, archive or author, no. The paginate is in archive, similar to the above; no author.php, though.

    As for that code, that’s from my search.php file. All that is in archive.php is:

    <h5><?php echo paginate_links( $args ); ?></h5>
            <?php
    	while (have_posts()) : the_post(); 
    
        get_template_part('content'); 
    		
    	endwhile;
    	
    	else :
    		echo '<p> No content found</p>';
    	endif; ?>
            <br clear="all" />
            <h5><?php echo paginate_links( $args ); ?></h5>
            <br clear="all" />
    • This reply was modified 9 years, 6 months ago by buysoap.
    Thread Starter buysoap

    (@buysoap)

    Wrong clock from your server?

    Not sure how to check that exactly — we’re running through AWS on an EC2 instance. Looking through it now I don’t see anything in there related to the server clock.

    Edit: nvm, I’ve got it — thanks

Viewing 2 replies - 1 through 2 (of 2 total)