Anyway to get an ‘edit’ link in a published post? My prior themes have an ‘edit’ link at the end of the byline and it’s been super efficient for post updates. I tried searching the forum, but it can be a bit tedious, sorry. Thanks!
Anything for functions.php? I use a little snippet of code to disable Jetpack social icon comment counts. Would be nice if I could add it off to the side so theme updates won’t disrupt. Thanks for all your help as usual!
Hooks should just be used for outputting content, adding scripts (JS) or things like meta. Filters (add_filter), Shortcodes (add_shortcode), or specific plugin or theme hooks (add_action) should be kept in your function.php.