Like this should work:
[sbs_cpt_count cpt="post" txt="null"]
Replace the “post” with any CPT.
More infos:
https://wordpress.org/plugins/simple-blog-stats/#installation
No, sorry, it doesn’t work with “glossary” as CPT … there only is a “space” as output.
Not sure.. you can see how it works normally by just using “post” as the post type. For example, try adding this to any page:
[sbs_cpt_count cpt="post" txt="null"]
Then look at the output on the front-end. You should see a number only with no other text or code.
With “post” it works … that’s correct,
but with “glossary” the output ist NOTHING !!!
It doesn’t work with “glossary”.
I tried it for two days with several differnt ways …. without results.
Only as shown in the image there is an output.
Are you sure that “glossary” is the actual name/slug/id for the CPT? If the CPT does not exist (like if the name is incorrect), nothing will be displayed.