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 Email Lists No Longer Working, on the site WordPress.org Forums:
I would suspect the MailOption plugin first, but I haven't used most of those plugins...…2 mins ago
-
Posted a reply to How can I force errors in WP Rest API endpoints?, on the site WordPress.org Forums:
You should be getting something in your error log or the debug.log that you enabled.…20 mins ago
-
Posted a reply to Category Drop Down Options Do Not Redirect, on the site WordPress.org Forums:
As it's not a core WordPress function, you need to ask someone who knows that…1 hour ago
-
Posted a reply to wordpress direct comment link ?, on the site WordPress.org Forums:
What was the output? If it wasn't a comment link, perhaps there is something wrong…20 hours ago
-
Posted a reply to Menu not working on mobile, on the site WordPress.org Forums:
I know it looks obnoxious, but really, these forums are for questions about WordPress, and…20 hours ago
-
Posted a reply to Category Drop Down Options Do Not Redirect, on the site WordPress.org Forums:
It looks like either your theme or a plugin has changed the core Category widget…20 hours ago
-
Posted a reply to How to Invite people to contribute to a page?, on the site WordPress.org Forums:
You can use a plugin that modifies the comment interface, or make a child theme…22 hours ago
-
Posted a reply to Menu not working on mobile, on the site WordPress.org Forums:
You copied it from somewhere, so go back there and ask about the menu. We…22 hours ago
-
Posted a reply to Braille and .BRF file support, on the site WordPress.org Forums:
You can use the Lord of the Files plugin to ensure they are checked correctly,…22 hours ago
-
Posted a reply to wordpress direct comment link ?, on the site WordPress.org Forums:
If you read the code for the get_comment_link function, you will see that the link…24 hours ago
-
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 day 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 day 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…1 day 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…1 day 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…1 day 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…2 days 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…2 days 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…2 days 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?2 days 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/3 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…3 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.3 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…3 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 );…3 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…3 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…3 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…3 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…3 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…3 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.3 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.…3 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…3 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…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:
You know posts are web pages also, right? And they have categories. There is a…4 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…4 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/4 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…4 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.…4 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/4 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/…5 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/5 days ago
-
Posted a reply to Translated Forums, on the site WordPress.org Forums:
I think you need to use Google Translate.5 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…5 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…5 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:…5 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.5 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…5 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…6 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…6 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…6 days ago
Developer
-
Weaver Options Merge
Active Installs: 10+
-
Twenty8teenActive Installs: 200+