Display Total Results

 

- Using the wp_query object

- More information on WP_Query can be found at WP_Query.

 

<?php
global $wp_query;
$total_results = $wp_query->found_posts;
?>

 

<?php global $wp_query; echo $wp_query->found_posts; ?>건

 

출처 : https://wordpress.org/documentation/article/create-a-search-page/

Posted by cpu21