Login issue by shortcode usage
-
Hey,
I am using a post-popup plugin with this shortcode
[fep_shortcode_new_message_form to="{current-post-author}" subject="{current-post-title}"]
when the modal opens it says:
You must login to contact
Of course user is logged in….
Popup-Plugin uses link to a static page where only the fep-shortcode is used.
If i use
href="<?php echo fep_query_url('newmessage', array('fep_to' => get_the_author_meta( 'user_nicename') ) ); ?>"
directly as link for the popup it works fine, but i am missing the
subject="{current-post-title}
function for this… so i am trying with the shortcode solution and got in struggle now…
You have a answer to this issue?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Login issue by shortcode usage’ is closed to new replies.