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 URL Redirect using functions.php, on the site WordPress.org Forums:
I don't think you're getting what I'm saying. Most WordPress sites would have a URL…36 mins ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
I think you have a plugin that changes the normal URL for categories, and that…17 hours ago
-
Posted a reply to Theme Metaboxes not showing, on the site WordPress.org Forums:
You should ask in the theme's support forum. Be sure to specify what version of…17 hours ago
-
Posted a reply to Where is my home page?, on the site WordPress.org Forums:
If your site uses the Latest Posts as the home page (that’s the default), you…21 hours ago
-
Posted a reply to Changing Existing Theme, on the site WordPress.org Forums:
Use the Customizer to preview your site with other themes. It won't change what your…21 hours ago
-
Posted a reply to Plugin inserts code in bad place, on the site WordPress.org Forums:
You should ask at the plugin's support forum. But this is usually due to a…21 hours ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
I think you misunderstood. You don't need to put the category into your Permalink structure.…22 hours ago
-
Posted a reply to How can I force errors in WP Rest API endpoints?, on the site WordPress.org Forums:
It's not quite the same thing, but I see this ticket today: https://core.trac.wordpress.org/ticket/4942623 hours ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
That code works for me. But your desired URL does not contain a category base,…24 hours ago
-
Posted a reply to Not seeing all enqueued script handles, on the site WordPress.org Forums:
Why don't you use a plugin for this? Plugins are already tested and working. You…24 hours ago
-
Posted a reply to Help create a landing page for external links, on the site WordPress.org Forums:
I still don't understand what you want.24 hours ago
-
Posted a reply to Error: Warning: count(): Parameter must be an array or an object that implements, on the site WordPress.org Forums:
OK, then you are using some code that is not compatible with your version of…2 days ago
-
Posted a reply to how to insert additional fields without plugins in the user registration on the, on the site WordPress.org Forums:
Get a plugin that does something similar and read the code.2 days ago
-
Posted a reply to Order taxonomy query results, on the site WordPress.org Forums:
The tax_query array does not do anything with order and orderby. See https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters And the…2 days ago
-
Posted a reply to Adding aria-labels to pagination links, on the site WordPress.org Forums:
Your existing theme should be calling the core functions like https://developer.wordpress.org/reference/functions/get_the_posts_pagination/ or https://developer.wordpress.org/reference/functions/the_posts_pagination/ so you…2 days ago
-
Posted a reply to Pluggable.php File Errors prevent log in, on the site WordPress.org Forums:
To be clear, the theme won't fall back to the default theme unless it is…2 days ago
-
Posted a reply to Pluggable.php File Errors prevent log in, on the site WordPress.org Forums:
Look at wp-content/themes/miyazaki-child/functions.php line 24. It sounds like it has some white space outside of…2 days ago
-
Posted a reply to Site link from Dashbaord, on the site WordPress.org Forums:
It is considered better for the user, especially for accessibility concerns, to open links in…2 days ago
-
Posted a reply to Auto Align Images, on the site WordPress.org Forums:
You have posted in the Developing with WordPress forum. Are you asking about this in…2 days ago
-
Posted a reply to Adding aria-labels to pagination links, on the site WordPress.org Forums:
The core functions have the parameters for those, but I'm not sure what the defaults…2 days ago
-
Posted a reply to Forcing a mobile header, on the site WordPress.org Forums:
You should ask at your theme's support forum, so the author can help you with…2 days ago
-
Posted a reply to How to Invite people to contribute to a page?, on the site WordPress.org Forums:
I'm glad you got it figured out! This forum really isn't for feedback, but I…2 days ago
-
Posted a reply to Error: Warning: count(): Parameter must be an array or an object that implements, on the site WordPress.org Forums:
You need to update the PHP on your server. See https://wordpress.org/support/update-php/2 days ago
-
Posted a reply to Theme installation failed, on the site WordPress.org Forums:
What is in the zip file? It sounds like your zip file contains your old…2 days ago
-
Posted a reply to Help create a landing page for external links, on the site WordPress.org Forums:
If the link is to the file itself, WordPress is not involved. You could put…2 days ago
-
Posted a reply to How to Invite people to contribute to a page?, on the site WordPress.org Forums:
The comment settings are core WordPress settings, and apply to all post types with comment…2 days ago
-
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 days 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.…2 days 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…2 days 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…3 days 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…3 days 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…3 days 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…3 days 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…3 days 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,…3 days 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…3 days 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…3 days 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/3 days 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…3 days 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…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:
There is no correct way to call wp-load.php. Your code should not load WP. If…3 days 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…4 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…4 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…4 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?4 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/5 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…5 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.5 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…5 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 );…5 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+