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 Pagination Not Working on `WP_Query` Archive Page, on the site WordPress.org Forums:
Instead of using new WP_Query, use the pre_get_posts filter to affect the main query. https://developer.wordpress.org/reference/hooks/pre_get_posts/20 hours ago
-
Posted a reply to Which Gutenberg Block to use for Search Results?, on the site WordPress.org Forums:
The search page should be handled by your theme. It is not an editable page.20 hours ago
-
Posted a reply to Can’t edit default image URL in WordPress Multisite, on the site WordPress.org Forums:
You can't. Read https://wordpress.org/support/article/multisite-network-administration/#uploaded-file-path20 hours ago
-
Posted a reply to Time issues in 5.3, on the site WordPress.org Forums:
Can you search Trac and see if this is reported? (it seems familiar) If not,…2 days ago
-
Posted a reply to The Theme Directory Search engine doesn’t find all the themes, on the site WordPress.org Forums:
The correct place is actually https://meta.trac.wordpress.org/ Partially matches work fine. Probably there is a limit…2 days ago
-
Posted a reply to Can’t edit default image URL in WordPress Multisite, on the site WordPress.org Forums:
That settings doesn't exist for Multisite.2 days ago
-
Posted a reply to Reusable Code, on the site WordPress.org Forums:
You can do that with my theme. Each template part (in my theme and child…2 days ago
-
Posted a reply to Find Short Code, on the site WordPress.org Forums:
Use this plugin to see all the shortcodes: https://wordpress.org/plugins/amr-shortcodes/ Sometimes, no shortcode is used, but…2 days ago
-
Posted a reply to Customizing Gutenberg gallery markup, on the site WordPress.org Forums:
The gallery shortcode is obviously dynamic. The gallery block, however, is static. Think of it…2 days ago
-
Posted a reply to Custom Page Title Glitch, on the site WordPress.org Forums:
You should ask plugin questions in the plugin's support forum. https://wordpress.org/support/plugin/wordpress-seo/3 days ago
-
Posted a reply to Archive page help, on the site WordPress.org Forums:
You determine which query you want to affect by the Template Hierarchy. In the code,…3 days ago
-
Posted a reply to Image preview shows up as a post, on the site WordPress.org Forums:
Well, in WordPress, images in the Media Library are stored exactly the same way posts…3 days ago
-
Posted a reply to codepen html js css in wordpress – Easy, on the site WordPress.org Forums:
So, your theme probably already has a button for the menu (at least on small…3 days ago
-
Posted a reply to Add options to theme-customizer in child-theme, on the site WordPress.org Forums:
It seems that you don't really need an option (which is the same to add…3 days ago
-
Posted a reply to codepen html js css in wordpress – Easy, on the site WordPress.org Forums:
It might help if you gave the link to the Codepen. The HTML probably shouldn't…3 days ago
-
Posted a reply to Existing Website Update Using Old Putty Theme, on the site WordPress.org Forums:
I don't see your theme in the WP repository, so I can't help much with…3 days ago
-
Posted a reply to Place plugin settings in plugin list, on the site WordPress.org Forums:
That's not something WordPress could do, since each plugin can put their settings link wherever…4 days ago
-
Posted a reply to Strange behavior from “Recent Posts” in “category”, on the site WordPress.org Forums:
You could show the plugin author this page: https://developer.wordpress.org/reference/functions/wp_reset_query/#more-information or try to fix it yourself…4 days ago
-
Posted a reply to I know which theme I want. Don’t know name., on the site WordPress.org Forums:
The WP repository has thousands of themes, and most of them look like that. Just…4 days ago
-
Posted a reply to Architecture of WordPress Plugin, on the site WordPress.org Forums:
I think you are overcomplicating things, trying to make one entry point for your plugin…4 days ago
-
Posted a reply to Switching Themes, on the site WordPress.org Forums:
Those plugin settings (and those plugins) don't affect the theme or its options. That's the…4 days ago
-
Posted a reply to My bootstrap theme doesn’t load bootstrap.js and Navbar toggle isnt working., on the site WordPress.org Forums:
The dependency array(‘jQuery’) should be all lower case array(‘jquery’). In the call to wp_nav_menu(), remove…4 days ago
-
Posted a reply to Can’t edit text widget, on the site WordPress.org Forums:
That should be pretty straightforward, but having the widget show as blank indicates either a…4 days ago
-
Posted a reply to Single images showing up in archive and search results, on the site WordPress.org Forums:
Sounds like you have some code that modified the search (probably adding all post types,…4 days ago
-
Posted a reply to superfly menu disappeares when I bring the browser between 577 -768?between, on the site WordPress.org Forums:
I can't find that plugin in the WP repository. If it's there, please click on…4 days ago
-
Posted a reply to Switching Themes, on the site WordPress.org Forums:
You shouldn't need all your plugins or content to be all the same, just to…4 days ago
-
Posted a reply to Help to Change Continue reading – PUBLICATION THEME, on the site WordPress.org Forums:
You shouldn't have to deal with this. Your theme should be fully translated. If the…4 days ago
-
Posted a reply to Image preview shows up as a post, on the site WordPress.org Forums:
As far as I remember, the Media Library's View link has always shown the attachment…4 days ago
-
Posted a reply to Strange behavior from “Recent Posts” in “category”, on the site WordPress.org Forums:
I see what you mean. I would suspect your theme or one of your plugins…4 days ago
-
Posted a reply to Architecture of WordPress Plugin, on the site WordPress.org Forums:
Your code should be in a PHP file to handle the plugin's page, which you…4 days ago
-
Posted a reply to Testing with PHPUnit–what should be in the file ‘wp-tests-config.php?’, on the site WordPress.org Forums:
I guess the answers would be in that script.5 days ago
-
Posted a reply to WP_REST_Terms_Controller::create_item_permissions_check seems weird to me, on the site WordPress.org Forums:
If you think it's a bug, open a ticket in Trac (search first), with all…5 days ago
-
Posted a reply to Architecture of WordPress Plugin, on the site WordPress.org Forums:
As I said before, the template_redirect hook is for the front end, not the admin.…5 days ago
-
Posted a reply to How to detect (via a hook) specific plugin update, on the site WordPress.org Forums:
There are some hooks for updating plugins: https://developer.wordpress.org/?s=update_plugin5 days ago
-
Posted a reply to Read more tag doesn’t work, on the site WordPress.org Forums:
You are not doing something wrong. The More tag (or More block in the block…5 days ago
-
Posted a reply to Where to find Div Class?, on the site WordPress.org Forums:
It's in the content, so there must be custom CSS for it somewhere. I would…6 days ago
-
Posted a reply to Display ONE $term (Out of 4 ) from a taxonomy-{taxonomy}.php & CPT, on the site WordPress.org Forums:
Read the Theme Developer Handbook, and especially the Template Hierarchy. No, don't copy a different…6 days ago
-
Posted a reply to Testing with PHPUnit–what should be in the file ‘wp-tests-config.php?’, on the site WordPress.org Forums:
That's a good assumption, since it does say that. But I don't know that there…6 days ago
-
Posted a reply to Posts in Latest posts block are styled a bit different than the actual post, on the site WordPress.org Forums:
Either leave each post to its own page or add styles to fix what you…6 days ago
-
Posted a reply to Where to find Div Class?, on the site WordPress.org Forums:
Are you copying from the front end of the site or from inside the editor?…6 days ago
-
Posted a reply to Architecture of WordPress Plugin, on the site WordPress.org Forums:
What are you talking about? There are no templates in the WP admin. That is…6 days ago
-
Posted a reply to Looking for old (but awesome) export tool patch, on the site WordPress.org Forums:
Someone on Slack just pointed out this glowing review of a plugin called Prime Mover,…6 days ago
-
Posted a reply to Posts in Latest posts block are styled a bit different than the actual post, on the site WordPress.org Forums:
The Latest Posts block is not invoking the theme for its output, but generates its…6 days ago
-
Posted a reply to Testing with PHPUnit–what should be in the file ‘wp-tests-config.php?’, on the site WordPress.org Forums:
I think the wp-tests-config-sample.php is likely the same as wp-config-sample.php, but I haven't looked at…6 days ago
-
Posted a reply to WP_REST_Terms_Controller::create_item_permissions_check seems weird to me, on the site WordPress.org Forums:
Is it the same for the code handling the taxonomy admin page?6 days ago
-
Posted a reply to How do i edit the homepage, on the site WordPress.org Forums:
It looks like you have a Page set as your home page, so you should…6 days ago
-
Posted a reply to Testing with PHPUnit–what should be in the file ‘wp-tests-config.php?’, on the site WordPress.org Forums:
You would copy the standard wp-tests-config-sample.php and change the database credentials to a different database…6 days ago
-
Posted a reply to framework/starter theme, but how?, on the site WordPress.org Forums:
The point is that you don't have to start from zero, or blank. Start with…6 days ago
-
Posted a reply to wanted: Reddit style theme for user submitted content, on the site WordPress.org Forums:
You should be looking for a plugin, not a theme. There are quite a few…6 days ago
-
Posted a reply to framework/starter theme, but how?, on the site WordPress.org Forums:
You are not a coder, so you should not be writing a theme. Since the…7 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+