You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently display the "Included Total" button whether or not there are any shares. If "Hide Empty Counts" is checked, the 0 is removed but the button itself stays, so it just says "Shares".
This makes sense in the context of the other buttons (the FB share button should appear regardless of the share count), but not so with this button.
I think we should remove the "Included Total" button entirely if "hide empty counts" is true and the share count is zero.
Until this is patched and publicly released, you can implement this on your own site by adding the following to your theme's functions.php file or a core functionality plugin.
We currently display the "Included Total" button whether or not there are any shares. If "Hide Empty Counts" is checked, the 0 is removed but the button itself stays, so it just says "Shares".
This makes sense in the context of the other buttons (the FB share button should appear regardless of the share count), but not so with this button.
I think we should remove the "Included Total" button entirely if "hide empty counts" is true and the share count is zero.
Until this is patched and publicly released, you can implement this on your own site by adding the following to your theme's functions.php file or a core functionality plugin.
The text was updated successfully, but these errors were encountered: