• Resolved movitch

    (@movitch)


    Hello,

    Sorry by advance for my english.

    A question about %EMAIL_URL%. When i try to use the code below in my post, var %EMAIL_URL% is not change to “email” in the destination link and error 400 raised.

    <IMG SRC=”http://mysite/image.png”&gt;

    If i try to use shortcode [email_link] it is ok but i would like to change standard icon and put my own picture in a post to click…

    Thanks by advance for your help.

    movitch

    https://ww.wp.xz.cn/plugins/wp-email/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    %EMAIL_URL% is meant for the WP-Email template in Email -> Email and not your post options.

    You probably have to put inside your theme’s wordpress loop, something like

    <a href="<?php the_permalink(); ?>/email/"><img src="http://mysite/image.png"></a>

    Thread Starter movitch

    (@movitch)

    It works perfectly. Thank you very much.

    Just another question. It is possible to hide message “comments are disabled” in the email forms page ?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem %EMAIL_URL%’ is closed to new replies.