Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » [Plugin: NextGEN Gallery] Absolute path to image (problem)

  • This code <?php echo $image->imageURL; ?> returns
    /wordpress/?page_id=115&pid=1 instead of /wordpress/wp-content/gallery/mytestgal/myimage.jpg.

    mytestgal is the folder where I upload images.

    What’s wrong ?
    I need the absolute path to my image.
    However, <?php echo $image->thumbnailURL; ?> returns the correct path ( /wordpress/wp-content/gallery/mytestgal/thumbs/thumbs_myimage.jpg ).

    http://wordpress.org/extend/plugins/nextgen-gallery/

  • The topic ‘[Plugin: NextGEN Gallery] Absolute path to image (problem)’ is closed to new replies.