The read more functionality with this query doesn’t work
-
<?php // retrieve one post with an ID of 5 query_posts('p=5'); global $more; // set $more to 0 in order to only get the first part of the post $more = 0; // the Loop while (have_posts()) : the_post(); // the content of the post the_content('Read the full post ?'); endwhile; ?>
The read more functionality with this query doesn’t work as i use the code.Is it a bug?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘The read more functionality with this query doesn’t work’ is closed to new replies.