Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    try this:

    <?php
    if ( function_exists('wppa_albums') ) { //wppa active
    global $wppa;
    $wppa['master_occur'] += '1';
    $wppa['single_photo'] = '#potd';
    echo wppa_albums('', '', '400', 'left'); // 400px wide, left aligned
    }
    ?>

    did not test it but it should work.
    you may choose a different size for ‘400’ or ‘auto’.
    alignment may be ”, ‘left, ‘center’ or ‘right’.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You can leave $wppa['master_occur'] += '1'; out, it is redundant.

    Thread Starter primated

    (@primated)

    Thank you so much! It worked like a charm!
    You are amazing! 🙂

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

The topic ‘[Plugin: WP Photo Album Plus] Any PHP Codes?’ is closed to new replies.