Site logo

Archived topic

add hashtag into front of tags

1 reply · Started by jasond on July 30, 2020

Viewing posts 1–2 of 2

Hello

Is there any filter available to add # into the front of all tag items in blog posts?

many thanks

Hi there,

try this CSS:

.entry-meta .tags-links a:before {
    content: '#';
}
This archived topic is closed to new replies.