Forums
Home / Fixing WordPress / Share button to all posts?
(@bateyy)
12 years, 9 months ago
How would I add a custom share button to the top of all posts?
(@vtxyzzy)
One method would be to add a filter function on ‘the_content’ and insert the button code before the content.
Here is an introductory tutorial on filters: https://fahlstad.se/2006/08/using-wordpress-filters-a-tutorial/