Placement of horizontal icons immediately beneath the post meta
-
I’d like to move the Social Share icons immediately below the post meta.
I’m using a button built with ACF but it’s being placed in between the meta and Super Socializer share this icons:
https://www.amazemedia.com/screencap.jpgI’m using a Genesis theme. The ACF buttons are placed with:
add_action( ‘genesis_entry_content’, ‘guide_buttons’, 9 );I see in your plugin code the Share the Post is placed with:
add_filter(‘the_content’, ‘the_champ_render_sharing’);I tried editing the above code and changing both to the_content as well as genesis_entry_content but no luck on moving Share icons. Any direction would be greatly appreciated. Thank you.
- The topic ‘Placement of horizontal icons immediately beneath the post meta’ is closed to new replies.