• Hi,
    Would like to know how to create random pic in sidebar with the myGallery Plugin.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • See point #3 on the plugin author’s help page.

    Hope this helps,
    -drmike

    Thread Starter iring1903

    (@iring1903)

    Thanks for your help.
    However, nothing happen when I added the code into the sidebar.
    I am using the sidebar widget. Not sure is is this that caused the problem.
    Thanks in advance

    I had a similar issue, everything looked ok but no image appeared. Finally tracked it down to the single quotation marks ‘ ‘

    It should be:
    <?php if (function_exists(‘myrandompic’)) myrandompic(); ?>

    NOT
    <?php if (function_exists(‘myrandompic’)) myrandompic(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating Random Pic in Sidebar with myGallery’ is closed to new replies.