I think the problem is in your transient
set_transient( "7677recent_$my_paged", $my_query, 60 * 60 );
This is currently refreshing every 1 hour you could try changing it to 3 or 5 mins for testins
Related Posts:
- When tax_query used, results disappear (0 =1 produced)
- WP_Query in functions.php
- Gravity Forms field entries into wp_query loop [closed]
- list tags with count in author profile page
- wp_is_mobile dequeue not working
- Having a Function Inside of the Loop
- Wp_query function to search from product_title ‘OR’ product tags name
- Is there a WP function to get taxonomy name from taxonomy_term_id?
- Display tags that only appear in one category
- Make a SQL query with wpdb in WordPress
- Custom Query Not Paginating
- Reset postdata not working on WP_Query in functions.php
- Wp-query Order By problem
- How is $current_page passed in woocommerce_account_orders function?
- WordPress Categories: Function using custom SQL to return array of specific category IDs
- How to apply the ‘current_page_item’ class to an archive page in `wp_list_pages()`?
- Filter for replacing the WP_query object for a given category
- This code is supposed to only allow user to be authenticated if accountVerified is equal to 1, but it still allows user to be authenticated otherwise
- Create a CUstom Archive by Year, but just for a Single Category
- Updating custom query var with multiple values
- WP_Query for Attachments not working as expected
- query_vars treat as single var from URL
- sort title descending with title with number
- Delete oldest wordpress post (SQL query)
- What argument does my function need to echo get_results() query results
- Database SQL Error, Should Work
- Database Query not working
- Optimizing multiple WP_querys into one call?
- How to Delete Posts by title?
- Integrating custom API for post content into Admin interface & Public Website [closed]
- Insert image between X number of posts but on specific paginated pages?
- get last part of page url and add it as cat in wp_query
- Why does re-using this function not work? [closed]
- Cannot modify header information – headers already sent (wp_redirect in functions.php)
- using jQuery on only one page
- Javascript function not working when placed in Text Block
- How to customize the_archive_title()? Cannot figure out how to change the value it produces [duplicate]
- Allow Contributor to edit their own posts after Adm aproval
- How to stop wordpress from injecting hard-coded style into image attachments with captions
- How to pass orderby params to $wpdb->prepare()?
- help I changed one currency in woocommerce and everything is ruined [closed]
- How to run a function in every page, every device
- Need help getting a function to function
- Load Post into DIV with Ajax
- Optimizing a WordPress site
- Pass parameter to hooked function using custom page template
- different style sheet for just one page template
- Help With Creating Shortcode
- Which function required?
- It does not work concatenation in function.php
- Problem with comments_number()
- Functions when woocommerce isn’t installed
- How to pass variables from a function in functions.php to an other one
- How to get_template_directory() properly on local environment
- if statement for wordpress default featured image on single post
- wordpress use single ajax in place of multiple ajax requests in a smarter way
- Function to display post by specific author
- How to override woocommerce.css?
- register_activation_hook for multiple functions
- Connecting to a 2nd DB gives me no results when querying
- Add Element as a Filter to the_content
- edit formatting.php in a theme so it wont get overwritten
- Override the WordPress core function wp_referer_field
- Including php files within template
- Modify post filter to set custom number of posts per page and exclude child posts
- Custom Sidebar only on single post
- Is `is_sidebar_active()` deprecated, and showing error?
- How to return hook data when multiple parameters are present?
- Remove “Published On” inside wp-admin
- Storing password (functions.php)
- Hook into a function without a hook?
- Make wp_link_pages() suitable for Twitter Bootstrap markup
- Can’t call Javascript function – scope?
- Trying to register script in footer
- Generate featured images old posts
- Deprecated function get_user_by_email($email)
- register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead
- How to set the default avatar of buddypress avatar [closed]
- debugging errors.. how to remedy?
- How to get data from an array using get_user_meta()
- Require file in functions from theme directory using PHP
- Where do i create my own function in wp-admin
- Space Not Being Generated in HTML Output?
- Don’t display html if function returns nothing
- Custom styles.css sheet for visual editor
- Exclude from the query posts with meta_key and meta_value
- How to display retweet count and likes in the meta above the excerpt
- How can I add a filter for specific categories on functions.php?
- Custom editor color palette colors are not appearing in the editor
- WP function won’t work on 404 template page
- Set Taxonomy based on post status
- Use html inside shortcode function
- If ACF field is empty show different value [closed]
- How to obtain the recent posts without their content in an efficient way?
- How to remove comment count column in Posts inside the admin dashboard?
- What is the text that appears beside the page titles in the list of pages in the WP admin?
- Change slug shortlink “/?p=” base in WordPress
- How to add custom JavaScript in functions?
- Setting a default text for excerpts of a particular category
- Cannot declare function twice [closed]