Look at add_meta_box in the function reference. You can add a meta box in there, and within it add a number of input elements for your fields. You can also add multiple meta boxes if they’re unrelated elements.
If you want to look through the eStore theme, you’re probably looking for add_action('add_meta_boxes',...)
(if it’s WordPress 3.0 or after), or add_action('admin_init',...)
Related Posts:
- divide custom field values in div every two values
- How to Call on WordPress Custom Fields without a Plugin
- WordPress hide post from custom post-type on a single page
- Inserting a class on before_widget if checkbox is checked
- Query on a repeater date (acf)
- Generating 3 random numbers and saving them in database
- Where does php code to load data go?
- ACF – Can’t get custom post type by taxonomy
- What is the correct way to search 3 custom fields only in WordPress?
- How to add WordPress Featured image in tag ..?
- wp_get_nav_menu_items() with ACF
- Save custom field on WP_List_Table
- Sum All the Post Meta of Published posts of Current Logged in user
- How do I get the value of a current user’s custom field?
- Trying to retrieve meta values from three different meta keys and display in rows
- WP post meta – for loop inside for loop
- Changable favicon
- custom fields anchor points php
- Store custom field’s multiple values in one user meta key
- Get field in readable word
- WooCommerce multiple custom fields code
- Creating a WordPress addon for ContactForm7 submission (.XML file export)
- When working with a post, almost all wp_postmeta are deleted
- What syntax is this? “{{post.price}}”
- Updating Lat and Lng of posts automatically gives sporadic results
- How to display custom field from a gallery thumbnail?
- WP_query meta_query slow with OR and DATES
- Get meta_query value by user meta array
- How to use something like meta_query but for fields?
- Getting a value from a custom field from a page that shares a parent with the current page
- Problem with conditional woocommerce custom checkout field
- meta field for numerous links
- Custom fields changes the formatting of metabox input
- Include a custom field in mysql query
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Display Content Based on Custom Field Value
- php if, else & custom fields – syntax error
- How to get the first letter from custom field?
- Meta box not saving spaces
- Creating a user ‘add custom field’ section
- custom field meta-box with dropdown/autocomplete
- Showing custom field contents without listing description
- How to exclude post from being queried based on custom meta value
- Migrate php folder to WordPress
- WordPress plugin creating sidebar on the theme/page
- WordPress and magic quotes
- If custom field doesn’t exist, or exists and it’s true show title?
- How to link a word comprised of a custom field with another?
- Combining fancybox with multiple thumbnail plugin
- Custom field in title
- If Elseif Query
- Arrange Category post manually when displayed
- Trying to fix multiple category drop down
- How to get WordPress Adminmenu items?
- How can I put a custom field as the link of a button shortcode?
- How To Customize Position of »add to cart« of WooCommerce on Product Page [closed]
- Outputting a custom field in PHP
- Sorting Meta Fields?
- Custom fields randomly stop working
- Display selected parts from selected pages on the frontpage?
- Simple tree display of WordPress menu
- Where can I find the code for the menu page meta boxes?
- How to echo a different field if another field is empty?
- WordPress Pages into Sections edit.php PHP hack
- WordPress Plugin Receive a Link
- WordPress: Create A Widget to Accompany Plugin
- How to use custom fields to replace top-level parent title with an image using wp_list_pages?
- PHP Puzzle: Unique Styles with PHP loop
- I want Page titles and excerpts to show up on home.php in certain order
- Posts sortable column not sorting properly for custom field numbers
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- Search result page – display values from the result’s metaboxes
- Display custom meta box in my template file
- How can I list only Subcategories in Woocommerce
- PHP Syntax getting PHP terms
- Query posts by custom fields (object post)
- ACF Date fileds to Age Convert [closed]
- Save custom field value to variable for conditional – why is this not working? [closed]
- Metadata on the WP_Post object
- Get Products within Current Product Category
- Appending an ACF custom field to the page title
- Too many if’s and else if’s ?? – Must be better way [closed]
- Advanced Custom Fields Show PHP in Text Areas
- WP query with variables gives no result for specific user
- what is %variable% in a wordpress plugin? [closed]
- Grabbing value of input field inside of array
- Displaying custom meta box value in a custom post page
- How to initialise WP_Query on the basis of a specific meta_value and continue iterating rest?
- Convert custom field date format to “WordPress default”
- I want to show image from custom field image on my custom page template
- How can I change the location where the custom field is displayed in the Quick Edit tab in WordPress
- How do I organize posts based on their taxonomy?
- How do you create a front end form that enables the editing of member-specific custom fields in WordPress?
- Search custom post type posts only by meta fields?
- How to pass value to add_filter wpcf7_form_tag from another function?
- Custom Admin Menu Report for Specific User ID
- Shortcode Displays 2 times
- How to execute a shortcode within a custom field?
- ACF number less than comparison not working
- fetch from an external api call and display results in page