Add post count to custom post type archive page title?
-
For the life of me I can’t figure out how to display the post count in the title of the page (<title></title>).
I would prefer not to hack the core WordPress files as my theme simply uses wp_head to pull in the information.
My ideal solution would be something that would end up like:
<title>28 Archives Name – Site Name</title>
Where 28 (or whatever number) is a count of the posts in the archive.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Add post count to custom post type archive page title?’ is closed to new replies.