[BBP-STATS) Show Numerical Values on Same Line as Description
-
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
xxxxLooking to achieve;
Forum Members xxxxCode 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.