<?php _e( 'Logo', 'boksy'); ?>

| gbobbd' ); ?>
comment_type || 'trackback' == $comment->comment_type ) : ?>
  • >
    ', '' ); ?>
  • >
    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '
    ', 'after' => '
    ', ) ) ); ?> comment_approved ) : ?>

  • '
    ', 'email' => '
    ', 'url' => '
    ', ); // custom textarea $comment_field = '
    '; $comment_form_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => $comment_field, 'comment_notes_before' => '', 'comment_notes_after' => '', 'label_submit' => __( 'Post', 'boksy' ), 'title_reply' => __( 'Say Something', 'boksy' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'boksy' ), ); // the comment form comment_form( $comment_form_args ); } endif; if ( ! function_exists( 'boksy_paging_nav' ) ) : /** * Display navigation to next/previous set of posts when applicable. */ function boksy_paging_nav() { // Don't print empty markup if there's only one page. if ( $GLOBALS['wp_query']->max_num_pages < 2 ) { return; } ?> post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) { return; } ?> 1 && get_option( 'page_comments' ) ) { ?> %2$s'; $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); ?> ', '' ); } } endif; if ( ! function_exists( 'boksy_entry_footer' ) ) : /** * Prints HTML with meta information for the categories, tags and comments. */ function boksy_entry_footer() { // Hide category and tag text for pages. if ( 'post' == get_post_type() ) { // Categories ?>