Skip to:
Content
Pages
Categories
Search
Top
Bottom

[BBP-STATS) Show Numerical Values on Same Line as Description


  • uksentinel
    Participant

    @uksentinel

    Hi

    I am now using the [BBP-STATS] shortcode and am trying to adjust the below code so that instead of ‘Forum Members’ being position higher than the $stats[‘user_count’] value presented, I am looking for code adjustment that will place $stats[‘user_count’] to the Right and inline with ‘Forum Members’

    Currently;
    Forum Members
    xxxx

    Looking to achieve;
    Forum Members xxxx

    Code currently is …
    —-
    <dt><?php esc_html_e( ‘路 Forum Members’, ‘bbpress’); ?></dt>
    <dd>
    <?php echo esc_html( $stats[‘user_count’] ); ?>
    </dd>
    —-

    Any guidance most welcomed

  • You must be logged in to reply to this topic.
Skip to toolbar