WordPress Membership Plugin
I am not sure if WordPress will let you execute that shortcode inside the a tag
It doesn’t. I’ve already tried many options.
Ok. M going to try to create my own shortcode (never did that…).
Thank you.
Icarus
Sorry, the code i’m trying to use is this one :
<div class="button"><a href="https://sitename.com/[swpm_
show_member_info column="membership_
level_name"]">Accéder à mon album
</a></div>
Thanks for your answer.
I’m trying to create a button on the connection page, that let people go back to the album they created before.
Here is the html code of the button :
<div class="button"><a href="https://sitename.com/[swpm_
show_member_info column=%22membership_
level_name%22]">Accéder à mon album
</a></div>.
Am I clear enough ?
Thank you