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 style.css and theme.css?, on the site WordPress.org Forums:
Take a look at https://github.com/WordPress/gutenberg/issues/12299 and https://github.com/WordPress/gutenberg/issues/11779 It seems like there is another one also,…14 hours ago
-
Posted a reply to YOU Theme error, on the site WordPress.org Forums:
You should ask at the theme's support forum.14 hours ago
-
Posted a reply to WP Theme – Single Event Customize, on the site WordPress.org Forums:
The single-event.php file is used by virtue of the template hierarchy. If you read carefully…21 hours ago
-
Posted a reply to url rewrite for custom taxonomy, on the site WordPress.org Forums:
WordPress sees the same URL as the visitor, and has to figure out what to…21 hours ago
-
Posted a reply to Adding Custom Import Fields, on the site WordPress.org Forums:
Yes, Woocommerce is a plugin. It is not built-in to WordPress. So you should ask…23 hours ago
-
Posted a reply to url rewrite for custom taxonomy, on the site WordPress.org Forums:
They have to be distinct to show different things. What if instead of news-cat you…23 hours ago
-
Posted a reply to WP Theme – Single Event Customize, on the site WordPress.org Forums:
Yes, the naming is important due to the Template Hierarchy. But if you want a…23 hours ago
-
Posted a reply to Random Posts on Homepage, on the site WordPress.org Forums:
OK, well, it seems like if it said syntax error, then you introduced it, especially…24 hours ago
-
Posted a reply to Add custom post types to Dashboard Activity widget, on the site WordPress.org Forums:
Yeah, that function has the 'post' type hard coded. https://developer.wordpress.org/reference/functions/wp_dashboard_recent_posts/ See other dashboard_recent functions: https://developer.wordpress.org/?s=dashboard_recent24 hours ago
-
Posted a reply to Adding Custom Import Fields, on the site WordPress.org Forums:
It totally depends on the plugin used for importing. There are several, and each has…24 hours ago
-
Posted a reply to Random Posts on Homepage, on the site WordPress.org Forums:
That code should work on any theme, but I suppose your theme could be doing…1 day ago
-
Posted a reply to post type customize_changeset, on the site WordPress.org Forums:
The customize_changeset post type is for saving changes made in the Customizer. These posts expire…1 day ago
-
Posted a reply to RSS feed showing full feed, even with it set to Summary, on the site WordPress.org Forums:
I doubt you deleted the feed cache, since it is in the options table of…1 day ago
-
Posted a reply to simple shortcode question – how to add and action for where the result appears, on the site WordPress.org Forums:
You misunderstand my statement. Shortcodes are for the user to place into content, like the…1 day ago
-
Posted a reply to RSS feed showing full feed, even with it set to Summary, on the site WordPress.org Forums:
The feed is cached, so if you looked at it, then changed to Summary and…2 days ago
-
Posted a reply to simple shortcode question – how to add and action for where the result appears, on the site WordPress.org Forums:
You don't. Shortcodes are for the user to use in the content. If you want…2 days ago
-
Posted a reply to Add Image Size Column to Media Library, on the site WordPress.org Forums:
You can use the Admin Columns plugin https://wordpress.org/plugins/codepress-admin-columns/ but it might not let you sort…2 days ago
-
Posted a reply to How to register sidebar on taxonomy template pages?, on the site WordPress.org Forums:
You don't have to modify the registration of the sidebars. You only need to look…2 days ago
-
Posted a reply to MP3 uploads splitting into audio file and image file, on the site WordPress.org Forums:
I read the tickets, and the ones that were fixed weren't about the splitting of…2 days ago
-
Posted a reply to Responsive table without a plug in?, on the site WordPress.org Forums:
You are making some bad assumptions. Let me correct these first. "I thought all of…2 days ago
-
Posted a reply to How to define a filter in plugin before plugin load?, on the site WordPress.org Forums:
Since the original is pluggable (it has the if statement checking for existence of the…2 days ago
-
Posted a reply to How to define a filter in plugin before plugin load?, on the site WordPress.org Forums:
You haven't said what you are trying to accomplish, or what the original plugin code…3 days ago
-
Posted a reply to Strategy for child/parent themes, on the site WordPress.org Forums:
It's not really "any file". It's "any template file". But yes, if the parent modifies…3 days ago
-
Posted a reply to Can’t set published page as static page, on the site WordPress.org Forums:
Private pages are not eligible for the home page. Change the status from private to…3 days ago
-
Posted a reply to Creating shortcode, on the site WordPress.org Forums:
That image shows some non-HTML after the </div> -- it has == $0 which seems…3 days ago
-
Posted a reply to Page opens covering the title, on the site WordPress.org Forums:
That is a question for your theme support forum, as all themes are different.3 days ago
-
Posted a reply to Strategy for child/parent themes, on the site WordPress.org Forums:
I don't know of any tool to automate it. You can use a diff tool…3 days ago
-
Posted a reply to Page opens covering the title, on the site WordPress.org Forums:
Your image shows that your page address has a fragment ID on it (the part…3 days ago
-
Posted a reply to Find and print first li tag entry from WordPress post in custom excerpt?, on the site WordPress.org Forums:
Well, it's the WordPress way. This function is used in core : wp_html_split(). It might…3 days ago
-
Posted a reply to issue with login, on the site WordPress.org Forums:
You can delete the plugin's folder with FTP or your host's control panel File Manager.3 days ago
-
Posted a reply to Find and print first li tag entry from WordPress post in custom excerpt?, on the site WordPress.org Forums:
Why don't you simply go to each post and put the HTML you want into…3 days ago
-
Posted a reply to How to define a filter in plugin before plugin load?, on the site WordPress.org Forums:
Are you trying to redefine the plugin's function or just add a filter to the…3 days ago
-
Posted a reply to Creating shortcode, on the site WordPress.org Forums:
Now you are not returning the output. It is simply output. Do you have the…3 days ago
-
Posted a reply to Using different pages for different group of posts, on the site WordPress.org Forums:
You are saying category when I am saying Tag. It's two different ways to organize…4 days ago
-
Posted a reply to External CSS not working, on the site WordPress.org Forums:
You should read the Theme Developer Handbook, or just start with an existing theme and…4 days ago
-
Posted a reply to Posts not showing up in wp searches, on the site WordPress.org Forums:
You might look at the JetPack plugin and see if it has a way to…4 days ago
-
Posted a reply to Using different pages for different group of posts, on the site WordPress.org Forums:
Continue to put posts into categories. But also use tags to create other ways to…4 days ago
-
Posted a reply to The padding of a block isn’t reducing on mobile screens, on the site WordPress.org Forums:
No, since it needs to be consistent in your theme, and every theme is different.4 days ago
-
Posted a reply to The padding of a block isn’t reducing on mobile screens, on the site WordPress.org Forums:
You should use ask in the theme's support forum. The CSS needs to use units…4 days ago
-
Posted a reply to Automatic dark mode: theme switch, on the site WordPress.org Forums:
There are plugins that allow users to switch themes. https://wordpress.org/plugins/theme-switcha/ There are other plugins that…4 days ago
-
Posted a reply to Adding thousands of pages and building website only with pages, on the site WordPress.org Forums:
Yes, you can use page breaks on Pages as well as Posts. There is some…4 days ago
-
Posted a reply to Creating shortcode, on the site WordPress.org Forums:
You are returning a function instead of the output to render. Remove the inner function()…4 days ago
-
Posted a reply to 外観-カスタマイズの幅を広げたい, on the site WordPress.org Forums:
When you use a fullscreen window in your browser, the control pane will be a…4 days ago
-
Posted a reply to How to edit [terms] shortcode link text?, on the site WordPress.org Forums:
You should be asking in the plugin's support forum. https://wordpress.org/support/plugin/woocommerce/4 days ago
-
Posted a reply to image gallery for one page?, on the site WordPress.org Forums:
WordPress has built-in gallery features. You can use the original gallery shortcode (in block editor,…5 days ago
-
Posted a reply to image gallery for one page?, on the site WordPress.org Forums:
Create a page and put a gallery on it. What's the real question?5 days ago
-
Posted a reply to How Do I edit my HomePage Meta Description which Displays Recent Posts?, on the site WordPress.org Forums:
There is no place in the WordPress admin to edit virtual pages like the home…5 days ago
-
Posted a reply to customizer’s “site title” settings is missing details, on the site WordPress.org Forums:
Then the new theme isn't "modern". Old ones have a call to wp_title(). New themes…5 days ago
-
Posted a reply to customizer’s “site title” settings is missing details, on the site WordPress.org Forums:
Are you using the old theme or the newer theme? Either way, you would use…5 days ago
-
Posted a reply to Confused about taxonomy templates, on the site WordPress.org Forums:
As I said before, there is no need to make special templates. You should get…5 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+