'#ffffff',); add_theme_support('custom-background', $args); add_theme_support('custom-header'); add_theme_support('automatic-feed-links'); add_theme_support('woocommerce'); add_theme_support('title-tag'); } // Read more tag to formatting in blog page function awada_content_more($read_more) { return '
' . __('Read More', 'awada') . '
'; } add_filter('the_content_more_link', 'awada_content_more'); // Replaces the excerpt "more" text by a link function awada_excerpt_more($more) { return '' . __('Read More...', 'awada') . ''; } add_filter('excerpt_more', 'awada_excerpt_more'); /* * Awada widget area */ add_action('widgets_init', 'awada_widget'); function awada_widget() { /*sidebar*/ register_sidebar(array( 'name' => __('Primary Sidebar Widget Area', 'awada'), 'id' => 'primary-sidebar', 'description' => __('Primary sidebar widget area', 'awada'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => __('Footer Widget Area', 'awada'), 'id' => 'footer-widget', 'description' => __('Footer widget area', 'awada'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } /* Breadcrumbs */ function awada_breadcrumbs() { $delimiter = ''; $home = __('Home', 'awada'); // text for the 'Home' link $before = ''; // tag before the current crumb $after = ''; // tag after the current crumb echo ''; } //Blog PAGINATION function awada_pagination() { echo "
"; } /*** Post pagination ***/ function awada_pagination_link() { ?>
  • id="comment-">
    'img-circle comment-avatar' )); ?>

    $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))); ?>

    comment_approved == '0') { ?>