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 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…5 hours 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…5 hours 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/17 hours 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,…17 hours 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…20 hours 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…1 day 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…1 day 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…1 day 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…1 day 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…2 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…2 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…2 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…2 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…2 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…2 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…2 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,…2 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…2 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…2 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…2 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…2 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…2 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…2 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.3 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…3 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.…3 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_plugin3 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…3 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…4 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…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:
That's a good assumption, since it does say that. But I don't know that there…4 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…4 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?…4 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…4 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,…4 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…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 think the wp-tests-config-sample.php is likely the same as wp-config-sample.php, but I haven't looked at…4 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?4 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…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:
You would copy the standard wp-tests-config-sample.php and change the database credentials to a different database…4 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…4 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…4 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…5 days ago
-
Posted a reply to Display ONE $term (Out of 4 ) from a taxonomy-{taxonomy}.php & CPT, on the site WordPress.org Forums:
I didn't read all your code, but one thing you have to keep in mind…5 days ago
-
Posted a reply to Simple filter of posts, on the site WordPress.org Forums:
You can make custom taxonomies easily using Custom Post Type UI and then use Query…5 days ago
-
Posted a reply to Some post content missing, on the site WordPress.org Forums:
You could have some HTML entities in your content. I found this almost a year…5 days ago
-
Posted a reply to Scrape nonce check failed. Please try again. – can’t edit php file, on the site WordPress.org Forums:
Why are you trying to change theme files? Go to your admin and select Pages.…5 days ago
-
Posted a reply to Insert Link no longer returning matching posts, on the site WordPress.org Forums:
Here is where you find that line in Trac: https://core.trac.wordpress.org/browser/tags/5.3/src/wp-admin/includes/ajax-actions.php#L1857 and then you can click…5 days ago
-
Posted a reply to Single Click Download, on the site WordPress.org Forums:
Read about the download attribute here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a6 days ago
-
Posted a reply to Featured image for archive home page, on the site WordPress.org Forums:
There might be a plugin to help with this, but as you say, it's not…6 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+