Snippets repository for WordPress developpers

Browse
// functions.php
function wpb_total_posts() { 
  $total = wp_count_posts()->publish;
  echo $total;
}
// Any page or template
<?php wpb_total_posts() ?> 

Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766

Categories

Tags