Justin Tadlock
@greenshady on WordPress.org and Slack
- Member Since: May 23rd, 2005
- Location: Alabama
- Website: justintadlock.com
- GitHub: justintadlock
- Job Title: WordPress God
- Employer: Theme Hybrid
Bio
Interests
Contribution History
Justin Tadlock’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Plugin Developer
- Theme Developer
- Themes Team
-
Wrote a comment on the post Proposal: Dropping support for old PHP versions via a fixed schedule, on the site Make WordPress Core:
Regarding GoDaddy, what Nick mentioned is true. To upgrade to PHP 7+, you must cancel…2 months ago
-
Posted a reply to Missing patterns, on the site WordPress.org Forums:
The plugin is updated on .ORG now, so this should be fixed.3 months ago
-
Posted a reply to Categorize patterns?, on the site WordPress.org Forums:
This is planned for version 1.2.0.3 months ago
-
Committed [2361088] to Plugins Trac:
Update Block Pattern Builder to 1.1.0.3 months ago
-
Wrote a comment on the post Themes: changes related to get_custom_logo() in WordPress 5.5, on the site Make WordPress Core:
It might not hurt to introduce a flag for any breaking HTML changes now and…3 months ago
-
Wrote a comment on the post Themes: changes related to get_custom_logo() in WordPress 5.5, on the site Make WordPress Core:
I have an alternative proposal. Make use of the "theme supports" system to take care…3 months ago
-
Wrote a comment on the post Proposal: allow themes to add a top-level admin-menu, on the site Make WordPress Themes:
It would help to, at minimum, link to the previous discussions so that those new…4 months ago
-
Wrote a comment on the post Gutenberg + Themes: Week of May 11, 2020, on the site Make WordPress Themes:
Nice to see this initiative!6 months ago
-
Posted a reply to Block Icon is not available, on the site WordPress.org Forums:
Yes, you need to install the Gutenberg plugin.7 months ago
-
Posted a reply to Block Icon is not available, on the site WordPress.org Forums:
You need to be running Gutenberg version 7.8 or newer.7 months ago
-
Posted a reply to Gutenberg problem, on the site WordPress.org Forums:
It seems that WP dropped back-compatibility for the old style editor colors. Add the following…7 months ago
-
Posted a reply to Bug after updating to wordpress 5.4, on the site WordPress.org Forums:
Adding this code to your Stargazer child theme's functions.php file should correct the block error:…7 months ago
-
Posted a reply to Requesting Widgets Reloaded Update, on the site WordPress.org Forums:
I began work on a major update a couple of months back. However, my schedule…8 months ago
-
Posted a reply to Changed contributor to supercleanse, on the site WordPress.org Forums:
Nothing weird going on. I sold the plugin to Blair and his team. They own…9 months ago
-
Posted a reply to Version 3.0.0 ideas and feedback, on the site WordPress.org Forums:
For those of you out of the loop, I have transferred ownership of the Members…11 months ago
-
Posted a reply to Version 3.0.0 ideas and feedback, on the site WordPress.org Forums:
@menathor - Thanks. A new version of the plugin will happen. Of course, things have…12 months ago
-
Posted a reply to Delete admin role for other role, on the site WordPress.org Forums:
Roles in WordPress are not hierarchical. The system works by saying you can do something…12 months ago
-
Posted a reply to [Members] Unpowered admin role, on the site WordPress.org Forums:
If there’s another plugin checking directly against the administrator role for permissions, that plugin is…1 year ago
-
Posted a reply to Unpowered admin role, on the site WordPress.org Forums:
That's entirely based on the specific plugin. Members merely provides the ability to assign capabilities…1 year ago
-
Posted a reply to Does not work – October 2019, on the site WordPress.org Forums:
Did you follow the instructions under the "How do I use it?" FAQ? https://wordpress.org/plugins/prevent-password-reset/faq/1 year ago
-
Posted a reply to Mapping Multiple User Roles to custom SF field, on the site WordPress.org Forums:
I just want to reiterate that Members does not store roles or caps. WordPress does…1 year ago
-
Posted a reply to Mapping Multiple User Roles to custom SF field, on the site WordPress.org Forums:
I got pinged on this, so I thought I'd quickly respond to the multiple role…1 year ago
-
Posted a reply to Bug register_widgets using php namespaces, on the site WordPress.org Forums:
Easiest way if your widget class is in the same namespace as your register function:…1 year ago
-
Posted a reply to Still ok?, on the site WordPress.org Forums:
A lot of that is going to depend on the direction of Gutenberg (the current…1 year ago
-
Posted a reply to Version 3.0.0 ideas and feedback, on the site WordPress.org Forums:
@uberfoto - Thanks for the feedback. I do get this request from time to time.…1 year ago
-
Posted a reply to Layout variation, on the site WordPress.org Forums:
On the first site, you have multiple user roles enabled. On the second site, you…1 year ago
-
Posted a reply to Private Site Prevents Privacy Policy Display, on the site WordPress.org Forums:
You can whitelist pages via the members_is_private_page filter hook. Here's an example of whitelisting the…1 year ago
-
Posted a reply to Href stripping, on the site WordPress.org Forums:
You'll likely want to post this in the troubleshooting WordPress forum. This is unrelated to…1 year ago
-
Posted a reply to Set roles to post programmatically, on the site WordPress.org Forums:
get_the_ID() instead of the_ID() is something I immediately noticed that is incorrect. Maybe that'll help.1 year ago
-
Posted a reply to unsaved data, on the site WordPress.org Forums:
This is outside the scope of the Members plugin. You might try asking for help…1 year ago
-
Posted a reply to Internal Server and 302 error on Redirect all logged-out users, on the site WordPress.org Forums:
It sounds like it is behaving correctly, so that's good. The option "Redirect all logged-out…1 year ago
-
Posted a reply to Display User Role on My Account Page, on the site WordPress.org Forums:
If you have access to the user ID, you can do this: <?php $user =…1 year ago
-
Posted a reply to Same Role Different Access rights, bug?, on the site WordPress.org Forums:
There's not enough information to come to any conclusions. Off the top of my head,…1 year ago
-
Posted a reply to Content restrictions blocking Theme Homepage “Features”, on the site WordPress.org Forums:
I took a look at this the other day but forgot to post here. It…1 year ago
-
Posted a reply to Multisite Plugin Management, on the site WordPress.org Forums:
See the docs here on multisite plugin management: https://wordpress.org/support/article/multisite-network-administration/#plugins1 year ago
-
Posted a reply to Login not working in Firefox, on the site WordPress.org Forums:
The [members_login_form] shortcode is merely a wrapper for the wp_login_form() function from WordPress. Members itself…1 year ago
-
Posted a reply to Cannot restrict LearnPress pages, on the site WordPress.org Forums:
If the Content Permissions feature doesn't work for the custom post type from that plugin,…1 year ago
-
Posted a reply to Excellent plugin!, on the site WordPress.org Forums:
Thanks, @dingo_d!1 year ago
-
Posted a reply to Conflicts with Houzez:, on the site WordPress.org Forums:
Members does not load any CSS or JavaScript on the front end of your site,…1 year ago
-
Posted a reply to Grant access to edit widgets in sidebar, on the site WordPress.org Forums:
Unfortunately, WordPress has a hard-coded check for the edit_theme_options capability in wp-admin/widgets.php. Basically, this means…1 year ago
-
Posted a reply to Allow edit own posts, but deny create posts, on the site WordPress.org Forums:
@clcreative - The add-on mentioned above is strictly for the core "post" and "page" post…1 year ago
-
Posted a reply to Create a Capability Category, on the site WordPress.org Forums:
If you're a developer, you can follow the code from here as an example: https://github.com/justintadlock/members/blob/2.1/inc/functions-cap-groups.php…1 year ago
-
Posted a reply to User forum?, on the site WordPress.org Forums:
Hi @eightsix, I do have a "pro" option available, which has support included: https://themehybrid.com/plugins/members With…1 year ago
-
Reopened ticket #71348, in Themes Trac:
THEME: WPLABOAries – 1.3.51 year ago
-
Posted a reply to Admin Bar not at the top when set to Editor, on the site WordPress.org Forums:
Members doesn't control when the toolbar is shown. This is a per-user setting that each…1 year ago
-
Posted a reply to Restrict by category?, on the site WordPress.org Forums:
So, I went ahead and finished this add-on plugin, which is now available as part…1 year ago
-
Posted a reply to Hide Retail Price for Logged-in Users, on the site WordPress.org Forums:
It really depends on how you're showing the retail price. 1) If it requires code…1 year ago
-
Posted a reply to Restrict by category?, on the site WordPress.org Forums:
I actually just had a really good idea about how to make this possible in…1 year ago
-
Posted a reply to Version 3.0.0 ideas and feedback, on the site WordPress.org Forums:
Schedule Update At the moment, it looks like the big project I'm working on is…1 year ago
-
Posted a reply to Works perfectly with 5.2.2, on the site WordPress.org Forums:
Thanks for the review!1 year ago
Developer
-
Avatars Meta Box
Active Installs: 10+
-
Block Pattern Builder
Active Installs: 200+
-
Breadcrumb Trail
Active Installs: 30,000+
-
Clean My Archives
Active Installs: 2,000+
-
Cleaner Gallery
Active Installs: 6,000+
-
Comments User Column
Active Installs: Less than 10
-
Custom Background Extended
Active Installs: 2,000+
-
Custom Classes
Active Installs: 5,000+
-
Custom Content Portfolio
Active Installs: 800+
-
Custom Header Extended
Active Installs: 3,000+
-
Disable Post Format UI
Active Installs: 10+
-
Entry Views
Active Installs: 20,000+
-
Get the Image
Active Installs: 20,000+
-
Grid Columns
Active Installs: 3,000+
-
Hybrid Hook
Active Installs: 200+
-
Hybrid Hook Widgets
Active Installs: 200+
-
JavaScript Logic
Active Installs: 30+
-
My Snippets
Active Installs: 100+
-
Prevent Password Reset
Active Installs: 700+
-
Query Posts
Active Installs: 3,000+
-
Quote This
Active Installs: 30+
-
Registration Honeypot
Active Installs: 1,000+
-
Restaurant
Active Installs: 100+
-
Reverse Comment Textarea
Active Installs: 60+
-
Series
Active Installs: 4,000+
-
Slideshow
Active Installs: 5,000+
-
Sliding Panel
Active Installs: 300+
-
Template Tag Shortcodes
Active Installs: 600+
-
Toot
Active Installs: Less than 10
-
Whistles
Active Installs: 1,000+
-
Widgets Reloaded
Active Installs: 3,000+
-
Widgets Reset
Active Installs: 200+
Contributor
-
Audio Player Widget
Active Installs: 800+
-
ChunActive Installs: 100+
-
Dancing In The MoonlightActive Installs: 100+
-
ExtantActive Installs: 100+
-
HybridActive Installs: 800+
-
My LifeActive Installs: 200+
-
PicturesqueActive Installs: 200+
-
PrototypeActive Installs: 100+
-
RavelActive Installs: 100+
-
Retro-fittedActive Installs: 200+
-
SagaActive Installs: 100+
-
Socially AwkwardActive Installs: 200+
-
StargazerActive Installs: 2,000+
-
TrendingActive Installs: 200+
-
TwiggyActive Installs: 40+
-
UniqueActive Installs: 1,000+