Created
July 27, 2013 15:30
-
-
Save autarch/6095164 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$id = pods_var( 'last', 'url' ); | |
$tag = $GLOBALS['Pods_TAG'] = pods( 'volunteer_opportunity_tag', $id, true ); | |
echo "ID = " . $id . ", TOTAL = " . $tag->total(). ", FOUND = " . $tag->total_found(), ", EXISTS = " . $tag->exists(); | |
$GLOBALS['Pods_TITLE'] = $tag->display('title') . ' Volunteer Opportunity'; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment