post_count == 1 ){ // Setup post data the_post(); // Get permalink $post_url = get_permalink(); // Redirect to post page wp_redirect( $post_url ); } } add_action('template_redirect', 'stf_redirect_to_post'); if(!isset($content_width)) { $content_width = 800; } function anila_styles() { add_editor_style( 'main.css' ); } add_action( 'init', 'anila_styles' ); ?>