Tags seperated by Commas

Posted in: Newspaper
Post count: 23

Hy,
i need a someelp please.
How i add a Comma after every Tag?

I’ve tried by myself with this CSS Customisation, it works well but if i try to copy&paste the Comma won’t get copied if i mark all Tags.
.td-tags a:after{
content: ",";
}

I need it, because i soemtimes get similar Posts and its just an easement in my workflow.

Is it possible?

Regards,
Stefan 🙂

Post count: 22421

Hello,

You can add !important to your code like so:

.td-tags a:after{
content: ","!important;
}

Thank you!

Post count: 23

Hi,
it allready works without the “!important”, but i can’t copy and paste the Tags with the Commas 🙁

LandBürgermeisterMDVMobilNahverkehrÖffentlichÖPNVPersonennahverkehrsgesellschaft mbHSchmöllnStadtStadtgebietStadtratssitzungStadtverwaltungThüringenTHÜSAC

That’s what i get, and if i copy that in a new Posts at the Tags-Field, it is just one Tag.
This i the Reason why i need to add Commas after every Tag :/

https://knopfstadt.de/schmoelln-macht-mobil/

Post count: 22421

Hello,

Sorry but the implementation is different and that is why you cannot copy the comma. The after element is a pseudo element and not detected as standard text. Sorry. You will have to add the commas manually on new posts unfortunately.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.