Viewing 1 replies (of 1 total)
  • Thread Starter mmozart

    (@mmozart)

    I have found solution. Since there is no response from the support team 🙁 here it is :

    <?php $args = array(
        'action' => bp_album_picture,
        'max' => 5
    );
    ?>
    
        <?php if ( bp_has_activities( $args) ) : ?>
            <ul id="image-strip">
            <?php while (bp_activities()) : bp_the_activity(); ?>
                <li><?php echo implode(explode("</a>", bp_get_activity_content_body(), -1)); ?></li>
            <?php endwhile; ?>
            </ul>
    
        <?php endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Latest uploaded photos widget’ is closed to new replies.