• function c_slider_meta() {

    global $post;
    $custom = get_post_custom($post->ID);
    $feat_slider = $custom[“feat_slider”][0];

    ?>

    <div class=”inside”>
    <table class=”form-table”>
    <tr>
    <th><label for=”feat_slider”>Feature in Featured Content Slider?</label></th>
    <td><input type=”checkbox” name=”feat_slider” value=”1″ <?php if($feat_slider == 1) { echo “checked=’checked'”;} ?></td>
    </tr>
    </table>
    </div>

    how to set featured post only admin
    help me first

    http://wordpress.org/plugins/wp-featured-content-slider/

  • The topic ‘make featured only admin’ is closed to new replies.