Exemple #1
0
<div id="col-container">

<div id="col-right">
<div class="col-wrap">
<form id="posts-filter" action="" method="post">
<input type="hidden" name="taxonomy" value="<?php 
        echo esc_attr($taxonomy);
        ?>
" />
<input type="hidden" name="post_type" value="<?php 
        echo esc_attr($post_type);
        ?>
" />

<?php 
        $wp_list_table->display_table();
        ?>

<br class="clear" />
</form>

<?php 
        if ('category' == $taxonomy) {
            ?>
<div class="form-wrap">
<p><?php 
            printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_cat_name(get_option('default_category'))));
            ?>
</p>
<?php 
            if (current_user_can('import')) {