Plugin Contributor
WPChef
(@wpchefgadget)
Hi vbdeco! Please check out the updated version of the plugin. You can use the counter attribute now to display the number of posts. Example:
[authors_page role=”editor” counter=”post”]
Thread Starter
vbdeco
(@vbdeco)
Great !!!
Could i add my own text, per example “# of post” after “(“ ?
Have a good day.
Plugin Contributor
WPChef
(@wpchefgadget)
Hey vbdeco,
The counter attribute is now accepting the %post% placeholder. For example if you use it this way:
counter=”[%post%]”
it will show up as [123]
If you do this: counter=”# of posts is %post%”
it will display: # of posts is 123
The old syntax – counter=”post” – is still supported and is the same as this: counter=”(%post%)”
Please try it out and let us know.
Thread Starter
vbdeco
(@vbdeco)
Hello,
I try this code
[authors_page role="author" counter="# of posts is %post%"]
But no post counter appears (i only got author’s name).
Plugin Contributor
WPChef
(@wpchefgadget)
Did you update the plugin to 1.5?
Thread Starter
vbdeco
(@vbdeco)
oups…… no i didn’t, sorry 🙁
Now it’s done and it works fine !!!!
Wonderfull.
Regards.