', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'bakunin_pingback_header' ); /** * Excerpt more change. */ function bakunin_excerpt_more(){ return '......'; } add_filter('excerpt_more', 'bakunin_excerpt_more');