Get the number of user ads
-
Hello, I have a need to display the number of ads that were added by the user of the currently viewed ad. It needs to be displayed in the seller-info.php block!
I’m adding this code, but it displays the total number of free ads for all users!
<?php do_action( 'rtcl_after_author_meta', $listing->get_owner_id() ); ?> <?php $count_listings = Functions::my_listings_count_as_status(); ?> <?php echo esc_html( $count_listings->total ); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.