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 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 hours 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 hours 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 hours 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 hours 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…7 hours 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…1 day 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…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: 
 That's a good assumption, since it does say that. But I don't know that there…1 day 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…1 day 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?…1 day 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…1 day 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,…1 day 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…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 think the wp-tests-config-sample.php is likely the same as wp-config-sample.php, but I haven't looked at…1 day 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?1 day 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…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: 
 You would copy the standard wp-tests-config-sample.php and change the database credentials to a different database…1 day 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…1 day 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…1 day 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…2 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…2 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…2 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…2 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.…2 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…2 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/a3 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…3 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…3 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…3 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…3 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…3 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…3 days ago 
- 
										Posted a reply to How to get the result of search?, on the site WordPress.org Forums: 
 WordPress has a function to output the search form: https://developer.wordpress.org/reference/functions/get_search_form/ and it uses the home_url('/')…3 days ago 
- 
										Posted a reply to Mobile theme function.php codes are not working., on the site WordPress.org Forums: 
 There is no theme from the WP repository named Newspaper, so we can't help you…4 days ago 
- 
										Posted a reply to How to center Custom HTML block?, on the site WordPress.org Forums: 
 Make it part of the HTML in the block. Wrap a div around your custom…4 days ago 
- 
										Posted a reply to Customize and Live Preview keep loading…, on the site WordPress.org Forums: 
 I don't know much about SSL, but the option in WP for Site URL and…4 days ago 
- 
										Posted a reply to Insert Link no longer returning matching posts, on the site WordPress.org Forums: 
 Especially for AJAX, you should use the error_log call to output the variables to the…4 days ago 
- 
										Posted a reply to Organizing Websites with Many Pages and Categories, on the site WordPress.org Forums: 
 Custom taxonomies are registered for whatever post type or types that you choose.4 days ago 
- 
										Created a topic, external tracking script is not loaded, on the site WordPress.org Forums: 
 Why do I get this notice? Loading failed for the <…4 days ago 
- 
										Posted a reply to How do I make the page I linked the first, on the site WordPress.org Forums: 
 Why would you want that URL? Why does it have the path 3 times?4 days ago 
- 
										Posted a reply to Organizing Websites with Many Pages and Categories, on the site WordPress.org Forums: 
 I have grappled with this for a plant site. In my case, it's for a…4 days ago 
- 
										Posted a reply to Insert Link no longer returning matching posts, on the site WordPress.org Forums: 
 If your code was working before, it doesn't seem like there is anything that has…4 days ago 
- 
										Posted a reply to Changing google analytics from web and mobile to web only, on the site WordPress.org Forums: 
 WordPress doesn't do analytics, so you should ask your question in the support forum for…4 days ago 
- 
										Posted a reply to Customize and Live Preview keep loading…, on the site WordPress.org Forums: 
 The Customizer uses a lot of Javascript. If there is an error, it can't continue…4 days ago 
- 
										Posted a reply to Calculating Timezone and DST offset, on the site WordPress.org Forums: 
 This is not a WordPress question. Perhaps you could get an answer on StackOverflow or…4 days ago 
- 
										Posted a reply to Media library saving images in strange directories, on the site WordPress.org Forums: 
 For the upload, were you in the Media Library, or in the editor? And which…5 days ago 
- 
										Posted a reply to plugin, on the site WordPress.org Forums: 
 WordPress helps you load the scripts; it doesn't execute them for you. Loading a different…5 days ago 
- 
										Posted a reply to HTML conversion, on the site WordPress.org Forums: 
 You can try https://wordpress.org/plugins/wp-scraper/ and there is also an older plugin that I've used several…5 days ago 
- 
										Posted a reply to plugin, on the site WordPress.org Forums: 
 First, you don't need to call register and then enqueue. You can just call enqueue…5 days ago 
- 
										Posted a reply to Advice on selecting photo+video theme, on the site WordPress.org Forums: 
 This would not be a feature of the theme. You should be looking for a…5 days ago 
Developer
- 
										
											Weaver Options MergeActive Installs: Less than 10 
- 
										 
 Twenty8teenActive Installs: 200+ 



 
			 
                 
										