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
- Plugin Developer Plugin Developer
- Support Contributor Support Contributor
- Theme Developer Theme Developer
- Translation Contributor Translation Contributor
-
Posted a reply to Pagination getting 404 error – custom post type, on the site WordPress.org Forums:
It's because the main query was always being used internally in the pagination functions.5 mins ago
-
Posted a reply to Looking for – Yardage Calculator, on the site WordPress.org Forums:
There are several plugins that let you enter the formula yourself. https://wordpress.org/plugins/search/calculate/9 mins ago
-
Posted a reply to HELP my PARALLAX image please, on the site WordPress.org Forums:
Actually, it appears that that is a plugin(themewich-shortcodes), but again, it's not in the WordPress…17 hours ago
-
Posted a reply to Developing WP Site While Keeping Old Site Active, on the site WordPress.org Forums:
Does Weebly provide the hosting or does GoDaddy? I have no idea what Weebly has…18 hours ago
-
Posted a reply to redirect only (unregistered) users from one specific url to another., on the site WordPress.org Forums:
You might want to use auth_redirect() instead. https://developer.wordpress.org/reference/functions/auth_redirect/18 hours ago
-
Posted a reply to redirect only (unregistered) users from one specific url to another., on the site WordPress.org Forums:
Plugins are code, and even if you wrote your own, you would put the code…19 hours ago
-
Posted a reply to Changing [gallery] defaults retroactively, on the site WordPress.org Forums:
OK, you will probably want to copy the code of this function https://developer.wordpress.org/reference/functions/gallery_shortcode/ and modify…19 hours ago
-
Posted a reply to Customizer Changes not shown, on the site WordPress.org Forums:
I suppose there could be a Javascript error inside the Customizer, so the data isn't…19 hours ago
-
Posted a reply to Media file select not working on safari mobile only., on the site WordPress.org Forums:
This is a known problem, and will be fixed in WP 5.4.1, which will have…19 hours ago
-
Posted a reply to Pagination First Page Change Link, on the site WordPress.org Forums:
It's already the same thing, no redirection is needed. You should simply fix the pagination…20 hours ago
-
Posted a reply to redirect only (unregistered) users from one specific url to another., on the site WordPress.org Forums:
There are several ways to do this: https://wordpress.org/plugins/search/restrict+content/20 hours ago
-
Posted a reply to Exclude a category from a blog post element, on the site WordPress.org Forums:
You should ask in the plugin's support forum, as they know their code best.20 hours ago
-
Posted a reply to Redirects, on the site WordPress.org Forums:
No, you will need to study it yourself or ask wherever you got the other…20 hours ago
-
Posted a reply to Redirects, on the site WordPress.org Forums:
That looks better, with WP at the end. You will need to go through the…22 hours ago
-
Posted a reply to Pagination getting 404 error – custom post type, on the site WordPress.org Forums:
You are using the next_posts_link() and previous_posts_link() with no parameters and so they use the…22 hours ago
-
Posted a reply to Customizer Changes not shown, on the site WordPress.org Forums:
Do you have a caching plugin? Are you using a CDN like CloudFlare? Have you…23 hours ago
-
Posted a reply to Is there a plugin that extends listing options in backend, on the site WordPress.org Forums:
First, both the Posts and Pages lists have a date filter already. They both show…23 hours ago
-
Posted a reply to Redirects, on the site WordPress.org Forums:
The WordPress section should be at the bottom of the .htaccess file.23 hours ago
-
Posted a reply to How to generate random link for homepage for each user in wordpress, on the site WordPress.org Forums:
It doesn't make much sense the way you describe it. Also, why the home page?…24 hours ago
-
Posted a reply to Redirects, on the site WordPress.org Forums:
The WordPress portion needs to be last. And it needs to be complete. You are…1 day ago
-
Posted a reply to Adding a right margin to every post, on the site WordPress.org Forums:
Do you mean a sidebar, with widgets of your choosing? Pick a theme that has…1 day ago
-
Posted a reply to Problem with specific pagination, on the site WordPress.org Forums:
WordPress provides a lot of functions already for pagination and for navigation links (the difference…1 day ago
-
Posted a reply to How to set up breadcrumbs with the submenus, on the site WordPress.org Forums:
You should ask at the support forum for whatever code is supplying your breadcrumbs, either…2 days ago
-
Posted a reply to Breadcrumbs Customization. Is this possible?, on the site WordPress.org Forums:
You should ask at the support forum for whatever code is supplying your breadcrumbs, either…2 days ago
-
Posted a reply to Align left – Overlapping issue, on the site WordPress.org Forums:
No, it is not really a theme issue. The theme defines the alignment style (as…2 days ago
-
Posted a reply to Navigation not working for parent links, on the site WordPress.org Forums:
Perhaps there is a script that is getting an error. The call to wp_nav_menu is…2 days ago
-
Posted a reply to Did the default WP gallery change or I accidentally deleted a plugin?, on the site WordPress.org Forums:
I think you deleted a plugin. I don't recognize those extra options as ever being…2 days ago
-
Posted a reply to On This Day: Any plugin that can change homepage daily?, on the site WordPress.org Forums:
As long as they are Pages, the appropriate one can be filtered into the page_on_front…2 days ago
-
Posted a reply to Readmore button instead of link in posts listing, on the site WordPress.org Forums:
It was only my guess that it is your theme, since that is common and…2 days ago
-
Posted a reply to Finding posts with h1 tags, on the site WordPress.org Forums:
Yes, you can use the search box that is at the top of the Posts…2 days ago
-
Posted a reply to Comment Box Not Appearing, on the site WordPress.org Forums:
It depends on what you chose on the Settings > Discussion page. At the top,…2 days ago
-
Posted a reply to Readmore button instead of link in posts listing, on the site WordPress.org Forums:
I think the Read More link is from the theme. Many themes do this, and…2 days ago
-
Posted a reply to Retaining image metadata, copyright data and EXIF data after import?, on the site WordPress.org Forums:
No, it isn't stripped. See https://developer.wordpress.org/reference/functions/wp_read_image_metadata/ There is core code to rotate the image according…2 days ago
-
Posted a reply to Changing [gallery] defaults retroactively, on the site WordPress.org Forums:
You can try a search/replace plugin. I like Search Regex because it will show you…2 days ago
-
Posted a reply to Header non responsive (Neve+ Elementor), on the site WordPress.org Forums:
You should ask in the theme's support forum. https://wordpress.org/support/theme/neve2 days ago
-
Posted a reply to Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
If you do it in front-page.php it is expected to handle both cases, but still…4 days ago
-
Posted a reply to Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
Keep in mind that the custom template has to do its own query, because the…4 days ago
-
Posted a reply to How do i get list of category, on the site WordPress.org Forums:
Maybe one of these plugins could help you: https://wordpress.org/plugins/search/product+carousel/ If you don't find one that…4 days ago
-
Posted a reply to Syntax Highlighting, Linting, and Auto-completion are missing on css code, on the site WordPress.org Forums:
It is very useful! The script that checks syntax is slow, for one thing. It…4 days ago
-
Posted a reply to Full width header image, on the site WordPress.org Forums:
Are you developing this yourself? (you should say so, and put it in Developing forum)…4 days ago
-
Posted a reply to Change user roles, on the site WordPress.org Forums:
I suppose it depends on your agreement with your developer, as to whether more access…4 days ago
-
Posted a reply to Demos and templates display, on the site WordPress.org Forums:
No, that's what the theme does if you don't have a featured image. (The Theme…4 days ago
-
Posted a reply to ajax call regarding posting, on the site WordPress.org Forums:
It's not "sending to ajax"; it's using AJAX to send to the REST API. https://developer.wordpress.org/rest-api/4 days ago
-
Posted a reply to Author name not clickable in post, on the site WordPress.org Forums:
Copy the code from the parent theme and remove the <a> and </a> parts.4 days ago
-
Posted a reply to css error, on the site WordPress.org Forums:
If it's not something you changed, it can be an example of how the syntax…4 days ago
-
Posted a reply to Render Core Blocks via PHP, on the site WordPress.org Forums:
I think if you want the block to behave differently, you have to clone it…4 days ago
-
Posted a reply to Header not Responsive (Newsium Theme), on the site WordPress.org Forums:
Hey! Ignore that! It should be max-width: 100%; height: auto; to maintain image aspect ratio…5 days ago
-
Posted a reply to Why does my page not look like the theme I selected, on the site WordPress.org Forums:
Ask your theme support forum.5 days ago
-
Posted a reply to Full width header image, on the site WordPress.org Forums:
We don't support themes that are not in the WordPress repository, so if it doesn't…5 days ago
-
Posted a reply to After wp_enqueue_style, CSS and Bootstrap do not style content, on the site WordPress.org Forums:
You really should get familiar with WordPress before creating a theme. You might want to…5 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+