Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SimonasAS

    (@simonasas)

    I was able to find the code!

    <?php
    $Width = '85px';
    $Height = '55px';
    if (class_exists("C_Widget"))
    {
    $example = new C_Widget();
    $example->echo_widget_random('9',$Width,$Height);
    }
    ?>
    Plugin Contributor photocrati

    (@photocrati)

    @simonasas – Thanks for sharing!

    – Cais.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need a php code to display a set of random images on a sidebar’ is closed to new replies.