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 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…6 hours 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…7 hours 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…7 hours 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…7 hours 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…20 hours 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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,…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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.2 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…2 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.…2 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_plugin2 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…2 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…3 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…3 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…3 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…3 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?…3 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…3 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,…3 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…3 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…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:
Is it the same for the code handling the taxonomy admin page?3 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…3 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…3 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…3 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…3 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…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:
I didn't read all your code, but one thing you have to keep in mind…4 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…4 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…4 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.…4 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…4 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/a5 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…5 days ago
-
Posted a reply to How do i display thumbnail nail or featured image in a widget, on the site WordPress.org Forums:
You should read the code of the core widgets, or find a plugin that does…5 days ago
-
Posted a reply to LDAP importing and group permissions, on the site WordPress.org Forums:
You must be using a plugin to get the LDAP data into WordPress, since WP…5 days ago
-
Posted a reply to “Media Add New Screen” sidebar removed ?, on the site WordPress.org Forums:
If you are in the editor, then the Media modal has those options. But if…5 days ago
-
Posted a reply to How do I put hyperlinks and text on pictures?, on the site WordPress.org Forums:
If you are using the block editor, create a Cover block. Or you can use…5 days ago
-
Posted a reply to Help with Profile Fields, on the site WordPress.org Forums:
I think you might have a plugin that you don't realize. WordPress does not have…5 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+