• Hi

    I’ve tried to find the answer but didn’t succeed.
    Inside Photo Album Plus I can put category, but
    how to pick category-photos?

    Albums to introduce photographer’s production are
    Photographer’s Peter Album
    Peter-photo-1 category landscape
    Peter-photo-2 category butterfly
    Peter-photo-3 category portrait
    Photographer’s Jack Album
    Jack-photo-1 category landscape
    Jack-photo-2 category portrait
    Jack-photo-3 category buttrefly

    Problem:
    How to make slideshow Landscape-photos
    so that it picks all landscape photos of all the albums?

    https://ww.wp.xz.cn/plugins/wp-photo-album-plus/

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

    (@opajaap)

    [wppa type="slide" album="#cat,landscape"][/wppa]

    For more info see:
    http://wppa.opajaap.nl/shortcode-reference/

    or use the shortcode generator as described here:
    http://wppa.opajaap.nl/shortcodes-and-scripts/
    and make the appropriate selections therein:

    Select slideshow, a slideshow type, a special selection, selection Albums tagged with a certain category and select the category you want

    Thread Starter Wp_TaSo

    (@wp_taso)

    Thanks a lot – my mistake -just did not find.

    This question is connected to this:
    How to echo original (physical) album name when you are displaying virtual album photo of ?
    <?php echo wppa_albums(); ?>
    $photoname >>>> $albumname

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    These functions may help you:

    <?php
    $photoid = wppa_get_photo_id_by_name( $photoname );
    $albumid = wppa_get_photo_item( $photoid, 'album' );
    $albumname = wppa_get_album_name( $albumid );
    ?>

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

The topic ‘Category slideshow?’ is closed to new replies.