-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Change the category tag so that you can do something like this:
{% post_category pre_text="Categories: " outer_tag="p" outer_class="outer-class" inner_tag="ul" inner_class="inner-class" link_class="link-class" %}Which will produce:
<p class="outer-class">Categories: <ul class="inner-class"><li><a class="link-class" href="/category-1">Category 1</a></li></ul></p>Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Ready