Embedding a user template with a shortcode
-
Hi. I have a added extended fields in the User pod. I have also created a User Template with User pod as a reference. What I wish to do is to embed the User Template that I created in a new tab in Woocommerce My Account Page. My aim is to display user meta to logged in users. The shortcode (see below) that I used brings up user meta of all users instead of a logged in user.
[pods name=”user” template=”User Template”]
I have also tried the following with Special Magic Tags,
[pods name=”user” where=”id = {@user.id}”]Hello! {@display_name}[/pods]
This short does display the logged in user meat but then the User Template is completely unnecessary. Is there a way for me to use the User Template with special magic tags in a shortcode?
- The topic ‘Embedding a user template with a shortcode’ is closed to new replies.