My favorites | Sign in
Project Home Wiki Issues
Search
for
TemplateTags  
Lists all the Template Tags to be used with JH Portfolio
templatetags, functions
Updated Jun 10, 2009 by joeho...@gmail.com

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


Sign in to add a comment
Powered by Google Project Hosting