Tagged: multi-author blog, social sharing icons
presently when a user looks at our blog the default view is the multi-author view. This view works very well, however, the social networking sharing buttons are only appearing on the single page view and I need them to appear under every blog post including posts with just excerpts…later when the we add the capability to view the blog as a grid I would like to ultimately add small sharing icons there too…though this is not important right now.
It is a fairly urgent for me to get the multiauthor blog fixed ASAP as most people are not going to the single page view and therefore are not sharing the posts at all.
DID IT:
added this to: enfold/includes/loop-index.php
if((is_single() || is_multi_author()) && !post_password_required())
this code was:
if(is_single() && !post_password_required())