bobbingwide / oik-presentation

WordPress Custom Post Type for Presentation pages
https://www.oik-plugins.com/oik-plugins/oik-presentation/
GNU General Public License v3.0
0 stars 0 forks source link

Do we need the Hover to slide toggle source? control #2

Closed bobbingwide closed 5 years ago

bobbingwide commented 5 years ago

Requirements

Determine what we need to keep, if any, in the oik_presentation_footer function when oobit has (re)implemented the 3 footer widgets supported by the Twenty Eleven theme.

See https://github.com/bobbingwide/oobit/issues/3

Proposed solution

Eliminate most of the code in oik_presentation_footer since this can be displayed in footer widget areas. ie. this lot

e( do_shortcode( "[audio]" ));
oikp_editCSS();
e( bw_follow_me() );
e( bw_copyright());
oik_require( "shortcodes/oik-wtf.php" );
e( bw_wtf());