How to append custom text to the output of ‘categories widget’?
To append text to the end of the titles in that widget and nothing more i.e. does not matter the URL, you can just use some CSS. <li> <a class=”my-folder-categories”>Category 1</a> </li> a.my-folder-categories-folder:after {content:” folder”; This will effectivly make the text appear as so: category 1 folder Be sure to add that space in the … Read more