As the error states, your $my variable is not defined.
The reason behind it is that you only defines $my when $the_query->have_posts().
Adding
$my = 'No results found';
right after
$the_query = new WP_Query( $args );
would solve your problem. $my would then be redefined if results are found.
Related Posts:
- WP_Query with “post_title LIKE ‘something%'”?
- How to extend WP_Query to include custom table in query?
- Best way to detect if you are in a SINGLE POST page
- compare meta_query in get_posts arguments
- How to do a wp_query using “BETWEEN” with two meta_values?
- Better way to get tag stats?
- Query two taxonomies via URL or link?
- How do I order pages and categories by ID or name in the same query?
- wp_query order by title
- How to do a query only on a specific admin page?
- WP Cron and wp_insert_post
- How to adjust found_posts so that it accounts for offset and pagination
- SQL query equivalent to WP User Query
- Function to check if author has posted within the last x days
- Wp_query order by multiple custom fields?
- Would this post meta be better added to the post table rather than post_meta table
- Show default content if custom WP_Query has no posts
- WP Query for Posts (Products) in Specific Category that has 2 Specific Tags (*AND* both tags not *OR*)
- meta_query on a date range using an array of values
- Pagination for custom query on single.php
- Get product list of given category
- Remove ellipsis from the excerpt retrieved using get_the_excerpt()
- WordPress query vars are not added
- How to prevent writing duplicate loops?
- Taxonomy search/filter with multiple taxonomies and multiple taxonomy terms
- Alternative to query->set that appends conditions instead of overriding
- Group WP_Query by meta_key date
- Set if condition with wp_nav_menu
- How To Fix WP Query Returns Results But Shouldn’t?
- why update and delete query not worked in custom table?
- get_users is missing or skipping over users in loop
- WP_Query sorted by custom taxonomy
- Weird orderby => post__in issue
- how to handle multiple ajax wordpress queries?
- problem by deleting new plugin installed inside the WordPress after any heroku app sleeping [closed]
- How to extract specific post
- Adding multiple meta_key fields as orderby options to a WP Query via a function
- 1/3 of posts different class
- wp_Qwery works to slow
- Search for “2nd” also returns “22nd” in wp_query
- 2 weeks ago from meta query meta value
- Running main loop 2 times with conditional statement
- paged variable not working for category/custom post archive
- How to output the title of the blogs home page
- Get posts by list of post IDs ordered by those IDs?
- Array as ‘key’ in WP_Query
- Reset WordPress Post Query to default
- Woocommerce – exclude only older out-of-stock items
- Searching for meta_key returns 0 posts
- Using custom taxonomies in a query
- ACF accessing a field from the query, but not in post
- What is the best way (regarding performance) to set transients for logged in users?
- List of ways to access WordPress database?
- Determining Author post count
- Is there a ‘compare’ option when using WP_Query apart from meta_query
- WP_Query Results Issue with ACF
- Create a page template for “top rated posts” but show full content and not just a list
- Query posts by Post title
- Differentiate Nested WP_Query from Parent
- WP_User_Query and user posts
- Add URL Rewrite Rule To WordPress
- WP order ASC in custom author loop
- localizing variable on front-page.php template fails but succeeds on single page and taxonomy archive
- Custom Homepage Pagination using WP_Query
- My website is getting too many dierect home arechives and this is increasing my bounce rate
- Remove from array in WP_Query loop
- Posts limit on homepage (genesis framework)
- Trouble passing attribute into shortcode function
- WP_Query return posts in wrong order
- Exclude post with taxonomy and from the terms (taxonomy & tag) posts count
- WordPress search WP_Query to cover multiple post types and their custom fields?
- How do i create a custom post query when the meta value is an array?
- How to merge multiple foreach into 1 foreach and sort by date
- posts_per_page not working in block
- Very slow query generated getting meta data from posts
- Ajax buttons not working properly in WooCommerce when using wc_get_template_part
- How to compare between two dates in a nested loop?
- How to query 5 users in random who have published more than 10 posts
- Limit default Search query to post_title
- in tax_query this Is the code correct? I need to access beginner video posts for different subject
- How to redirect a query string to a “virtual” subdirectory
- WP_Query returns images but post_per_page is incorrect
- Problem with custom WP_Query and underlying pagination/posts_per_page
- WordPress Query posts that have title > another title
- WordPress WP_Query offset parameter not working with search parameter
- Custom post type archive organized by category
- Adding page subdirectory dynamically, as like buddypress does
- orderby in WP_query doesn’t works
- Displaying content to search engines but via navigation only for registered users.
- Duplicate posts showing up in loop using infinite scroll
- WP_Query orderby not working on custom post_type
- wp_query->set for several categories
- Renaming or Moving WP-Content Pros/Cons
- Where to find WP_Query class?
- WP_Query with tax_query not working
- Get access to all terms associated to each post that the wp_query loop displays
- I want to place a post before all others from an ACF boleen field
- How to put posts with some taxonomy on top of others in `pre_get_posts`
- wp_query, calculate with two dates when ‘key’ is text format
- Use value from meta key array for use in WP_Query