Joy
@joyously on WordPress.org and Slack
- Member Since: February 18th, 2011
- Location: Texas
- Website: joyreynolds.com
Contribution History
Joy’s badges:- Core Contributor
- Design Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Theme Developer
- Translation Contributor
-
Posted a reply to Picutre Animations don’t work on browsers, on the site WordPress.org Forums:
When I view your page, I see an error from your theme in the Javascript…1 hour ago
-
Posted a reply to Add formatting buttons (bold/italic) to post title in admin, on the site WordPress.org Forums:
I think this is in the works, but I wouldn't promote using markup in the…2 hours ago
-
Posted a reply to Only show Excerpt on certain categories, on the site WordPress.org Forums:
Copy category.php to category-covid.php and you will have separated them, to treat differently. The specific…2 hours ago
-
Posted a reply to Unable to click any edit buttons on publish section for new post, on the site WordPress.org Forums:
At least you know where to look now. Have you read https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/2 hours ago
-
Posted a reply to How to add page url (sample-post) in search results?, on the site WordPress.org Forums:
Instead of the_content() use the_excerpt(). And you can use the_title() or the_permalink(). Use the Code…2 hours ago
-
Posted a reply to Strange Behavior for PHP Embedded in Img ‘src’ Attribute, on the site WordPress.org Forums:
You need to read up on what those functions do. Obviously, wp_get_attachment_image is returning the…18 hours ago
-
Reopened ticket #51408, in Core Trac:
For WP 5.6: remove a core theme, to bundle only three themes18 hours ago
-
Posted a reply to Merge comments.php to single.php, on the site WordPress.org Forums:
Why would you only have comments in posts? Pages can have comments also, as well…23 hours ago
-
Posted a reply to Plugin de-activated, but not receiving any feedback, on the site WordPress.org Forums:
Don't wait very long, since they are pretty prompt. See if there is some other…23 hours ago
-
Posted a reply to Plugin de-activated, but not receiving any feedback, on the site WordPress.org Forums:
Most plugins that are suspended are because of bounced email. The plugin team has to…23 hours ago
-
Created a new ticket, #51408, in Core Trac:
For WP 5.6: remove a core theme, to bundle only three themes24 hours ago
-
Posted a reply to Can’t edit pages, on the site WordPress.org Forums:
Could it be referring to an iframe in the edit page? The message refers to…1 day ago
-
Posted a reply to Creating a Centralized Stylesheet for Multiple Websites, on the site WordPress.org Forums:
Please read the descriptions of the parameters in the Code Reference I linked. You have…1 day ago
-
Posted a reply to How to add page url (sample-post) in search results?, on the site WordPress.org Forums:
Check your theme for an option. If it doesn't have an option for this, you…1 day ago
-
Posted a reply to Exclude category from blog page, on the site WordPress.org Forums:
That code will never work. You have the correct idea, though. I haven't tested it,…1 day ago
-
Posted a reply to Creating a Centralized Stylesheet for Multiple Websites, on the site WordPress.org Forums:
Did you use wp_enqueue_style? https://developer.wordpress.org/reference/functions/wp_enqueue_style/ If so, did you put a dependency on the Divi…1 day ago
-
Posted a reply to Do i lose my products if import demo of the theme?, on the site WordPress.org Forums:
Most imports do not touch existing data, but you should ask the supplier of the…2 days ago
-
Posted a reply to WP categories and posts not fit in the hierarchilac way of my web site, on the site WordPress.org Forums:
Themes should not have queries. Themes provide templates to show the results of the standard…2 days ago
-
Posted a reply to Language switcher for theme, on the site WordPress.org Forums:
There is a filter called 'theme_locale' on the load_theme_textdomain function. See https://developer.wordpress.org/reference/functions/load_theme_textdomain/ You would need…2 days ago
-
Posted a reply to page setting of appearance, on the site WordPress.org Forums:
This sounds like something your theme has supplied. You can check in the Theme Options…2 days ago
-
Posted a reply to Merge comments.php to single.php, on the site WordPress.org Forums:
Most themes use the comments_template() function for standardization, and that looks for comments.php in the…4 days ago
-
Posted a reply to On post update console log: [Deprecation] Synchronous XMLHttpRequest, on the site WordPress.org Forums:
It sounds like you understand what is happening: the button invokes some Javascript that is…4 days ago
-
Posted a reply to Creating Span Tags without HTML Editor, on the site WordPress.org Forums:
That solution given will only affect the Classic editor and Classic block. The block editor…4 days ago
-
Posted a reply to Display posts as tab, on the site WordPress.org Forums:
You can make a child theme and have a category-xx.php template file for that category,…4 days ago
-
Posted a reply to Unable to click any edit buttons on publish section for new post, on the site WordPress.org Forums:
Can you try when using the Health Check plugin in Troubleshoot mode? It could be…4 days ago
-
Wrote a comment on the post New package to allow locally hosting webfonts, on the site Make WordPress Themes:
When I mentioned "switching themes a lot", it was only one case of when fonts…4 days ago
-
Wrote a comment on the post New package to allow locally hosting webfonts, on the site Make WordPress Themes:
It seems like using one option called 'downloaded_font_files' breaks a requirement for themes to prefix…4 days ago
-
Posted a reply to wp_nonce_field in shortcode function causes redirect error, on the site WordPress.org Forums:
If you look at the function definition https://developer.wordpress.org/reference/functions/wp_nonce_field/ you will see that the last parameter…5 days ago
-
Posted a reply to Create a customizable list of questions and answers, on the site WordPress.org Forums:
I would definitely switch from using the one in the theme to a plugin, since…5 days ago
-
Posted a reply to Call to Action Widget Background Color Issues, on the site WordPress.org Forums:
Things like colors in widgets would be a theme or plugin issue, since WordPress does…5 days ago
-
Posted a reply to page setting of appearance, on the site WordPress.org Forums:
1. Are you referring to a menu? You can create a menu at Appearance >…5 days ago
-
Posted a reply to Only make one change at a time…, on the site WordPress.org Forums:
You don't mention which editor you use, but since both use Javascript, it sounds like…5 days ago
-
Posted a reply to Would disabling access to XML-RPC from the htacess could affect search engines, on the site WordPress.org Forums:
The search engines don't use it, so disabling it has no effect on them.5 days ago
-
Posted a reply to new pages are not shown but in the db, on the site WordPress.org Forums:
Pages are explicitly in the rewrite rules, and when you edit a Page, this is…5 days ago
-
Posted a reply to WordPress site ending with /x will auto redirect to a post with x started?, on the site WordPress.org Forums:
This is normal for WordPress. It tries to guess the URL that was wanted, if…5 days ago
-
Posted a reply to Blog Post Styles, on the site WordPress.org Forums:
A theme should style all HTML tags that could exist on a page. After that,…5 days ago
-
Posted a reply to Blog Post Styles, on the site WordPress.org Forums:
There can be multiple style.css files. The theme has one (required to be there with…5 days ago
-
Reopened ticket #46261, in Core Trac:
Args for register_post_type() missing blocks $template.5 days ago
-
Posted a reply to CPT inside of CPT menu, on the site WordPress.org Forums:
I don't see why you would want that, but go to https://developer.wordpress.org/reference/functions/register_post_type/ and read carefully…6 days ago
-
Posted a reply to Dom Errors in WordPress, on the site WordPress.org Forums:
Well, that is entirely separate from the original problem you posted. The original is about…6 days ago
-
Posted a reply to CPT inside of CPT menu, on the site WordPress.org Forums:
I don't know what you mean by "options in the nav bar". Are you using…6 days ago
-
Posted a reply to Single Query Running Multiple Loops, repeating posts, on the site WordPress.org Forums:
Did you still have a question? That StackExchange question hints at the problem of the…6 days ago
-
Posted a reply to Enqueuing another stylesheet, on the site WordPress.org Forums:
See my previous reply.6 days ago
-
Posted a reply to Dom Errors in WordPress, on the site WordPress.org Forums:
Well, it does look like it's coming from the theme since the id attribute has…6 days ago
-
Wrote a comment on the post Introducing Twenty Twenty One, on the site Make WordPress Core:
Looks like what I made 3 years ago.6 days ago
-
Wrote a comment on the post Discussion: How best to gather Component/Focus Updates as we head towards release, on the site Make WordPress Core:
The first question is "Should the release team field updates for everything happening everywhere, or…7 days ago
-
Posted a reply to Uploading images into custom folder in uploads dir, on the site WordPress.org Forums:
There's an old ticket for this, and it was sort of revived back in June.…7 days ago
-
Posted a reply to Previous/Next post based on cagetory, on the site WordPress.org Forums:
Try this the_post_navigation( array( 'in_same_term' => true, 'taxonomy' => 'category', )); https://developer.wordpress.org/reference/functions/the_post_navigation/7 days ago
-
Posted a reply to Implementing WP’s Responsive Image Capability, on the site WordPress.org Forums:
Yes, you are missing something obvious. Theme templates don't control content. They only display what…7 days ago
-
Posted a reply to Inject into TinyMCE Inline Link Query, on the site WordPress.org Forums:
I think it doesn't use the REST API, but it has an AJAX handler that…7 days ago
Developer
-
Weaver Options Merge
Active Installs: 10+
Contributor
-
Theme Check
Active Installs: 60,000+
-
Twenty8teenActive Installs: 200+