Page 1 of 1

[SOLVED] Add category to blogpost in page-template

Posted: Fri Dec 09, 2022 11:20 pm
by ctuxboy
Hello,

I'm struggle how to add the category and tags to the blogpost page.

For tags found this topic viewtopic.php?p=7606&hilit=tags#p7606

But can't find a solution how display blogpost's category.

Looking in the documentation https://docs.bludit.com/en/dev-snippets/categories

Also looking to Bludit's themes but i'm wonder there is no theme that shows categories and tags in the blogposts itself.

Someone can help me with this?

Christophe

Re: Add category to blogpost in page-template

Posted: Fri Dec 09, 2022 11:47 pm
by ctuxboy
Found it!

This does the job:

Code: Select all

<?php echo $page->categoryPermalink(); ?>
Found in the page-Class https://github.com/bludit/bludit/blob/v ... .class.php