- This topic has 4 replies, 2 voices, and was last updated 7 years ago by
Andrew Misplon.
Tagged: blog
- AuthorPosts
- March 21, 2018 at 3:31 pm #9134
Andrew MisplonKeymasterHi Alex
Sure, I’ll try and re-work that function and get an update out in the next few days.
March 22, 2018 at 8:06 am #9140
odomaloParticipantHi Andrew,
thanks, that would be great.
I think this helps the user to know that this is not the complet text. You can finish it with “…” or “[…]”. And put the ellipsis as an extra option to the “Read More Link”.April 4, 2018 at 11:42 am #9274
odomaloParticipantThanks for the update, now it looks great.
Would be possible to change the size of the excerpt font? I would like to have it smaller than the content font.Thanks in advance.
April 4, 2018 at 1:19 pm #9276
Andrew MisplonKeymasterHey Alex
Unfortunately, there isn’t any wrapper so no way to target the ellipsis. You can grab the function in
inc/template-tags.php
and copy it to your childfunctions.php
file if you’d like. Line358
to393
.$ellipsis
is on line370
, you could change it to[...]
for example. - AuthorPosts
You must be logged in to reply to this topic.