The dot .
in your code is evaluated as string litral, and not concatenation. Meaning if $inpCnt
was equal to 5
for example, php will search for name="scrape[".5.'][sponsors]' id=
and will fail to find it. You can either remove the dots while still using the double quotes:
$sponsors = str_replace(
"name="scrape["$inpCnt'][sponsors]' id=",
"name="scrape["$inpCnt'][sponsors][]' multiple="multiple" size="19" id=",
$sponsors
);
.. Or use concatenation:
$sponsors = str_replace(
'name=\'scrape["'.$inpCnt.'"][sponsors]\' id=',
'name=\'scrape["'.$inpCnt.'"][sponsors][]\' multiple=\'multiple\' size=\'19\' id=',
$sponsors
);
Related Posts:
- Enter a variable in the ‘category_name’ parameter
- category__not_in and id values from variable
- Get the children of the parent category
- How to check if I’m on the last page of posts?
- How to get permalinks with category base working with sub-categories
- Should category.php and The Loop be used if the query needs to be customizable?
- Exclude the category from the WordPress loop
- How do I get the category URL from get_the_category?
- get_field not displaying my custom field value
- Default WP Gallery – show only galleries of a certain category
- Rearranging posts based on categories
- WP_Query not looking at child category
- Randomise results from a category page?
- Dropdown with category selection
- Display all posts in category, with specific tag posts at top
- Show div only if post is in specific category
- How to show a category post to a specific registered user
- Display list of Sub-Categories and the posts they contain, within one main Category
- Loop with Dynamic Categories
- How can I create a loop to build slides based on multiple categories using Coda Slider
- Saving two categories from two dropdowns in front end posting form
- Get id of category from drop down menu
- Remove child products from woocommerce category page [closed]
- Get a list of commas separated categories inside a loop
- Echo one category as title when post has multiple categories?
- Categories list loop – add separator every year
- How would you create a “weekly” archive?
- How to exclude categories from recent posts, recent comments & category widgets?
- How to add HTML5 ‘required’ attribute to wp_dropdown_categories() without JavaScripts?
- Listing all posts from current category on page
- Display one latest post from multiple categories
- How do I get the total number of categories in a list of search results?
- Check if post belongs to any category
- How do I display the posts from a custom post type on a category.php page?
- How to group the loop posts in a particular by author?
- Display products for a category, sorted by post_excerpt
- How to retain the values from dropdown category lists after wrong form submission?
- Exclude category from loop not working
- Listing Parent, Child and GrandChild Categories and then the PostTitles on Page Template !
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- Help with multiple dropdown tags search
- If newest post of category is newest post in general, skip first post of category
- a-z list, categories and sub categories in loop
- How to use wp_category_checklist()?
- How do I specify more than one category?
- Why would in_category only return one post in a specific category?
- wp_dropdown_categories and custom taxonomy + custom post type
- Is it possible to select and edit the way the most recent post from a certain category is displayed on the page?
- How to provide value for ‘selected’ on wp_dropdown_categories() for ‘multiple’ options
- Displaying multiple loops based off of category
- How to loop only categories without posts (+ show category featured image with acf) [closed]
- Additional featured post on first page
- Show all posts for a specific category/author
- Redirect category to url with /category
- create a page which displays a list of categories title+ short description?
- Second level subcategory
- how to define category loop last class in the third
- Filter Select results based on selection
- Query Posts Exclude Entire Category
- Additional form options based on category selected not working
- Pagination for category slug returns 404 when page >= 2
- Class active for Archive link – looped out
- Taxonomy name repeating when showing 2 posts from each category
- Display the last post by each category?
- Remove product category placeholder image (Woocomerce)
- wp_dropdown_categories() scripts working erratically on sidebar
- WooCommerce – How to show specific category first-rest of products-specific category last
- Counter in loop in foreach
- Multiple Loops on category.php with pagination on last loop
- How to exclude the last post from a category(featured for example) from the main loop?
- Order by category titles
- ajax for filtering posts by category in wordpress loops
- How to use an array of categories as a dropdown?
- Inside a loop, how to change CSS class based on category name?
- Exclude current post from loop
- How to insert category list into post creation page, and retrieve chosen categories?
- Categories list loop – add separator every 3 categories [closed]
- Limit get_categories to show each category once
- Display single category name in woocommerce loop
- How do I display only two categories Instead of displaying all categories
- Dropdown Categories used in form shows no results when all is selected
- Show Posts from Single Category Not Working
- Is there a reason I cannot get the current category in a loop?
- Category archive is displaying all posts rather than the specific category
- Pagination on category.php and tag.php not working
- new WP_Query all post in a category inside the loop
- Problem with different query loops (and “main loop”) on category template page!
- How to do paging in the loop?
- How to add orderby parameter for sorting on category.php
- How to loop custom post_type from (a) specific category(ies)?
- wp_list_categories walker without links on categories that have subcategories (to make a nested dropdown menu)
- Do not show sub categories in the loop on archive-product.php
- How to display the parent category if only the child category has been chosen
- Category tags with comma’s
- Display posts of certain categories to specific user roles
- Allow user to select categories that will display in post loop
- Filter posts by categories ajax is showing nothing
- Insert HTML content in WP Query at specific point
- WordPress Customizer: Dropdown with Category output
- Simple way to style posts of a single category differently in the loop and in single