Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same question!!!

    You can another template and edit the output there? Probably the best bet ??

    Plugin Author Fernando Briano

    (@fernandobt)

    I think the best way is via CSS:

    You can add a padding-right to the lcp_date class.

    You can add a character separator, like a “-” or similar, you can use CSS this on your stylesheet:

    .lcp_date:after{
      content: " - ";
    }

    Or maybe wrap the excerpt with a p tag with excerpt_tag=p (that would put the excerpt on a different line).

    Hope this works for you!
    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to insert separators (hyphen, dash, colon, etc) between tags?’ is closed to new replies.