You are putting code between ?> and <?php that means it is working as HTML.
Try this
<a href="<?php get_bloginfo("wpurl");?>/SLUG-OF-FEP-PAGE/?fepaction=newmessage&to=<?php the_author_meta("user_login");?>">Send Message</a>
This worked, thank you very much!
Hi, everything worked out now, but you reckon it can work inside a shortcode echo like this? It is to restrict this link from some Memberships and to show only to selected ones.
<?php echo do_shortcode(‘[MEMBERSHIP ID=”1,2,3″] CODE HERE [/MEMBERSHIP] ]’ ); ?>
Thank you
Can I add a title and a link to the Post directly by simply pressing a button to send a message
Thank you
Hi, keep getting error messages. Will be willing to pay someone for their help. Please contact me at
rhowal2014@gmail.com
RhondaWaldron.
Hi, keep getting error messages. Will be willing to pay someone for their help. Please contact me at
rhowal2014@gmail.com
RhondaWaldron.
What type of error you are getting?
Hi, I was wondering if I could use this code, but with the Front End PM system instead.
Send Message
It works perfect with the contact form, but I would like to use it with the messages instead.
Thank you!