You could go with a plugin or just a theme options page that I believe is a better approach as you build a theme.
You could find more information about theme options page to the wordpress CODEX and the Customize API
You could use something like this add_settings_section( string $id, string $title, callable $callback, string $page )
more info here
Related Posts:
- WordPress Media Uploader custom Javascript not working
- Add filter menu to admin list of posts (of custom type) to filter posts by custom field values
- How to filter post listing (in WP dashboard posts listing) using a custom field (search functionality)?
- Filter post listing by meta value which is a date
- Adding Custom Field to Taxonomy Input :Panel
- Using media-upload.php to upload mp3 via custom fields
- Extend WP Customizer to make multiple image selection possible
- How to prevent custom fields from being cleared during a bulk edit?
- Saving Custom Field in Attachment Window in WordPress 3.5
- Custom bulk action for media gallery items
- WordPress custom upload field error
- How to show custom field’s value under post/page title in wp-admin
- limit amount of photos uploaded per cpt post
- Metabox with multiple fields added by user and upload box
- Metabox image upload and custom field
- Custom image sizes for custom field media uploads
- wp_handle_upload error “Specified file failed upload test” but still creates attachment?
- Insert attachment ID in custom field from media uploader
- Add More Fields to Users Pages (Admin Panel)
- How to save media files under custom folder without changing wp-config.php or changing media settings
- How can I store a file in the database in the same way WordPress and ACF do?
- Admin meta Image Path
- How make a custom search on backend in WordPress without plugin?
- How do i save and retrieve custom attachment meta?
- Custom Fields box in the post editor: Replace textareas with input elements
- Is there a simpler version of WP Media?
- How to add upload video option in wordpress for user?
- Button inside Custom Meta Box triggering the Update Button
- Uploading PDF using Media Uploader
- I need a “Choose from existing content” popin
- Select multiple images from custom field
- How to use media upload on metabox post page without breaking TinyMCE?
- WordPress colorpicker save both hex and RGB
- Front-End User Profile
- custom field in admin columns
- Image upload and path to custom field
- Jquery on custom-field backend
- How to delete file uploaded by Plupload
- Problem uploading different files as custom fields with front end post form
- How do I upload file through custom field, save it to database and get it
- Can you generate a featured image from two images from custom fields?
- WordPress admin area: select box with 12.000+ options
- Sort columns in the ‘Pages’ dashboard overview
- Link fields in User Admin list
- want to add video upload option for front end user
- Save custom post data outside of default post form
- display custom media folders to wordpress media popup
- Custom Meta Boxes and Fields for WordPress: Change directory upload based on user-edit page
- Change path to child of page when uploading image via custom field
- How can I create more “create attachment” custom field – any idea?
- Decouple page name from page title
- Upload image to wordpress
- Multiple image uploader under editor?
- unlink() doesn’t delete the uploaded file
- Save Custom Meta Value on Media Upload
- Using wordpress post data as input for google visualisations
- Order posts by custom field and if custom field is empty return remaining posts
- Adding a prefix to a post title
- copy attachments to another post type and change attachment url
- Cannot edit post meta fields with rest API
- Only display custom field if it there is a value inside
- Add a post meta key and value only if it does not exist on the post
- Custom field values repeating
- Sorting posts by multiple values, combined
- Separate table or usermeta
- trim custom field text value and show (…)
- Duplicate posts being displayed when querying Custom Fields
- Json api does not return all metadata
- Use custom field as a variable
- ACF: How to get the full field name (meta_key) by a field key?
- modify wordpress caption shortcode
- Why is my Custom Meta Box Field Inputs NOT saving?
- Filter multiple custom fields Values with Check boxes
- Get registered custom fields or post meta even if empty
- How to mass update custom fields for more than 20k posts
- remove initial wysiwyg editor from cms page edit
- List all unique custom field values?
- Build index page from custom fields
- Modify date query by URL parameter using pre_get_posts and $_GET
- The best way to collision check in WP
- ACF field group not showing in page
- Filter post style attribute
- Update some (not all) post titles with custom field values before running the Loop
- Arrays in custom fields or is there a better way?
- Setting user permissions per post
- Weird custom fields data lost
- WooCommerce 3 get custom variation on process order [closed]
- Output Custom Field value to shortcode
- Update custom table on metabox POST
- change attachment custom field onChange event
- Get custom field from other post in carousel
- Form fields based on custom fields
- show custom field content in jquery tabs
- Create citation and url in post using 3 custom fields with conditions for each field… So close!
- Show only first image of multiple image field
- Custom Fields after update to WordPress 6
- Add fields to edit in custom widget
- Can running a WP-Cron to update_post_meta cause performance issues?
- custom field value is blank or empty
- How to add a custom field to the comments “Quick Edit” screen?