Hi there,
How would I make the staff excerpt on the home page into bullet points? I have it in bullets in the staff page but the excerpt comes up as one long sentence.
Thanks!
Hi There,
Thanks for writing.
The theme’s home template use the function nice_excerpt() for displaying the excerpt. The purpose of this function is to limit the amount of characters of the excerpt in order to have consistence among the excerpts length.
What you can do is edit the home template in order to use the WordPress ‘the_excerpt()’ function, which I’m not sure if it takes HTML elements as lists.
Best,
Juan.