jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
84 stars 13 forks source link

Change Theme Hook Alliance hooks #55

Closed billerickson closed 8 years ago

billerickson commented 8 years ago

In our theme_location() method (link), we're using the Genesis hooks that go in the entry header/footer. The hooks we're using for Theme Hook Alliance go into the top/bottom of entry content.

tha_entry_content_before should be changed to tha_entry_top tha_entry_content_after should be changed to tha_entry_bottom