osompress / genesis-simple-share

Plugin: Genesis Simple Share
36 stars 16 forks source link

Priority? #7

Closed bgardner closed 10 years ago

bgardner commented 10 years ago

Got this from Mike Hemberger:

Playing around with Genesis Simple Share on Seth's site, LOVE it.

The functions around line 150 and after, of front-end.php...

They should declare a priority number... I'm trying to show a featured image after post title, but between share buttons and post content. Seems impossible right now.

Just a suggestion!

NicktheGeek commented 10 years ago

The default priority is 10. It doesn't have to be declared. If what the user is trying to do cannot be done with the default setup the buttons can be placed manually with the genesis_share_icon_output and genesis_share_get_icon_output functions with custom actions instead.