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
- Meta Contributor Meta Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
-
Posted a reply to WP 5.3 Read More tag and subscriber new post notification email, on the site WordPress.org Forums:
You should ask in the plugin support forum for the plugin you use for sending…21 hours ago
-
Posted a reply to Different site name for a subset of pages?, on the site WordPress.org Forums:
This filter can be used for the name displayed in the browser tab: https://developer.wordpress.org/reference/hooks/wp_title/ Depending…22 hours ago
-
Posted a reply to Featured image size and alignment altered after update to 5.3, on the site WordPress.org Forums:
If it is truly the featured image, that means the theme changed something and there…2 days ago
-
Posted a reply to Image Upload Issue, on the site WordPress.org Forums:
The differences have to do with the size of the images. But all of the…2 days ago
-
Posted a reply to Declaration incompatible with Walker after update to 5.3, on the site WordPress.org Forums:
Your theme needs an update to handle the spread operator. See here for details: https://make.wordpress.org/core/2019/10/09/wp-5-3-introducing-the-spread-operator/2 days ago
-
Posted a reply to Interactive Image display – is this possible?, on the site WordPress.org Forums:
Please try https://jobs.wordpress.net/2 days ago
-
Posted a reply to How to implement Private Messaging and Notifications without Social Media Plugin, on the site WordPress.org Forums:
There are a couple of private messaging plugins here: https://wordpress.org/plugins/search/private+message/2 days ago
-
Posted a reply to do_shortcode in widget area inside functions.php, on the site WordPress.org Forums:
If you want to use different post IDs, you should put the code into the…2 days ago
-
Posted a reply to Interactive Image display – is this possible?, on the site WordPress.org Forums:
This can be done with the canvas tag. It requires some javascript to make it…2 days ago
-
Posted a reply to Image Custom URL not working after update to WordPress 5.3, on the site WordPress.org Forums:
First, do you have a plugin that is affecting the editor? Or one that enables…2 days ago
-
Posted a reply to Error, on the site WordPress.org Forums:
Have you made changes in WordPress files? That function call is on line 16, and…2 days ago
-
Posted a reply to Geeting error in header section, on the site WordPress.org Forums:
The code editor does a loopback check to make sure you haven't introduced a fatal…2 days ago
-
Posted a reply to WordPress Automatic Plugin Update Renames Plugin Directory, on the site WordPress.org Forums:
Is it in this code? https://developer.wordpress.org/reference/classes/plugin_upgrader/2 days ago
-
Posted a reply to Adjusting size and font of blog title and background image, on the site WordPress.org Forums:
Theme questions should be posted in the theme's support forum, since the developer knows the…2 days ago
-
Posted a reply to How to alter responive mobile bootstrap menu in my my theme, on the site WordPress.org Forums:
You should ask in the theme's support forum. We don't support external themes here.2 days ago
-
Posted a reply to I want to change the Permalink for wordpress attachment, on the site WordPress.org Forums:
Look in the core code where the attachment post type is registered https://developer.wordpress.org/reference/functions/create_initial_post_types/ and you…2 days ago
-
Wrote a comment on the post Noteworthy Admin CSS changes in WordPress 5.3, on the site Make WordPress Core:
I like the idea of an option to enable CSS for different impairments. It would…2 days ago
-
Posted a reply to Getting the red out of WordPress 5.3, on the site WordPress.org Forums:
Meanwhile, there are plugins that style the admin differently. https://wordpress.org/plugins/search/admin+style/3 days ago
-
Posted a reply to Permalink Change Generated a 403, on the site WordPress.org Forums:
In your host control panel, there is typically phpMyAdmin and you can manipulate the database…3 days ago
-
Posted a reply to Permalink Change Generated a 403, on the site WordPress.org Forums:
Yeah, that [L} on the end of the line means "Last", so it likely doesn't…3 days ago
-
Posted a reply to how add button (add media) in metabox (custom field), on the site WordPress.org Forums:
The easiest way is to find a plugin that does this and read the code.…3 days ago
-
Posted a reply to Switching Themes, on the site WordPress.org Forums:
You want to switch themes at the same time as publishing changes on multiple pages?…3 days ago
-
Posted a reply to Global $_POST not working, on the site WordPress.org Forums:
If you have a problem with a plugin, you should ask in the plugin's support…3 days ago
-
Posted a reply to Different site name for a subset of pages?, on the site WordPress.org Forums:
Which part do you want to change? - the name in the browser window -…3 days ago
-
Posted a reply to Replacement for plugin “widgets on pages”?, on the site WordPress.org Forums:
I am a programmer, so I am very comfortable using a plugin that is not…3 days ago
-
Posted a reply to Mismatched image class in existing posts, on the site WordPress.org Forums:
I stand corrected. I've never read that part of the code before. https://developer.wordpress.org/reference/functions/wp_make_content_images_responsive/ I have…3 days ago
-
Posted a reply to Mismatched image class in existing posts, on the site WordPress.org Forums:
That is not true. The class is not used. The size information is in the…3 days ago
-
Created a new ticket, #76657, in Themes Trac:
THEME: Twenty8teen – 201911113 days ago
-
Posted a reply to Possible to make entire site private without plugin?, on the site WordPress.org Forums:
Putting that code into the theme's index.php will only affect the pages that use index.php.…4 days ago
-
Posted a reply to Mismatched image class in existing posts, on the site WordPress.org Forums:
Does your theme use the wp-image-YYYY classes? I don't know of any that would, since…4 days ago
-
Posted a reply to Search Results Should Link to Correct Page Number within article, on the site WordPress.org Forums:
The WordPress search doesn't do any highlighting of search terms, so all you get is…4 days ago
-
Posted a reply to Let visitors print multiple pages of site to single PDF easily, on the site WordPress.org Forums:
Try one of these plugins: https://wordpress.org/plugins/pdf-print/ https://wordpress.org/plugins/e2pdf/ https://wordpress.org/plugins/printfriendly/ https://wordpress.org/plugins/gravity-forms-pdf-extended/4 days ago
-
Posted a reply to Back-end and front-end not allingning, on the site WordPress.org Forums:
Perhaps you should ask in the theme's support forum.4 days ago
-
Posted a reply to Replacement for plugin “widgets on pages”?, on the site WordPress.org Forums:
You can use blocks (most core widgets are blocks) or a plugin that provides a…4 days ago
-
Posted a reply to WordPress best on linux or windows server, on the site WordPress.org Forums:
One of the support team here often says in Slack4 days ago
-
Posted a reply to Install WordPress Locally, on the site WordPress.org Forums:
You can install WordPress locally, but it is not recommended that that installation is made…4 days ago
-
Posted a reply to YouTube block not centered and not scaling, on the site WordPress.org Forums:
The styling of the blocks is mostly determined by the theme. Here is the info…4 days ago
-
Posted a reply to Code Mirror in Page Page Editor, on the site WordPress.org Forums:
You can read about it here: https://github.com/WordPress/gutenberg/issues/17017#issuecomment-5242009004 days ago
-
Posted a reply to preview and activating new Themes, on the site WordPress.org Forums:
OK, so is it always unstyled? (as if the CSS is not loading) Or is…4 days ago
-
Posted a reply to WP okay with long articles?, on the site WordPress.org Forums:
I have no idea why people use page builder plugins. I think some do because…4 days ago
-
Posted a reply to description on hover, on the site WordPress.org Forums:
The browser uses the title attribute for the content to show on hover for links.…5 days ago
-
Posted a reply to WP okay with long articles?, on the site WordPress.org Forums:
The database is defined for the content to be of LONGTEXT type, and according to…5 days ago
-
Posted a reply to preview and activating new Themes, on the site WordPress.org Forums:
You've only said what you don't see. That doesn't help much, and you can't prove…5 days ago
-
Posted a reply to The archives.php in my theme does not show the category title, on the site WordPress.org Forums:
Right, instead of putting the "News and Events Archive" text hard-coded, put <?php single_cat_title(); ?>…5 days ago
-
Posted a reply to The archives.php in my theme does not show the category title, on the site WordPress.org Forums:
See https://developer.wordpress.org/reference/functions/single_cat_title/6 days ago
-
Posted a reply to Inserting a pdf into a page, on the site WordPress.org Forums:
To get help with a plugin, ask in the plugin's support forum.6 days ago
-
Posted a reply to Find saved draft posts, on the site WordPress.org Forums:
If there is no link, there are no Drafts. That part of core has not…7 days ago
-
Posted a reply to Feature Images Not Showing in RSS Feed, on the site WordPress.org Forums:
Themes do not affect the feed. There are separate functions for that, handled by core.…7 days ago
-
Posted a reply to mobile friendliness, on the site WordPress.org Forums:
Most themes are responsive (mobile friendly), so choose one and don't worry about it. "what…7 days ago
-
Posted a reply to Implement stars rating into blog posts., on the site WordPress.org Forums:
Whether you like to use plugins or not, that's how you add code to WordPress.…7 days ago
Developer
-
Weaver Options Merge
Active Installs: 10+
-
Twenty8teenActive Installs: 200+