How do I add a line break to the "Read More" link on my index page? I have the excerpt <?php the_content('Read More'); ?> but need the Read More to go into the next line.
How do I add a line break to the "Read More" link on my index page? I have the excerpt <?php the_content('Read More'); ?> but need the Read More to go into the next line.
Change the line shown to: <?php the_content('<p>Read More</p>'); ?>
Thanks.
You're welcome. If this fixed the problem, please mark this post 'Resolved'.
This topic has been closed to new replies.