Background:
Firstly, I’m unsure if this is even called a “metabox“
Here’s an example of how I “use that metabox“. As you can see the_content() method calls that metabox and sets the content.
Full the_content HTML/PHP:
<section class="main">
<div id="overview">
<header> <img src="<?php echo get_template_directory_uri(); ?>/library/images/brain.png" />
<h1>Ideas</h1>
</header>
<p>
<?php the_content(); ?>
</p>
</div>
</section>
All of this is held in a custom-post-type called custom_type
Problems:
I only have access to ONE “metabox” in custom_type. I have 5 more boxes that need “metaboxs.” Does anyone have any idea on how to accomplish this? Or any leads for tutorials that I can watch to learn from? I’m having troble finding anything because I dont even know wtf this box is called! Thank you so much!
the answer: I found a great plugin called “custom-field-template.” The plugin to wordpress give custom-field creations a great interface. Super easy to setup! and there is even a tutorial http://www.youtube.com/watch?v=L3VXnryN9iY whala