Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Sep 04, 2017 12:09 pm
Is there anyway to hide the Forum Statistic section "Our newest member" without hiding the entire Forum Statistic section ?
1 Reply
Sep 04, 2017 1:38 pm
Hi PsiberTek,
I'm sorry but there is no a stand-alone way to generate this information.
This is the PHP code for template files. If you're familiar with PHP and WP/wpForo Template files you can use this code:
<?php global $wpforo; $stat = $wpforo->statistic(); ?>
<p class="wpf-stat-other">
<span><i class="fa fa-user-plus"></i> <?php wpforo_phrase('Our newest member') ?>: <a href="<?php echo esc_url($stat['newest_member_profile_url']) ?>"><?php echo esc_html($stat['newest_member_dname']) ?></a></span>
</p>