admin_header( 'RSS', true, 'yoast_wpseo_rss_options', 'wpseo_rss' ); $content = '
' . __( "This feature is used to automatically add content to your RSS, more specifically, it's meant to add links back to your blog and your blog posts, so dumb scrapers will automatically add these links too, helping search engines identify you as the original source of the content.", 'wordpress-seo' ) . '
'; $rows = array(); $rssbefore = ''; if ( isset( $options[ 'rssbefore' ] ) ) $rssbefore = esc_html( stripslashes( $options[ 'rssbefore' ] ) ); $rssafter = ''; if ( isset( $options[ 'rssafter' ] ) ) $rssafter = esc_html( stripslashes( $options[ 'rssafter' ] ) ); $rows[ ] = array( "id" => "rssbefore", "label" => __( "Content to put before each post in the feed", 'wordpress-seo' ), "desc" => __( "(HTML allowed)", 'wordpress-seo' ), "content" => '', ); $rows[ ] = array( "id" => "rssafter", "label" => __( "Content to put after each post", 'wordpress-seo' ), "desc" => __( "(HTML allowed)", 'wordpress-seo' ), "content" => '', ); $rows[ ] = array( "label" => __( 'Explanation', 'wordpress-seo' ), "content" => '' . __( 'You can use the following variables within the content, they will be replaced by the value on the right.', 'wordpress-seo' ) . '
' . '%%AUTHORLINK%% | ' . __( 'A link to the archive for the post author, with the authors name as anchor text.', 'wordpress-seo' ) . ' |
---|---|
%%POSTLINK%% | ' . __( 'A link to the post, with the title as anchor text.', 'wordpress-seo' ) . ' |
%%BLOGLINK%% | ' . __( "A link to your site, with your site's name as anchor text.", 'wordpress-seo' ) . ' |
%%BLOGDESCLINK%% | ' . __( "A link to your site, with your site's name and description as anchor text.", 'wordpress-seo' ) . ' |