<div id="front-page-warning" class="notice notice-warning inline"><p><?php
_e( '<strong>Warning:</strong> these pages should not be the same!'
); ?></p></div>
<?php
endif; ?>
<?php
if ( get_option( 'wp_page_for_privacy_policy'
) ===
get_option( 'page_for_posts'
) ||
get_option( 'wp_page_for_privacy_policy'
) ===
get_option( 'page_on_front'
) ) : ?>
<div id="privacy-policy-page-warning" class="notice notice-warning inline"><p><?php
_e( '<strong>Warning:</strong> these pages should not be the same as your Privacy Policy page!'
); ?></p></div>
<?php
endif; ?>
</fieldset></td>
</tr>
<?php
endif; ?>
<tr>
<th scope="row"><label for="posts_per_page"><?php
_e( 'Blog pages show at most'
); ?></label></th>
<td>
<input name="posts_per_page" type="number" step="1" min="1" id="posts_per_page" value="<?php
form_option( 'posts_per_page'
); ?>" class="small-text" /> <?php
_e( 'posts'
); ?>
</td>
</tr>
<tr>
<th scope="row"><label for="posts_per_rss"><?php
_e( 'Syndication feeds show the most recent'
); ?></label></th>
<td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php
form_option( 'posts_per_rss'
); ?>" class="small-text" /> <?php
_e( 'items'
); ?></td>
</tr>
<tr>
<th scope="row"><?php
_e( 'For each post in a feed, include'
); ?> </th>
<td><fieldset>
<legend class="screen-reader-text"><span>
<?php