Topic List - Find the Link of the Category (url)
Permalink
In the Blog list i have topic tree - for example (Video, Web, Seo).
I want in the blog entry that the word "Video" be clickable to the Video List (to get the URL of - blog List -> Video)
This:
Result:
I am inside the Blog-Entry - The Topic is: Video
How to go forward from this state? (find this "index.php/blog/topic/15/{Category-name}")
EXAMPLE (the word "Marketing Industry" near the name of the post - clickable to the list)
https://moz.com/blog/creating-right-marketing-mix-whiteboard-friday...
I want in the blog entry that the word "Video" be clickable to the Video List (to get the URL of - blog List -> Video)
This:
I am inside the Blog-Entry - The Topic is: <? $topics = $c->getAttribute('blog_entry_topics', 'display'); echo $topics; ?>
Result:
I am inside the Blog-Entry - The Topic is: Video
How to go forward from this state? (find this "index.php/blog/topic/15/{Category-name}")
EXAMPLE (the word "Marketing Industry" near the name of the post - clickable to the list)
https://moz.com/blog/creating-right-marketing-mix-whiteboard-friday...
I want to convert the word "Video" (in my example) to link.
Any blog-entry has Category - the user can click on the category inside the blog-entry (like in the link i added).
Another example with topic block - the word "Projects" clickable to the Blog->topic>projects
http://virtualtour-ee.pipitonegroup.com/blog/a-beautiful-blog...
But i dont want to add block for this
Any blog-entry has Category - the user can click on the category inside the blog-entry (like in the link i added).
Another example with topic block - the word "Projects" clickable to the Blog->topic>projects
http://virtualtour-ee.pipitonegroup.com/blog/a-beautiful-blog...
But i dont want to add block for this
I am not sure what you are trying to accomplish.
Have you read this tutorial?
http://documentation.concrete5.org/tutorials/how-to-using-topics-an...