currentProjectTags()
Description
Returns the current tags as a linked list. If the user has clicked a tag link and is now viewing the URL www.domain.com/projects/tags/awards/, this function will return HTML containing a link to the 'awards' tag. This is useful if you wish to display a list of “currently viewing” tags.
Note that tags can be stacked, like so: www.domain.com/projects/tags/awards,competition,environmentally-fri...
Example output:
<a href="/projects/tags/competition">competition</a>
Usage
<?php echo currentProjectTags(); ?>
-
FAQ
- What is the Page Type and how do I use it?
- How do I make blog pagination work?
- How can I make next/previous buttons to navigate my projects?
- How do I include Vimeo, YouTube, SoundCloud etc in my projects, pages, blog posts?
- How do I make excerpts for my blog posts? (Using the {more} tag)
- View all (2 more)
-
General Documentation
-
Themes
-
Code Documentation