Skip to content

Category template tag #130

@stuartmaxwell

Description

@stuartmaxwell

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions