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 Theme matching the layout and style of the admin interface, on the site WordPress.org Forums:
Yes, that is the normal and expected thing for the block editor and why your…1 hour ago
-
Posted a reply to Coloured Post titles, on the site WordPress.org Forums:
You should simply put a class for each one and then define the class in…1 hour ago
-
Posted a reply to Facebook Like Box Not Appearing with Specific FB Page, on the site WordPress.org Forums:
You should ask in the plugin's support forum, since WordPress doesn't do Facebook stuff.2 hours ago
-
Posted a reply to Theme matching the layout and style of the admin interface, on the site WordPress.org Forums:
There are hundreds of themes that provide editor styles so that the editor matches the…2 hours ago
-
Posted a reply to How to build a website to buy products from visitors, on the site WordPress.org Forums:
You need to think through the actual process, or you will have a lot of…2 hours ago
-
Posted a reply to Title Tag seo, where is it?, on the site WordPress.org Forums:
While searching for something for another topic, I came across this article that I think…2 hours ago
-
Posted a reply to Menu Code Generator (Responsive), on the site WordPress.org Forums:
I didn't do any new searches for you, but I had a bookmark for https://generatewp.com/…2 hours ago
-
Posted a reply to Blocks not working properly, on the site WordPress.org Forums:
This issue was also opened: https://github.com/WordPress/gutenberg/issues/285733 hours ago
-
Posted a reply to Security Release, on the site WordPress.org Forums:
Minor releases contain just the changed files. In addition, the WP files are separate from…16 hours ago
-
Posted a reply to How to get the category on single.php to use in a query to pull in similar posts, on the site WordPress.org Forums:
The functions that start with the_ echo their results, so I doubt that that's the…19 hours ago
-
Posted a reply to How to get the category on single.php to use in a query to pull in similar posts, on the site WordPress.org Forums:
Yes, it is good for getting small amounts of data. For your use case, you…20 hours ago
-
Posted a reply to Title Tag seo, where is it?, on the site WordPress.org Forums:
There is an old misconception that there is value in setting <meta> tags. But if…21 hours ago
-
Posted a reply to ALT TEXT not coming in from media library with wordpress editor!, on the site WordPress.org Forums:
I suspect that you have a plugin 'jquery pinit', that is influencing this. Also, the…21 hours ago
-
Posted a reply to Errors parsing Standard input code: Bitwise OR ‘|’, on the site WordPress.org Forums:
I think the linter was only updated to 7.1 a couple of months ago. I…22 hours ago
-
Posted a reply to A beginner’s problems, on the site WordPress.org Forums:
Yes, those plugins lock you in. For instance, Elementor provides a bunch of shortcodes that…22 hours ago
-
Posted a reply to Title Tag seo, where is it?, on the site WordPress.org Forums:
You could make your own little plugin to set whatever you want, but it makes…22 hours ago
-
Posted a reply to ALT TEXT not coming in from media library with wordpress editor!, on the site WordPress.org Forums:
I don't see a screenshot... Did you look at the alt tag while in the…23 hours ago
-
Posted a reply to Delete one profile/blog or merge into one, on the site WordPress.org Forums:
What does your account here (which is used to ask questions here) have to do…23 hours ago
-
Posted a reply to Delete one profile/blog or merge into one, on the site WordPress.org Forums:
Sorry, but wordpress.org does not host websites. wordpress.com does that. Any changes you need to…23 hours ago
-
Posted a reply to Footer Sticky Bottom Scroll & Page, on the site WordPress.org Forums:
You should ask in your theme's support forum, since front end CSS is not a…24 hours ago
-
Posted a reply to Title Tag seo, where is it?, on the site WordPress.org Forums:
Actually, George is a little inaccurate. Most themes in the WP repository (following the WP…24 hours ago
-
Posted a reply to Title Tag seo, where is it?, on the site WordPress.org Forums:
That option is offered by the plugin, not WordPress.24 hours ago
-
Posted a reply to Blocks not working properly, on the site WordPress.org Forums:
I think you have several issues here, and only some of them are related. I…24 hours ago
-
Posted a reply to Using screen reader text, on the site WordPress.org Forums:
The intent of screen reader text is to hide explanatory text that is not needed…1 day ago
-
Posted a reply to Gutenberg gallery to image, on the site WordPress.org Forums:
What's the point of changing all the old ones?1 day ago
-
Posted a reply to A beginner’s problems, on the site WordPress.org Forums:
You can actually run WP without a theme, in which case nothing is output for…2 days ago
-
Posted a reply to Select pages for a menu, on the site WordPress.org Forums:
What you describe is not how WordPress works. But you could have a plugin like…2 days ago
-
Posted a reply to A beginner’s problems, on the site WordPress.org Forums:
You don't, actually. WordPress comes with several themes built in, and you can switch to…2 days ago
-
Posted a reply to How to Preview Widget Positions?, on the site WordPress.org Forums:
The preview is called the Customizer. It's under the Appearance menu. Any changes made to…2 days ago
-
Posted a reply to How to get the category on single.php to use in a query to pull in similar posts, on the site WordPress.org Forums:
Once again, you are trying to do plugin stuff in the theme, although many themes…2 days ago
-
Posted a reply to Bullets not showing in custom theme, on the site WordPress.org Forums:
These forums are for WordPress questions, which CSS is not. Since you have frustrating issues…2 days ago
-
Posted a reply to Theme name edit or theme delete issue, on the site WordPress.org Forums:
If you can prove that it was yours, perhaps. But this is not the correct…2 days ago
-
Posted a reply to post_title: replace special chars like äöü in wordpress title, on the site WordPress.org Forums:
You have echo $post_item['post_title'] when you could use echo htmlentities(strip_tags($post_item['post_title'])) but you should read the…2 days ago
-
Posted a reply to Get post id in a function when edit/add a post, on the site WordPress.org Forums:
OK, the 'save_post' action is called multiple times. You have to distinguish whether it is…2 days ago
-
Posted a reply to Get post id in a function when edit/add a post, on the site WordPress.org Forums:
First, the theme shouldn't have anything to do with functionality of the editor. Second, which…2 days ago
-
Posted a reply to post_title: replace special chars like äöü in wordpress title, on the site WordPress.org Forums:
See the PHP manual: https://www.php.net/manual/en/function.htmlentities.php2 days ago
-
Posted a reply to “Save all changes” button in theme options doesn’t work, on the site WordPress.org Forums:
That would be specific to your theme, so you should ask at your theme's support…2 days ago
-
Posted a reply to get post slug and match with menu item slug to change css, on the site WordPress.org Forums:
The WP menu walker already puts thecurrent-menu-item class on the correct item. All you have…2 days ago
-
Posted a reply to Edit page different layout, on the site WordPress.org Forums:
The new editor is the block editor, and it is new as of WP 5.0.…3 days ago
-
Posted a reply to Question: Tag Per Word for posts, on the site WordPress.org Forums:
There is https://wordpress.org/plugins/post-index/ and https://wordpress.org/plugins/a-z-listing/3 days ago
-
Posted a reply to PHP version 7 upgrade, on the site WordPress.org Forums:
PHP is installed on your host, and you must go there to update it. This…4 days ago
-
Posted a reply to A beginner’s problems, on the site WordPress.org Forums:
No, even though I have reviewed hundreds of themes, I don't have much knowledge of…4 days ago
-
Posted a reply to Redirect LMS Start Course Button to Custom Link, on the site WordPress.org Forums:
This is not a WordPress question. You should ask in the support forum for the…4 days ago
-
Posted a reply to Mobile View Formatting Issues, on the site WordPress.org Forums:
If you aren't using a plugin for mobile view, then the theme is responsible. As…4 days ago
-
Posted a reply to Is there anyway to edit the category or tag page?, on the site WordPress.org Forums:
The pages that show multiple posts are called archive pages. These are generated dynamically for…4 days ago
-
Posted a reply to move website to another account in same host???, on the site WordPress.org Forums:
These are all questions for your host, not WordPress.4 days ago
-
Posted a reply to How to allow Embed Code for my wordpress blog post, on the site WordPress.org Forums:
You can't affect what they do on their website. But if your site has the…4 days ago
-
Posted a reply to A beginner’s problems, on the site WordPress.org Forums:
Yes, the answer is to choose a different theme. The WP software comes with three…4 days ago
-
Posted a reply to How to allow Embed Code for my wordpress blog post, on the site WordPress.org Forums:
Embeds are built-in to WordPress, although you have to have the REST API available to…5 days ago
-
Posted a reply to Custom Attachment page for Custom Post Type, on the site WordPress.org Forums:
Have you looked at the Template Hierarchy? First, slugs are lower case. You can have…5 days ago
Developer
-
Weaver Options Merge
Active Installs: 10+
Contributor
-
Theme Check
Active Installs: 50,000+
-
Twenty8teenActive Installs: 200+