esc_html__('sidebar', 'elicit' ), 'id'=> 'sidebar-1', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar( array( 'name' => esc_html__('Header Right','elicit'), 'id' => 'header_right', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__('Footer 1','elicit'), 'id' => 'footer-1', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__('Footer 2','elicit'), 'id' => 'footer-2', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__('Footer 3','elicit'), 'id' => 'footer-3', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_widget('Elicit_Social_Profile'); } add_action( 'widgets_init', 'elicit_widgets_init' ); require_once(get_template_directory() . '/includes/widgets/popular-posts.php'); require_once(get_template_directory() . '/includes/widgets/widget-social.php'); require_once(get_template_directory() . '/includes/customizer.php'); require_once(get_template_directory() . '/includes/customizer-styles.php'); add_action('wp_head', 'elicit_custom_css'); function elicit_custom_css() { if( !empty( $blogology_internal_css ) ) { echo ''; ?>'; ?> 'fixed', 'default-image' => '', ) ) ); add_theme_support( 'post-thumbnails' ); add_image_size('postthumbnail', 700, 340, true ); add_image_size( 'elicit-small', 100, 47, true); add_theme_support( 'custom-header', array( 'width' => 1280, 'height' => 150, ) ); } add_action( 'init', 'elicit_register_my_menu' ); add_action( 'wp_enqueue_scripts', 'elicit_scripts_styles' ); function elicit_scripts_styles() { wp_enqueue_style('bootstrap-css', get_template_directory_uri() . '/css/bootstrap.min.css'); wp_enqueue_style( 'elicit-style', get_stylesheet_uri()); wp_enqueue_script( 'elicit-scrol', get_template_directory_uri() . '/js/scroll-to-top.js', array('jquery') ); wp_enqueue_script('elicit-bootstrap-js', get_template_directory_uri().'/js/bootstrap.min.js', array('jquery') ); wp_enqueue_style('font-awesome', get_template_directory_uri() .'/fontawesome/css/font-awesome.min.css'); wp_enqueue_style( 'dashicons' ); } function elicit_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">
    " id="comment-" >
    (#) comment_approved == '0') : ?>



    $depth, 'max_depth' => $args['max_depth']))) ?>
    $word_limit) { array_pop($words); } return implode(' ', $words); } add_action( 'after_setup_theme', 'elicit_bootstrap_setup' ); if ( ! function_exists( 'elicit_bootstrap_setup' ) ): function elicit_bootstrap_setup(){ function elicit_register_my_menu() { register_nav_menu('header-menu',__( 'Header Menu','elicit' )); } class Bootstrap_Walker_Nav_Menu extends Walker_Nav_Menu { function start_lvl( &$output, $depth = 0, $args = array() ) { $indent = str_repeat("\t", $depth); $output .= "\n$indent