Site logo

Archived topic

Seperate date and author name

5 replies · Started by webintas on June 15, 2020

Viewing posts 1–6 of 6

Hi there,

At my blog single page I want to seperate the meta-texts (the date and the author) by a | like at the archieve page in the WP Show Posts plugin. I have looked in the settings but cannot find a setting for that. Is it possible?

Also, is it true that the entry meta is not shown on the single post pages of custom post types?

Best Regards,
Peter

Hi David,

Thanks for your help. URL added to the original post.

Try this CSS:

.entry-meta span:not(:last-child):after {
    content: '|';
    margin: 0 5px;
}
This archived topic is closed to new replies.