";
echo '
";
$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 "";
$this->textbox( 'rss_thumbnails_heading', __( 'Heading:', 'yarpp' ), 40 );
$this->textbox( 'rss_thumbnails_default', __( 'Default image (URL):', 'yarpp' ), 40 );
$this->textbox( 'rss_no_results', __( 'Default display if no results:', 'yarpp' ), 40, 'sync_rss_no_results' );
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' );
}
}