When using WP_Query() the more link doesn’t function. You’ll need to add the following:
<?php
global $more;
$more = 1;
...
?>
When using WP_Query() the more link doesn’t function. You’ll need to add the following:
<?php
global $more;
$more = 1;
...
?>