Hi, I would like to include a small intro to the latest news blog posts on the home page - I believe this is referred to as an excerpt.
Could you please let me know how to include it in the code?
Thanks!
Tracey
Add excerpt to latest news on home page
5 posts from 4 voices-
Posted 3 months ago #
-
Hey,
in functions.php replace:
<span class="meta">with:
<span class="latpostex">'.get_the_excerpt().'</span><span class="meta">You can style the excerpt text with the latpostex css class.
Posted 3 months ago # -
Hi,
I had the same problem but couldn't find the <span class="meta"> in the functions.php
Thanks
Posted 3 months ago # -
Hi,
the line can be found on line 86 in the functions.php file (of the levitation theme).
echo'</span><span class="meta">Posted 3 months ago # -
Thank you, I will try this!
Posted 3 months ago #
Reply
You must log in to post.







