• I want to add a Custom Column in Posts manage page. I want this column to just have radio buttons, with which I can select a particular post. then include that selected post’s ID in a query anywhere in a theme like;

    $featured = selected_with_radio(); /***or a anything like that***/
    $args = array(
         'post_id' => $featured
          );

    I’d really appreciate any help.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Radio Button Column in Posts (Admin Screen)’ is closed to new replies.