Post Type Counter

  • FREE
  • Counts the total number of posts for each of your post type and stores it into an option "total_{your-post-type-key}"

🔢 Voxel Post Type Counters – Auto Count & Display Setup Guide

Counts the number of published posts for each post type on your website and makes those numbers available inside Voxel’s Dynamic Tag Manager.


📌 What This Does

Every time a post is published or deleted, this function:

✅ Loops through all public post types
📊 Counts how many published posts each has
💾 Stores that count as a WordPress option like:
total_post, total_page, total_resource, etc.

These counts can be reused anywhere in Voxel using a custom Dynamic Tag modifier!  @site().get_site_option(total_post) ✨

Add this inside your functions.php

  • UI/UX Designer & Wordpress Developer
  • Other Resources

Live check for new Notifications and Messages in Voxel. Updates live the page title (X), favicon and the bell/inbox icons.

Looking to drop custom scripts without editing your theme’s files? 📌 WPCode Lite lets you paste any snippet—HTML/JS/CSS/PHP—directly into your site’s global header, body, or footer, all from one streamlined settings page.

  • Third-party
  • 1

Allow visitors to sort your posts by number of views, here’s a simple way to make it happen without any complex plugin.