get_posts not respecting the more attributes
-
Hi I am retrieving a list of posts using the following code:
<?php
$posts = get_posts(‘category=12’);
foreach($posts as $post) :
setup_postdata($post);
?>
<?php the_content(); ?>
<?php endforeach; ?>But instaed of only showing content up to the more quicktag it shows the whole page.
Any ideas why this is?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_posts not respecting the more attributes’ is closed to new replies.