Joy
@joyously on WordPress.org and Slack
- Member Since: February 18th, 2011
- Location: Texas
- Website: joyreynolds.com
- GitHub: joyously
Contribution History
Joy’s badges:- Core Contributor Core Contributor
- Design Contributor Design Contributor
- Documentation Contributor Documentation Contributor
- Meta Contributor Meta Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
-
Posted a reply to Menu not working on mobile, on the site WordPress.org Forums:
You should be asking in the theme's support forum. Menus are handled differently in each…1 hour ago
-
Posted a reply to wordpress direct comment link ?, on the site WordPress.org Forums:
You should let WordPress build the link: https://developer.wordpress.org/reference/functions/get_comment_link/1 hour ago
-
Posted a reply to how to make post list boxes neat with CSS, on the site WordPress.org Forums:
You can read about the overflow property here: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow There is also text-overflow: https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow You…2 hours ago
-
Posted a reply to How to Invite people to contribute to a page?, on the site WordPress.org Forums:
Turn on comments with a call for contributions. Set the options for comments to be…2 hours ago
-
Posted a reply to How do I make form action attribute go to themes function.php, on the site WordPress.org Forums:
There is no correct way to call wp-load.php. Your code should not load WP. If…2 hours ago
-
Posted a reply to blog posts not on blog page, on the site WordPress.org Forums:
Instead of thinking of showing the same content in two places, think of it in…19 hours ago
-
Posted a reply to Email Lists No Longer Working, on the site WordPress.org Forums:
This sounds like a plugin functionality, as there is no WordPress admin page for Posts…19 hours ago
-
Posted a reply to Search widget not filtering posts, on the site WordPress.org Forums:
You can try a search from the URL only, not the search widget, to rule…1 day ago
-
Posted a reply to How can I force errors in WP Rest API endpoints?, on the site WordPress.org Forums:
So if there are no errors in the log, the problem is in the javascript?1 day ago
-
Posted a reply to Your installation of WooCommerce is incomplete. If you installed WooCommerce fro, on the site WordPress.org Forums:
You should ask (with more details) in the plugin's support forum. https://wordpress.org/support/plugin/woocommerce/2 days ago
-
Posted a reply to Creating Button Help, on the site WordPress.org Forums:
If you want to code it, find a plugin that is similar and read the…2 days ago
-
Posted a reply to Noobie needs some help please, on the site WordPress.org Forums:
You should ask in either your theme's support forum or the Elementor support forum.2 days ago
-
Posted a reply to Edit CSS from a outsourced theme, on the site WordPress.org Forums:
What is a CSS archive? Themes have CSS files (which may be minified) and CSS…2 days ago
-
Posted a reply to How can I force errors in WP Rest API endpoints?, on the site WordPress.org Forums:
You should try define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true );…2 days ago
-
Posted a reply to Search widget not filtering posts, on the site WordPress.org Forums:
Your searchform looks fine. The theme support for html5 only affects the built-in searchform so…2 days ago
-
Posted a reply to query coding for pre_get_posts Hook, on the site WordPress.org Forums:
The main WordPress query is an instance of WP_Query. Your function is passed the query…2 days ago
-
Posted a reply to How do I make form action attribute go to themes function.php, on the site WordPress.org Forums:
Using the theme's functions file in the action attribute won't ever work, because the file…2 days ago
-
Posted a reply to Contact Form DB, on the site WordPress.org Forums:
Your code has two separate loops. The first one sets the jb_content variable to each…2 days ago
-
Posted a reply to Gettting Excel info. into a WP site, on the site WordPress.org Forums:
There are many advantages to having the data in the WordPress tables. All plugins and…2 days ago
-
Posted a reply to Multiple Calendars in Modern Tribe Events Calendar, on the site WordPress.org Forums:
You should be asking in the plugin's support forum.2 days ago
-
Posted a reply to query coding for pre_get_posts Hook, on the site WordPress.org Forums:
You have it backwards. Objects use the -> operator and arrays use the => operator.…2 days ago
-
Posted a reply to Plugin Active for Logged in Users only, on the site WordPress.org Forums:
That is not much information to use to find an answer. I came across this…2 days ago
-
Posted a reply to Order articles posts by custom field, on the site WordPress.org Forums:
If you read at the link I gave, it will tell you how to change…3 days ago
-
Posted a reply to Page parent selector takes very long to load and loads too much data, on the site WordPress.org Forums:
You know posts are web pages also, right? And they have categories. There is a…3 days ago
-
Posted a reply to Order articles posts by custom field, on the site WordPress.org Forums:
Is that code in a function? Or is it directly in the functions.php file? You…3 days ago
-
Posted a reply to Sample Post Appears on AMP, on the site WordPress.org Forums:
You should ask in the plugin's support forum. https://wordpress.org/support/plugin/accelerated-mobile-pages/3 days ago
-
Posted a reply to Issue upload image and issue with media, on the site WordPress.org Forums:
It sounds like you are getting a Javascript error. Maybe you can read the error…3 days ago
-
Posted a reply to Category Links Don’t Go To Category’s Content, on the site WordPress.org Forums:
I see what you mean. It looks like all the categories show the latest posts.…3 days ago
-
Posted a reply to Frontend database?, on the site WordPress.org Forums:
Maybe https://wordpress.org/plugins/ajax-search-lite/ https://wordpress.org/plugins/add-search-to-menu/3 days ago
-
Posted a reply to How can I create an additional meta tag for my posts that shows up in the post?, on the site WordPress.org Forums:
You can use a custom taxonomy. Plugins that can help: https://wordpress.org/plugins/custom-post-type-ui/ https://wordpress.org/plugins/mb-custom-taxonomy/ https://wordpress.org/plugins/mw-taxonomy/ https://wordpress.org/plugins/custom-post-type-maker/ https://wordpress.org/plugins/custom-post-types/…4 days ago
-
Posted a reply to Frontend database?, on the site WordPress.org Forums:
Take a look at search plugins like https://wordpress.org/plugins/custom-search-plugin/ https://wordpress.org/plugins/wp-custom-fields-search/ https://wordpress.org/plugins/search-everything/4 days ago
-
Posted a reply to Translated Forums, on the site WordPress.org Forums:
I think you need to use Google Translate.4 days ago
-
Posted a reply to Page parent selector takes very long to load and loads too much data, on the site WordPress.org Forums:
I'm not sure why anyone would make so many pages, but you are right that…4 days ago
-
Posted a reply to New Blog Posts End Up As Archives, on the site WordPress.org Forums:
Go to your admin Settings > Permalinks page and see what it says there. From…4 days ago
-
Posted a reply to Title Text Field for Gutenberg Images Gone, on the site WordPress.org Forums:
You can check and see if it's reported, or open a new issue for it:…4 days ago
-
Posted a reply to widgets not loading how they should, on the site WordPress.org Forums:
You should ask in the theme's support forum.4 days ago
-
Posted a reply to get_post_time(‘U’) and get_the_date(‘U’) wrong Timestamp, on the site WordPress.org Forums:
The Classic Editor plugin is just a toggle so it uses the old editor, which…4 days ago
-
Posted a reply to Post categories thumbnails, on the site WordPress.org Forums:
There is no 'category-thumbnails' support built-in to WordPress or themes. You might find a plugin…5 days ago
-
Posted a reply to Why do most of the WordPress Themes look incomplete?, on the site WordPress.org Forums:
If you are looking at the Preview on the Themes directory, there is a limitation…5 days ago
-
Posted a reply to esc_html_e() function in custom plugin, on the site WordPress.org Forums:
If your code is a WordPress plugin, then you can use most WordPress functions without…5 days ago
-
Posted a reply to Remove search field placeholder text (Twenty Nineteen child theme), on the site WordPress.org Forums:
Topics close automatically after 6 months. The original probably should have been in the theme's…5 days ago
-
Posted a reply to get_post_time(‘U’) and get_the_date(‘U’) wrong Timestamp, on the site WordPress.org Forums:
Can you read https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/ and see if that is what is going on? There were…5 days ago
-
Posted a reply to One caption for multiple images, on the site WordPress.org Forums:
The gallery block facilitates individual captions, but also has a gallery caption.5 days ago
-
Posted a reply to Ajax request from footer.php to functions.php, on the site WordPress.org Forums:
You are posting to '', so how do you expect it to find your PHP?…5 days ago
-
Posted a reply to custom frontpage for subsites, on the site WordPress.org Forums:
What do you mean by this? It sounds like: I don't want to use WordPress,…5 days ago
-
Posted a reply to Sorting admin columns with meta_value, on the site WordPress.org Forums:
Because it's a meta value that you want to sort by, it's not as straight…5 days ago
-
Posted a reply to Sorting admin columns with meta_value, on the site WordPress.org Forums:
It looks like you need to filter users_list_table_query_args. See https://developer.wordpress.org/reference/classes/wp_users_list_table/prepare_items/ https://developer.wordpress.org/reference/classes/wp_users_list_table/ is the whole class.…6 days ago
-
Posted a reply to Child style.css ignored, on the site WordPress.org Forums:
Apparently, there was a ticket and a patch 7 years ago for this, but it…6 days ago
-
Posted a reply to List of query “orderby” options anywhere??, on the site WordPress.org Forums:
There is extensive information about the query in the Code Reference: https://developer.wordpress.org/reference/classes/wp_query/6 days ago
-
Posted a reply to “Order” sorting by URL parameters not working for CPT, on the site WordPress.org Forums:
It looks like the same URL to me.6 days ago
Developer
-
Weaver Options Merge
Active Installs: 10+
-
Twenty8teenActive Installs: 200+