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 Need help with hover effects, on the site WordPress.org Forums:
This site is all about showing how to do things solely using CSS: http://www.cssplay.co.uk/ But…6 seconds ago
-
Posted a reply to Search Result Displaying One Empty Post, on the site WordPress.org Forums:
A search of nothing obviously matches everything. I don't know why your random string matches…6 mins ago
-
Posted a reply to Categories to CPT not showing, on the site WordPress.org Forums:
So if you called register_taxonomy to create a taxonomy called subject, then the parameter for…19 mins ago
-
Posted a reply to Copy Post option is now Missing!, on the site WordPress.org Forums:
Due to the differences between the free hosted blogs offered at wordpress.com and the self-hosted…24 mins ago
-
Posted a reply to How do I delete this?, on the site WordPress.org Forums:
Looking at the source of the page, it seems like it is a theme option.15 hours ago
-
Posted a reply to Copy Post option is now Missing!, on the site WordPress.org Forums:
I've never seen that anywhere. Did you have a plugin that added it? Where exactly…15 hours ago
-
Posted a reply to functions.php enqueue is breaking site, on the site WordPress.org Forums:
Also an extra closing brace at the end. The add_action call should be outside of…15 hours ago
-
Posted a reply to Leave a reply fields missing, on the site WordPress.org Forums:
Every Post/Page has its own comments_open option, which is set on Publish to the defaults…16 hours ago
-
Posted a reply to full body class missing, including page-id and broken filter drop-downs, on the site WordPress.org Forums:
What is "this"? Did what? I doubt the plugin was doing a body class, and…16 hours ago
-
Posted a reply to Automating posts sent to an email address, on the site WordPress.org Forums:
https://wordpress.org/plugins/postie/16 hours ago
-
Posted a reply to full body class missing, including page-id and broken filter drop-downs, on the site WordPress.org Forums:
The way that plugins and themes add body classes is with the body_class filter. All…17 hours ago
-
Posted a reply to Categories to CPT not showing, on the site WordPress.org Forums:
The capability type is "The string to use to build the read, edit, and delete…18 hours ago
-
Posted a reply to Accordion title as input for CF7 form, on the site WordPress.org Forums:
You should ask in the plugin's support forum.18 hours ago
-
Posted a reply to Adding Excerpt to Custom Page Template, on the site WordPress.org Forums:
Your code only changes the editor (giving you a place to write an excerpt). The…18 hours ago
-
Posted a reply to I want to embed the US National debt clock, on the site WordPress.org Forums:
Your page has <iframe class="lazyload" scrolling="no" data-src="http://www.USADebtClock.com/us-debt-clock-widget.php" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" width="350" height="80" frameborder="0"> and not what you…18 hours ago
-
Posted a reply to Menu items with child pages as sub items, on the site WordPress.org Forums:
In the admin Menu page, you can choose View All to see all the categories.…18 hours ago
-
Posted a reply to Screen options not responding on my backend, on the site WordPress.org Forums:
If nothing happens, there could be a javascript error. See https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/19 hours ago
-
Posted a reply to schema.org itemreviewed issue with service associated with aggregateRating, on the site WordPress.org Forums:
This is not a WordPress question. You should ask at StackOverflow or somewhere that might…19 hours ago
-
Posted a reply to Categories to CPT not showing, on the site WordPress.org Forums:
You chose the capability type of page, which seems odd. Did you define the taxonomies…19 hours ago
-
Wrote a comment on the post Block-based Themes Meeting Agenda for February 17, on the site Theme Review Team:
The title says Feb 17, the time says Feb 19. Can you pick one?1 day ago
-
Posted a reply to Custom Callback for Comments, on the site WordPress.org Forums:
Your function has a parameter called $args. When you call get_avatar, you reset that variable…2 days ago
-
Posted a reply to Change debug.log to a private path, on the site WordPress.org Forums:
In order to work, you must meet these criteria: - running WP 5.1 or greater…2 days ago
-
Posted a reply to Images on homepage, on the site WordPress.org Forums:
You should ask at your theme's support forum. Obviously, the more files that the page…2 days ago
-
Posted a reply to Uncaught SyntaxError: Identifier ‘dataSource’ has already been declared, on the site WordPress.org Forums:
It sounds like the script you are using for the chart should only be in…2 days ago
-
Posted a reply to Staging with Bluehost – What Migrates Over?, on the site WordPress.org Forums:
These are all questions you need to ask you host, as none of that staging…3 days ago
-
Posted a reply to store get_header content in a variable, on the site WordPress.org Forums:
The get_header() function is for loading the correct template for the top of the page,…3 days ago
-
Posted a reply to Strange Characters in body of text, on the site WordPress.org Forums:
It looks like your old host's database had a different character set than the new…4 days ago
-
Posted a reply to Help create a landing page for external links, on the site WordPress.org Forums:
If you have one that works, copy that code.4 days ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
I don't think you're getting what I'm saying. Most WordPress sites would have a URL…4 days ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
I think you have a plugin that changes the normal URL for categories, and that…5 days ago
-
Posted a reply to Theme Metaboxes not showing, on the site WordPress.org Forums:
You should ask in the theme's support forum. Be sure to specify what version of…5 days ago
-
Posted a reply to Where is my home page?, on the site WordPress.org Forums:
If your site uses the Latest Posts as the home page (that’s the default), you…5 days ago
-
Posted a reply to Changing Existing Theme, on the site WordPress.org Forums:
Use the Customizer to preview your site with other themes. It won't change what your…5 days ago
-
Posted a reply to Plugin inserts code in bad place, on the site WordPress.org Forums:
You should ask at the plugin's support forum. But this is usually due to a…5 days ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
I think you misunderstood. You don't need to put the category into your Permalink structure.…5 days ago
-
Posted a reply to How can I force errors in WP Rest API endpoints?, on the site WordPress.org Forums:
It's not quite the same thing, but I see this ticket today: https://core.trac.wordpress.org/ticket/494265 days ago
-
Posted a reply to URL Redirect using functions.php, on the site WordPress.org Forums:
That code works for me. But your desired URL does not contain a category base,…5 days ago
-
Posted a reply to Not seeing all enqueued script handles, on the site WordPress.org Forums:
Why don't you use a plugin for this? Plugins are already tested and working. You…5 days ago
-
Posted a reply to Help create a landing page for external links, on the site WordPress.org Forums:
I still don't understand what you want.5 days ago
-
Posted a reply to Error: Warning: count(): Parameter must be an array or an object that implements, on the site WordPress.org Forums:
OK, then you are using some code that is not compatible with your version of…6 days ago
-
Posted a reply to how to insert additional fields without plugins in the user registration on the, on the site WordPress.org Forums:
Get a plugin that does something similar and read the code.6 days ago
-
Posted a reply to Order taxonomy query results, on the site WordPress.org Forums:
The tax_query array does not do anything with order and orderby. See https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters And the…6 days ago
-
Posted a reply to Adding aria-labels to pagination links, on the site WordPress.org Forums:
Your existing theme should be calling the core functions like https://developer.wordpress.org/reference/functions/get_the_posts_pagination/ or https://developer.wordpress.org/reference/functions/the_posts_pagination/ so you…6 days ago
-
Posted a reply to Pluggable.php File Errors prevent log in, on the site WordPress.org Forums:
To be clear, the theme won't fall back to the default theme unless it is…6 days ago
-
Posted a reply to Pluggable.php File Errors prevent log in, on the site WordPress.org Forums:
Look at wp-content/themes/miyazaki-child/functions.php line 24. It sounds like it has some white space outside of…6 days ago
-
Posted a reply to Site link from Dashbaord, on the site WordPress.org Forums:
It is considered better for the user, especially for accessibility concerns, to open links in…6 days ago
-
Posted a reply to Auto Align Images, on the site WordPress.org Forums:
You have posted in the Developing with WordPress forum. Are you asking about this in…6 days ago
-
Posted a reply to Adding aria-labels to pagination links, on the site WordPress.org Forums:
The core functions have the parameters for those, but I'm not sure what the defaults…6 days ago
-
Posted a reply to Forcing a mobile header, on the site WordPress.org Forums:
You should ask at your theme's support forum, so the author can help you with…6 days ago
-
Posted a reply to How to Invite people to contribute to a page?, on the site WordPress.org Forums:
I'm glad you got it figured out! This forum really isn't for feedback, but I…6 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+