I want to show my category keywords as text on my website. I want to have the category keywords as textlinks at the bottom of each post on my frontpage. I have one link to Discuss, one link to Read More at the bottom of each post on the frpntpage. Now I want to have another link beside thoose links at the bottom of each post. That link shall lead to the category of the post and have text that is identical to the keywords belonging to that category. How can I make a text link that leads to a specific category and that uses the category keywords as link text.
For example, this link leads to the category of the post and shows the category link as text:
<a href="{$category_url}">{$link_category}</a>
I want my new link to be something like:
<a href="{$category_url}">{$category_keywords}</a>
Is it possible to use the category keywords as text in a link that leads to the same category as the keywords belong to?
My problem is that I don't want to show the category name as link text because the category name consists of non capital letters ans no space between words. I therefore tried to give each category a keyword and then use the keyword as link text.
category name: socialmedia
category keyword: Social Media
I want the last one to appear as visible text on my site, not the first one.
Well, that's my question. I hope I managed to describe my problem.






Linear Mode




