I suggest you take a look at the Kirki toolkit: https://github.com/aristath/kirki
It has a “repeater” field that should do what you need.
It’s still under heavy development and for the time being I’ve only added the ability to use a few field-types with it, so I guess it depends on what exactly the data you want to add & re-arrange is, but it’s worth a look.
Related Posts:
- get_option() vs get_theme_mod(): Why is one slower?
- Adding a description to theme customizer controls
- Theme Options page with tabs
- Theme option : having the ability to select among several predefined headers
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- How to create dependent field in Customizer?
- How to add an alternative style sheet as a theme option?
- Theme Customizier sanitize_callback not working
- How to reset (clear) theme settings
- Retrieve uploaded image attibutes value from option tree theme options
- How to use WP Theme Option: Custom_Backgrounds on specific element?
- Delete Transient when clicking ‘Save Changes’ on options page
- New WP_Customize API – how does it work under the hood?
- WordPress API Menu/Submenu Order
- Is it Possible to Extend WP Customize JS Methods?
- What are the advantages and disadvantages of Option Tree over the Customization API?
- wp_editor() fields on Theme Options Page not saving
- Adding a checkbox to the theme customizer
- How To Add New Option Types To Option Tree?
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- Add a dropdown to theme customizer
- How to refresh WordPress Customizer panel upon entering a value
- WP Customizer – Prevent live preview
- Theme Options Panels, What are some good examples from Frameworks or Premium Themes? [closed]
- Where are a theme’s options stored and can I export them to be imported into freshly installed themes?
- Can I install Analytics before deciding on a theme?
- Options Framework options not being output
- Using update_option() and get_option() is echoing escaped strings
- Two Ways Of Creating WordPress Options Pages
- WordPress Nonce and check admin referer help needed
- WordPress Customizer Typography: How to load just the unique Google Fonts?
- In the new Theme Customizer API, how to send a value from the front back to the admin panel?
- Outputting results from select box option in options panel
- Upload multiple images via theme options [closed]
- Customizer JS API: Defining control settings
- Customizer JS API: Adding Setting Dynamically Not Working
- PHP stylesheet cannot use standard WP functions
- How do I use add_control to offer a list of all pages in the customiser?
- Display user HTML on website
- Need help understanding/coding with Settings API
- How to remove menus section from WordPress theme customizer
- Setting up a members area
- WordPress: update_option, don’t update empty options?
- Hide/show customizer controls based on other settings in Customizer
- Show different Customizer Settings on Page-Tamplates
- I am trying to use the Theme Customization API but I keep getting an error
- How to hook CSS file according to theme selection in the customizer section
- Customizer, change preview url when a control changes
- Change setting name in Customizer and keep the data
- Using jQuery to retrieve customizer value
- after_setup_theme, Global Variable and Theme Customizer
- Customizer JS API: Adding a “dropdown-pages” control
- Difference between ‘type’ => ‘text’ and WP_Customize_Control
- Disable Theme API / Front end (for API only environment)
- How can I insert some extra validation into the theme options’ validation function using add_filter?
- Disable image resizing on specific upload fields
- Put standard wordpress options into a theme options panel?
- How can I get my options in json response?
- Change the CSS of the Customizer API
- Can i use the same sanitize function on multiple theme mod textboxes?
- Customizer – Prefix Class Extension
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- How to extend parent theme sections and settings to Options Tree
- Using an if statement in the theme customizer page
- Removing \\\ from Saved Data
- Use of check_admin_referer with theme options and options.php
- WordPress custom options storing?
- Create a range slider to change font-size with different screens sizes in wordpress customizer api
- WordPress customizer get control
- Insert content between sections in WP customizer
- Get a default value of the Customizer setting using wp.customize API (JS)
- WordPress admin panel framework weird layout on server side
- get option framework options returns Call to undefined function of_get_option()
- How to disable wordpress from overload my stylesheet styles with customizer styles
- Getting the ID of header image, even when set to random
- Theme Customizer API Live Preview
- Theme Options page not saving data correctly
- How to enqueue javascript for WP Customize options sidebar?
- Getting error to display radio button value in General Settings page
- Create an Options page with two image upload fields
- Only allow site url in text field using wp_kses/wp_filter_nohtml_kses?
- Additional custom header image
- Options Theme – WordPress [closed]
- Change WordPress header color using customizer
- WordPress Drop down category as array for using in page builder
- Settings API settings section not appearing
- Is there a function to add additional options to the Twentyeleven option page?
- Customizer JS API: Defining active_callback for a section
- How to set a default theme option after installing theme?
- How to get of_get_option() inside the inc folder file
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- WordPress theme options framework, I can’t read them in my templates
- Color Options from Theme Customizer API not returning via get_theme_mod()
- Display and hide content using checkbox in Options Framework Theme
- How do I remove the page listing menu in the header in the Twenty Ten Theme?
- My title won’t update
- Multiple options in the options_value field of the wp_options table
- Shorter admin url for options page
- Shortcode don’t work in custom option field, any solution?