Introduction
All the Template Tags must be used within the JH_Portfolio loop using jh_portfolio_have_posts()
NOTE: All template tag functions can replace the with get to return the value instead of echoing; e.g. jh_portfolio_get_title()
Functions
jh_portfolio_the_title()
- Echoes the title fo the current item
- @return echo
jh_portfolio_the_brief()
- Echoes the title fo the current item
- @return echo
jh_portfolio_the_url()
- Echoes the url (URL of work - external) for the current item
- @return echo
jh_portfolio_the_permalink()
- Echoes the permalink fro the current item
- @return echo
jh_portfolio_the_byline()
- Echoes the byline for the current item
- @return echo
jh_portfolio_the_content()
- Echoes the content for the current item
- @return echo