Problem displaying extended user fields
-
I’ve extended my users with additional fields about their training and qualifications held in a custom table (wp_pods_user) and I’m trying to display these additional fields in a pods template on a page on my website, but limited to the current logged in user.
I’ve created the template to show these fields however when I view the page as a logged in user the page is blank – it’s not even showing the field labels from the template.
the shortcode I am using is:
[pods name=”user” slug=”{@user.id}” template=”My Training & Qualifications”]I have got the define(‘PODS_SHORTCODE_ALLOW_EVALUATE_TAGS’,true); in my wp_config.php
I can’t see any reason for this not to be working when I have other pages with a list of pods for the current logged in user. I’m stumped as to why this page is refusing to work.
The page I need help with: [log in to see the link]
The topic ‘Problem displaying extended user fields’ is closed to new replies.