'ffffff', 'text' => '414141', 'link' => '6C8C37', 'border' => 'EDE8E2', 'url' => '009193', ); $content_width = 455; add_theme_support( 'automatic-feed-links' ); add_custom_background(); add_theme_support( 'print-style' ); // Make theme available for translation // Translations can be filed in the /languages/ directory load_theme_textdomain( 'blix', get_template_directory() . '/languages' ); /** * Enqueue scripts and styles */ function blix_scripts() { wp_enqueue_style( 'blix', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'blix_scripts' ); function widget_blix_categories() { ?>
', '' ); ?> 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))); ?>
. comment_type == "comment") comment_author_link(); else { strlen($comment->comment_author) > 25 ? $author = substr($comment->comment_author,0,25) . "&hellip" : $author=substr($comment->comment_author,0,25); echo get_comment_author_link(); } ?> |