WP_Query() and the more link

When using WP_Query() the more link doesn’t function. You’ll need to add the following:

<?php 
global $more;
$more = 1;
...
?>

Leave a Reply

Your email address will not be published. Required fields are marked *