right now our posts on the landing page are only showing 2 lines of the content. How can I get the posts to show 5 lines of the content each?
Leave a Reply
You must be logged in to post a comment.
right now our posts on the landing page are only showing 2 lines of the content. How can I get the posts to show 5 lines of the content each?
You must be logged in to post a comment.
You can either manually enter content into
the_excerpt
section or use this code in yourfunctions.php
file in your themeChange the number 200 to the number of characters you want until it’s the number of lines you’re looking for.