Skip to content

Add in title assigned categories on post page #49

Answered by mjauvin
oim37 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to use this:

<ul>
{% for category in post.categories %}
    <li>{{ category.name }}</li>
{% endfor %}
</ul>

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@oim37
Comment options

@mjauvin
Comment options

@oim37
Comment options

@oim37
Comment options

Answer selected by oim37
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@oim37
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants