Lists of items are already implemented in WP core. They’re called custom menus. They are stored as a custom post type + taxonomy.
UPDATE:
I had assumed that your list items would be other posts, but I’m getting the impression that you just need them to be strings. In this case, menus would be overkill and you should store the list items as individual custom fields.
Related Posts:
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- Error 404 change permalink term custom term taxonomy
- I have a random letter appearing before my content. Where to start looking for the cause?
- Where to put my code: plugin or functions.php?
- Advanced search form with filters for custom taxonomies and custom fields
- Custom post type single-{custom}.php not working
- How to Add Custom Taxonomy To Woocommerce Plugin
- Mini-Site Strategy
- How to completely disable a taxonomy archive on the frontend?
- How to build a complex page structure
- How to set a fall back template for a custom post type in a plugin?
- register_taxonomy with multiple object type and update_count_callback
- Where to put archive-{post-type}.php
- Custom Meta Boxes – Nonce Issue – Move to trash issue
- Custom Taxonomy and tax_query Issue?
- How to Build a Movie Library in WordPress 3.x
- How to add multiple featured image in meta box in post editor?
- Show metabox in custom-post-template depending on taxonomy term?
- Displaying Metabox value (custom post type taxonomy)
- How to List Thumbnails based on Custom Categories
- Limit users by custom taxonomy and user roles
- How can I display my custom metaboxes on a custom post template?
- Generate Shortcodes by Taxonomy
- Custom Taxonomy Not Showing in Menu
- Set object terms not working on plugin activation
- Count posts with specific term_meta
- Displaying a custom post types custom taxonomy value?
- Metadata for a taxonomy – is there any WordPress way of doing this?
- Does WordPress limit the length of slug names for Post Meta or Terms?
- Insert Multiple Post with Same Publish Button
- get_object_taxonomies() returns empty array for custom post type
- What template files do I need to customise custom-category-term-links rather than fall back on archive.php?
- Adding a custom post type taxonomy template in plugin
- How to add a custom taxonomy to show up in a custom post type menu?
- Help need making decision. Ads rotating site on wordpress
- custom taxonamy and post type
- Getting meta in editor plugin, and event triggering issue
- Return the latest post from a custom Taxonomy and Post Type
- Don’t know how to show custom taxonomies from a custom post_type
- How to duplicate entire custom post type
- Display a grid of taxonomy terms at root taxonomy page
- Get unique superset of taxonomy terms from a list of custom posts in another hierarchical taxonomy
- Metabox not show in categories custom post type cmb2
- What is the best practice for displaying my plugin content in themes?
- How to have this permalink structure: post_type/postname/custom_inner_page
- Deleting taxonomy terms and relationships on a custom post_type when a user is deleted
- Plugin fatal error
- custom comments form for custom post type
- How to produce a sub-page-system in WordPress
- Custom fields for custom post type
- Should I use a custom taxonomy or custom post type for grouping a list of panels associated with a group of tests?
- Get next and prev item from custom WP_Query and Custom Post Type
- How to show Custom Post Types under Taxonomy in a new WordPress page template?
- Why are custom taxonomies only appearing on the edit page of one of these types, but not the other?
- Custom post type 404 category page
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Unable to gather Image URL from Custom Post Type’s; Custom Meta Field
- Changing CPT permalink
- How to search through all child taxonomies using WP_Query?
- Custom Post Taxonomy Template Not Loading Properly
- Permalinks: custom post type -> custom taxonomy -> custom sub taxonomy -> post
- How to display only child category post in related posts in custom post type?
- Having issue on Loading Meta Data From CSV to CPT
- How to Use A Custom Post Type as Taxonomy for Another Custom Post Type
- Insert custom taxonomy into category query
- % encoded URL giving 404 error in WordPress
- Saving Child Terms on front end not setting parent
- Order posts by meta value hiding posts instead of re-ordering
- Which File Populating CPTs in Slug URL
- Front End users account with lots of user Roles (not Woocommerce)
- Custom post type that lets users create a set of posts?
- call a function when insert and update a custom post type
- Not Able to List CPT Based on Taxonomy Term
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- Facing some Issues on Two Parts Custom Post Type Taxonomy Names
- Help with Multi Level Category Archive Page
- Not Able to Get Custom Post Type in Single and Single-custom-post-type
- How to develop custom URL redirection
- Custom post type with custom taxonomy permalinks
- Complex strcuture as CPT or taxonomy for use in woocommerce product variations [closed]
- Custom taxonomy page template
- Associate custom categories to different user IDs
- WordPress custom post type
- Organizing The Custom Post Type with Taxonomies / Parent Posts
- show custom taxonomies in hierarchy
- Render custom taxonomy query as single template
- Issue on Counting CPT’s Under Taxonomy Term
- Not Able to Display Metabox Saved Checkbox and Selected option After Save/ Update
- Values inside a custom field to determine which category posts to display
- Timetable of Custom Meta Data using Custom Post Type and Custom Taxonomy
- Custom Taxonomy Showing in WP Menu
- Get term_id for each instance of custom taxonomy
- How to internationalize the sub menu name “categories” in Custom post type?
- Issue on Adding Taxonomy to Custom Post Type Using Function
- How to Create Custom Post Type with Multiple Color Options?
- Advanced search form with filters for custom taxonomies and custom fields
- Custom post type and custom taxonomy archive inaccessible
- Apply custom names for generic custom taxonomy name?
- Automatically add custom taxonomy when meta value gets to a set number or beyond
- Need some hints for my own WP theme development