admin管理员组

文章数量:1307415

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 4 years ago.

Improve this question

how can I make a metabox like in the picture

episode title : Episodes 1

Serie Name : The Seven Deadly Sins

AirDate : gg.aa.yyyy

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 4 years ago.

Improve this question

how can I make a metabox like in the picture

episode title : Episodes 1

Serie Name : The Seven Deadly Sins

AirDate : gg.aa.yyyy

Share Improve this question asked Jan 11, 2021 at 11:45 Anime TRAnime TR 91 bronze badge 6
  • Welcome - there are lots of ways to add and control post meta data - using code or using plugins - please take the time to give more information about your questions, aim and current set-up. – Q Studio Commented Jan 11, 2021 at 12:48
  • how can I do with code with functions.php – Anime TR Commented Jan 11, 2021 at 13:18
  • As I mentioned, please take the time to update your question to show more information, so that others can help you more easily - show the code you have and have tried, show errors you face etc. – Q Studio Commented Jan 11, 2021 at 13:36
  • I have no code information how can I make a new one – Anime TR Commented Jan 11, 2021 at 14:38
  • Have you tried Google? – vancoder Commented Jan 11, 2021 at 16:06
 |  Show 1 more comment

1 Answer 1

Reset to default -1 ID; $meta_value = get_post_meta($post_id, 'episodes', true); ?>
<label for="episodes">Bölüm Sayısı Örnek 1.Bölüm:</label>
<div>
    <input type="text" name="episodes" value="<?php echo $meta_value; ?>" id="episodes" />
</div>
ID; if (isset($_POST['episodes']) && !empty($_POST['episodes'])) { update_post_meta($post_id, 'episodes', $_POST['episodes']); } else { delete_post_meta($post_id, 'episodes'); } } add_action('save_post', 'bolumler_save'); See my teacher, I created one but I can use only one of them. Room episodes. I want to add 2 more places. How can I add twshows - into places like seasons?

本文标签: how can i do metabox