Read more is not working
-
Hi!
I try to show featured posts in my homepage, with this code:
<?php global $post; $kiemelt = get_posts('numberposts=1&tag=featured'); foreach($kiemelt as $post) : setup_postdata($post); ?> <h3><?php the_title(); ?></h3> <?php the_content('More...'> <?php endforeach; ?>
But my all content is there, and no visible More… link anywhere. The generated page source is here:
<h3>Próba bejegyzés</h3> <p>Sz?veg</p> <p><span id="more-29"></span></p> <p>Még sz?veg</p>
Whats the problem?
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Read more is not working’ is closed to new replies.