• Resolved mrdedenroth

    (@mrdedenroth)


    hi
    i got a problem.
    the plugin works just fine when i use the shortcode [AAIU] in the backend site editor.
    but i want to use it in my theme code. but i cannot get the button to work it just links to #.
    i have got the plugin to show in the theme using the code
    <?php echo do_shortcode(‘[AAIU]’);?>

    what could be the problem?

    http://ww.wp.xz.cn/extend/plugins/alchemist-ajax-upload/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rajesh Tandukar

    (@tandubhai)

    Upgrade your version to 1.1 and add this shortcode in your theme
    <?php echo do_shortcode(‘[AAIU theme=”true”]’); ?>

    I hope this will help you.

    Plugin Author Rajesh Tandukar

    (@tandubhai)

    Solved.

    Thread Starter mrdedenroth

    (@mrdedenroth)

    Fantastic, thanks for the help.. this is really a fantastic plugin you have made.:)
    i have a suggestion for a update for it,
    how about if it could make the images set as featured/thumbnail images of a post?
    so that the plugin could be used to post from front end?

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

The topic ‘problem echo shortcode in theme’ is closed to new replies.