%1$s %3$s %4$s %6$s

', __('Powered by','boxy'), esc_url( 'http://wordpress.org/'), __('WordPress.','boxy'), __('Theme: Boxy by','boxy'), esc_url('https://www.webulousthemes.com/'), __('Webulous Themes','boxy')) ; } } add_action('boxy_credits','boxy_footer_credits'); if(! function_exists('boxy_before_branding_widgets') ) { function boxy_before_branding_widgets() { ?>
'.$more_link_text.'

'; } } /** * Configuration sample for the Kirki Customizer. * The function's argument is an array of existing config values * The function returns the array with the addition of our own arguments * and then that result is used in the kirki/config filter * * @param $config the configuration array * * @return array */ function boxy_demo_configuration_sample_styling( $config ) { return wp_parse_args( array( 'color_accent' => '#03c4eb', 'color_back' => '#FFFFFF', 'width' => '320px', ), $config ); } add_filter( 'kirki/config', 'boxy_demo_configuration_sample_styling' ); add_action('boxy_blog_layout_class_wrapper_before','boxy_blog_layout_wrapper_class_before'); if(! function_exists('boxy_blog_layout_wrapper_class_before') ) { function boxy_blog_layout_wrapper_class_before() { $blog_layout = get_theme_mod('blog_layout',1); switch ( $blog_layout ) { case 2: ?>