Great to see that you got it sorted.
I'm closing this thread as resolved.
Cheers
Great to see that you got it sorted.
I'm closing this thread as resolved.
Cheers
This should do it:
<?php
$yelp_id = get_post_meta(get_the_ID(), 'app_yelp-id', true);
echo $yelp_id;
?>
Hope that helps....
You can edit the theme files, for example the 'content-listing.php' and add any html you need.
The sorting methods provided are not to everyone's likings, but they are not broken, so I do not see AppThemes changing them anytime soon.
Place your suggestion into the...