'Footer %d')); } add_theme_support( 'menus' ); // Function for registering wp_nav_menu() in 3 locations add_action( 'init', 'register_navmenus' ); function register_navmenus() { register_nav_menus( array( 'Main' => __( 'Main Navigation' ), ) ); } function custom_pagination($pages = '', $range = 2) { $showitems = ($range * 2)+1; global $paged; if(empty($paged)) $paged = 1; if($pages == '') { global $wp_query; $pages = $wp_query->max_num_pages; if(!$pages) { $pages = 1; } } if(1 != $pages) { echo "\n"; } } // set content width if ( ! isset( $content_width ) ) $content_width = 600; function gp_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">
    comment_author_email, 48 ); ?> %s says:'), get_comment_author_link()) ?>
    comment_approved == '0') : ?>
    $depth, 'max_depth' => $args['max_depth']))) ?>