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 Hyperlink Shadow, on the site WordPress.org Forums:
It is not a shadow. It is a gradient for the background image of the…24 mins ago
-
Posted a reply to Featured Image (when link sent as a text), on the site WordPress.org Forums:
Someone else asked this a few months ago. Whatever the app on your phone is…17 hours ago
-
Posted a reply to Reusable Code, on the site WordPress.org Forums:
It seems that you ignored the easy function on that page: get_template_part() Each function has…17 hours ago
-
Posted a reply to Pagination Not Working on `WP_Query` Archive Page, on the site WordPress.org Forums:
WordPress does the main query, based on the page address (and its parameters). Any time…17 hours ago
-
Posted a reply to WP_Site_Health::get_instance() error, on the site WordPress.org Forums:
Someone else reported this also, but if you look at the wp-settings.php from WP 5.4,…18 hours ago
-
Posted a reply to Transparent Header, on the site WordPress.org Forums:
Negative margins usually cause a lot of problems, especially if an image is involved because…20 hours ago
-
Posted a reply to Critical Error, on the site WordPress.org Forums:
I looked at my WP 5.4 and the loading of Site Health is on line…20 hours ago
-
Posted a reply to Inserting Links in Gutenberg doesnt Include Custom Post Types, on the site WordPress.org Forums:
Yes, I see that also, and I tried it in WP 5.4. Could you see…22 hours ago
-
Posted a reply to Critical Error, on the site WordPress.org Forums:
It is complaining about your super cache plugin. If you didn't get the Recovery mode…22 hours ago
-
Posted a reply to How do you move a block?, on the site WordPress.org Forums:
Mark Uraine (one of the Gutenberg design team) said:23 hours ago
-
Posted a reply to I’d like “Read More” to load at the top of the page, not scroll down, on the site WordPress.org Forums:
No, not really. That is the whole point of the "Read More" link. It lets…23 hours ago
-
Posted a reply to Menu item with custom HTML, on the site WordPress.org Forums:
When you link to PayPal, you can use the GET version, which is a link…23 hours ago
-
Posted a reply to Reusable Code, on the site WordPress.org Forums:
Read about template parts: https://developer.wordpress.org/?s=template_part23 hours ago
-
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/2 days 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.2 days 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-path2 days 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,…3 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…3 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.3 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…3 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…3 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…3 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/4 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,…4 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…4 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…4 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…4 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…4 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…4 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…5 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…5 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…5 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…5 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…5 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…5 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…5 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,…5 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…5 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…5 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…5 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…5 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…5 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…5 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.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:
If you think it's a bug, open a ticket in Trac (search first), with all…6 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.…6 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_plugin6 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…6 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…7 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…7 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+