This may be an HTML issue. For a multiple select, the name of needs to end in “[]”, to signify an array. So try changing:
<select name="<?php echo $themename_option_name.'['.$valueid.']'; ?>" id="<?php echo $themename_option_name.'['.$valueid.']'; ?>" multiple="multiple" style="height:150px; min-width: 200px;">
to
<select name="<?php echo $themename_option_name.'['.$valueid.']'; ?>[]" id="<?php echo $themename_option_name.'['.$valueid.']'; ?>" multiple="multiple" style="height:150px; min-width: 200px;">
So you should end up with:
<select name="hurst_theme_options[hurst_content_bullet_cats][]" id="...
Related Posts:
- What does the token %1$s in WordPress represent [closed]
- reason of splitting theme files to multiple files
- retrieve thumbnail from post ID of best selling product in category
- Custom HTML structure in wp_list_categories
- How to Populate the list of custom post type categories
- Php string not working in WordPress Functions.php [duplicate]
- How to display related posts from parent category
- User Defined order on get_categories?
- How can I set custom order use this function
- Categories Template Assistance
- Error: array_map(): Argument #2
- Problems with function on function.php
- Use template for posts with a particular category grandparent
- Check if Product is in a Specific Category in Functions.php
- Display all categories including sub categories
- Custom category code not showing all posts
- Category Thumbnail Display – How to display ONLY the main Category
- Choose To Display Post Views With An Options Panel
- Set WordPress Default Template
- How to use transient in this code for related post?
- Set the checkbox as checked by default at options page
- What is an equivalent of single_cat_title for getting the slug of the category?
- WP Post-Thumbnail
- Pass Category Name, Description and Photo into variables to pass to jQuery
- Move category description below post list in blog
- Applying A Category to Existing Posts Where Page Title Matches Regex
- Setting default category base on theme activation
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- Let Users Choose Post Categories
- how to show only specific category for a template
- Display most popular posts of category
- WordPress Options Page Theory Question
- get taxonomy thumbnail and use it as a variable in code
- Warning: Illegal string offset on theme options page [closed]
- Displaying posts based on category
- Changing the color scheme based on the url visited
- Link blogname and blogdescription to the Options Framework
- Get categories names as an array to use it in theme settings
- How to get the last category name of a child category?
- Use get() method to grab all categories and output inside another method
- Only show size attributes in product box woocommerce when available
- Argument for if term-> have child?
- Show all tags within a category?
- Displaying list of posts in category page
- Echoing a CSS class based on category of post in a list
- Loading Posts & Category with Ajax
- How to get current category
- Show parent categories of the current category
- is user member of a group, show them categories [closed]
- Showing Subcategory Name/Link Instead of Parent Category
- How to check if a category has a parent and child categories?
- WordPress custom taxonomy
- Finding and removing duplicates within WP Arrays
- Using multiple variables to assign categories to an array
- Compare current post Category in select menu
- Display latest post from WordPress Featured Category that is also in X,Y,or Z categories
- Using theme options to change a border-radius value
- Get the list of post categories
- Display Sibling WooCommerce Product Categories on Archive Page
- Pagination at category doesnt work with same name of page
- Woocommerce. Get a list of products in the current category on the archive page and product page
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- How to show categories and date on posts
- display the months of a specific category
- List sub categories and corresponding posts of a parent category
- Add a “custom field” to a category that can be retrieved when viewing the category page with get_post_meta
- Allow two posts (from different categories) to have the same slug
- Child-Theme Category View with modified permalinks (%category% removed)
- How to move a post from one category to another
- How to enable HTML tags in category description without breaking the category page
- Trying to show the category of a post in the post display
- Create category after theme setup and modify the default one
- All categories options or All categories not Populating
- Customizing the output of the archive and category widget without altering the original behavior of the widget
- Displaying 3 Category Posts differently
- Code works on page-example.php by not category-example.php
- get_category display only 1
- How to list categories by page id in wordpress
- WordPress using get_term to retreive slug not working as expected
- How to add style in functions.php depending on conditions?
- Showing the project type in HREF
- How do I display Category titles on a WP Page?
- Front end post submissions do not get submitted in the category
- problem with category menu, it doesn’t want to show link
- Make an array listing custom taxonomy
- Get category id for a custom category and display it in a class
- Saving category as insert post
- Trying to exclude posts from a category on the home page
- WordPress Setting page can not be saved by html radio
- wp_get_archive for category returning different URLs on different but similar sites
- Showing Subcategory’s Name and Link Instead of Parent Category’s
- get_category only returning details for ‘uncategorized’
- How to change a specific character in a theme option value – replace a space with a plus sign
- Setting field not saving on front-end
- Hide empty categories from get_categories
- Select area and checkbox data is not saving?
- on category page get name of category as a string
- WordPress categories not working throughout site
- Remove /category/ from category (archive) page URLs (without using a plugin)
- Get Products within Current Product Category