• Hi,
    Thanks, I now have the settings.(previous post)
    However I can’t get the uploader short code to work.
    I have 1 NextGen gallery gid=1
    I have the following short code in my page template
    <?php echo do_shortcode(‘[ ngg_public_uploader gid=”1″]’); ?>
    The result is just to print out the short code e.g. [ ngg_public_uploader gid=”1″ ]
    I get the same result if I put the short code in the page.
    Can you advise please?
    mike

    https://ww.wp.xz.cn/plugins/nextgen-public-image-uploader/

Viewing 1 replies (of 1 total)
  • Plugin Author lagdonkey

    (@lagdonkey)

    Hi, I notice that you have a space at the beginning of the shortcode. Instead of:

    <?php echo do_shortcode(‘[ ngg_public_uploader gid=”1″]’); ?>

    it should be:

    <?php echo do_shortcode(‘[ngg_public_uploader gid=”1″]’); ?>

    With shortcodes, there shouldn’t be spaces before or after the shortcode, otherwise WP won’t process it as a shortcode.

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Upload fields not appearing’ is closed to new replies.