"; echo '
get_option('code_display') ) echo ' style="display: none;"'; echo '>' . __( "RSS display code example", 'yarpp' ) . '
' . __( "(Update options to reload.)", 'yarpp' ) . "
"; $this->checkbox( 'rss_display', __( "Display related posts in feeds?", 'yarpp' )."  ", '' ); $this->checkbox( 'rss_excerpt_display', __( "Display related posts in the descriptions?", 'yarpp' )."  ", 'rss_displayed' ); $this->textbox( 'rss_limit', __( 'Maximum number of related posts:', 'yarpp' ), 2, 'rss_displayed' ); $this->template_checkbox( true, 'rss_displayed' ); echo ""; $chosen_template = yarpp_get_option( "rss_template" ); $choice = false === $chosen_template ? 'builtin' : ( $chosen_template == 'thumbnails' ? 'thumbnails' : 'custom' ); echo ""; echo ""; echo ""; $this->displayorder( 'rss_order', 'rss_displayed' ); $this->checkbox( 'rss_promote_yarpp', __( "Help promote Yet Another Related Posts Plugin?", 'yarpp' ) . " " . htmlspecialchars( sprintf( __( "Related posts brought to you by Yet Another Related Posts Plugin.", 'yarpp' ), 'http://www.yarpp.com' ) )."" ) ) . "'> ", 'rss_displayed' ); } }