Bunu yerleştirmeyi denedim:
<?php $count = count($custom_posts); ?>
<h2><?php echo $count; ?></h2>
döngünün sonunda:
<?php if ( bbp_get_forum_title() == 'Test Forum 1' ) : ?>
<?php $custom_posts = new WP_Query(); ?>
<?php $custom_posts->query('post_type=blocks&location=Business and Finance&order=DESC'); ?>
<?php while ($custom_posts->have_posts()) : $custom_posts->the_post(); ?>
<div class="ad">
<?php the_content(); ?>
</div>
<?php $count = count($custom_posts); ?>
<h2><?php echo $count; ?></h2>
<?php endwhile; ?>
<?php endif; ?>
Ancak toplam gönderi yerine bu çıktıyı alıyorum:
Tercüme 1
Lorem ipsum dolor amet sitet, harikası adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim 1
Bunu düzeltmek için herhangi bir öneriniz var mı?