*/ function boldwp_post_style() { $post_style = 'style-5'; if ( boldwp_get_option('post_style') ) { $post_style = boldwp_get_option('post_style'); } return apply_filters( 'boldwp_post_style', $post_style ); } function boldwp_hide_footer_widgets() { $hide_footer_widgets = FALSE; if ( boldwp_get_option('hide_footer_widgets') ) { $hide_footer_widgets = TRUE; } return apply_filters( 'boldwp_hide_footer_widgets', $hide_footer_widgets ); }