Justin Tadlock
@greenshady on WordPress.org and Slack
- Member Since: May 23rd, 2005
- Location: Alabama
- Website: justintadlock.com
- GitHub: justintadlock
- Job Title: Developer Relations Wrangler
- Employer: Automattic
Bio
Interests
Contributions Sponsored
Contribution History
Justin Tadlock’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Plugin Developer
- Test Contributor
- Test Team
- Theme Developer
- Themes Team
-
Posted a reply to Maximum width for cover block overlay?, on the site WordPress.org Forums:
When in doubt about how something should work, I'd test with the Twenty Twenty-Two theme.… -
Closed issue #19981 on the WordPress/gutenberg repository:
user_has_cap filter doesn't work with Gutenberg -
Posted a reply to Browser Tab Icon, on the site WordPress.org Forums:
It's likely because it's just a media file and not necessarily tied to WordPress (your… -
Posted a reply to Maximum width for cover block overlay?, on the site WordPress.org Forums:
Put a Group block inside of the Cover block. Then, make sure "Inherit default layout"… -
Closed issue #41357 on the WordPress/gutenberg repository:
Columns Block, enable gap between columns to be adjusted -
Posted a reply to Detecting when there’s no Featured Image in an FSE context, on the site WordPress.org Forums:
For patterns, this probably isn't a great idea. Because they are processed when registered, the… -
Posted a reply to Detecting when there’s no Featured Image in an FSE context, on the site WordPress.org Forums:
If this is for a single post view (I'm assuming it is since you're using… -
Posted a reply to editing portfolio pages as an editor (user type), on the site WordPress.org Forums:
That really depends on the plugin that you're using. Your best bet is to ask… -
Posted a reply to Style switching for custom FSE theme, on the site WordPress.org Forums:
You need to put test.json into the /styles folder of your theme. Noting that you… -
Posted a reply to Detecting when there’s no Featured Image in an FSE context, on the site WordPress.org Forums:
Are you passing in a post ID to has_post_thumbnail()? Without seeing the code and in… -
Closed issue #41324 on the WordPress/gutenberg repository:
Vertical alignment of flex containers incorrect on front end -
Closed issue #41248 on the WordPress/gutenberg repository:
Add the Ability to Delete Multiple Themes on the Themes Page -
Posted a reply to 6.0-RC4: layout for row block is always align-items: center, on the site WordPress.org Forums:
I have reported this upstream in the Gutenberg repository: https://github.com/WordPress/gutenberg/issues/41324 -
Created issue #41324 in the WordPress/gutenberg repository:
Vertical alignment of flex containers incorrect on front end -
Posted a reply to 6.0-RC4: layout for row block is always align-items: center, on the site WordPress.org Forums:
Thanks for the additional feedback. I can confirm that this is indeed an issue. I'll… -
Closed issue #41247 on the WordPress/gutenberg repository:
The Theme Details Page Options Need to be Streamlined -
Posted a reply to 6.0-RC4: layout for row block is always align-items: center, on the site WordPress.org Forums:
The Row variation does not support vertical alignment. If you select a vertical orientation, it… -
Posted a reply to PageSpeed Insights, on the site WordPress.org Forums:
Basically, all this comes down to your site loading way too much stuff. It's making… -
Posted a reply to How to load custom css stylesheet do Editor site in childtheme?, on the site WordPress.org Forums:
You can use add_editor_style() to load your stylesheet up in the editor: https://developer.wordpress.org/reference/functions/add_editor_style/ add_action( 'admin_init',… -
Posted a reply to Users can manage all post comments – privacy security issue, on the site WordPress.org Forums:
To access the comments screen in the admin, a user's role must have the edit_posts… -
Posted a reply to How copy and edit default template in twenty-twenty-one, on the site WordPress.org Forums:
Yes, you can create custom page templates too. Here is the handbook guide for working… -
Closed issue #41243 on the WordPress/gutenberg repository:
Fix the WordPress Status Bar to Make Actions Clearer to the User -
Posted a reply to Turn inserted images in a page to gallery?, on the site WordPress.org Forums:
Yes, that helps. I think it gives us a possible starting place. When using the… -
Posted a reply to Header Height, on the site WordPress.org Forums:
Just to clarify, you want the heading section that says "Home" to be shorter, correct?… -
Posted a reply to Turn inserted images in a page to gallery?, on the site WordPress.org Forums:
In the post/page editor, are they shown as Image blocks? Or, are the images inside… -
Posted a reply to Website updated for me but no for my boss ??, on the site WordPress.org Forums:
Did the client clear their browser cache? If you made CSS and font changes, did… -
Posted a reply to Quote block styles in theme.json not picked on frontend, on the site WordPress.org Forums:
I've tested your code by customizing the Archeo theme and am able to see everything… -
Posted a reply to Change language – search bar, on the site WordPress.org Forums:
Most likely, those text strings have been added by your theme. This will mean uploading… -
Posted a reply to Blog post not showing on Blog page, on the site WordPress.org Forums:
The best way to create a staging site is through your web host. However, not… -
Posted a reply to Blog post not showing on Blog page, on the site WordPress.org Forums:
It would be impossible for me to say with 100% certainty, not knowing how the… -
Posted a reply to Header Height, on the site WordPress.org Forums:
Feel free to post back again when the site is live. It'll be easier to… -
Posted a reply to Blog post not showing on Blog page, on the site WordPress.org Forums:
The Gutenberg ticket does not include instructions for fixing the problem. It's a description of… -
Posted a reply to Query Loop Block bug? Not showing posts after deleting category from site, on the site WordPress.org Forums:
Yes, the best place to report it would be the Gutenberg repository: https://github.com/WordPress/gutenberg/issues Of course,… -
Posted a reply to TikTok Creator embed, on the site WordPress.org Forums:
For additional embed requests, you should create a new Trac ticket: https://core.trac.wordpress.org/ Otherwise, they'll just… -
Posted a reply to No paragraph space after buttons?, on the site WordPress.org Forums:
This has to do with how your theme is styling the front end. It looks… -
Posted a reply to Adding ‘next page’ button to a page, on the site WordPress.org Forums:
Yes, you can kind of "hack" this together in a way. I see that you're… -
Posted a reply to comments_where Hook, on the site WordPress.org Forums:
You can filter comments_clauses: https://developer.wordpress.org/reference/hooks/comments_clauses/ In the callback, you can set a custom $clauses['where'] value. -
Posted a reply to CSS suddenly not showing on desktop version! Mobile versions still working, on the site WordPress.org Forums:
Can you link to your website and share the CSS that is not working? -
Posted a reply to Contents on post get underlined automatically after publishing, on the site WordPress.org Forums:
Can you link to a specific post where this is happening? I clicked on several… -
Posted a reply to Header Height, on the site WordPress.org Forums:
Can you link to your website? -
Posted a reply to Blog post not showing on Blog page, on the site WordPress.org Forums:
Does your theme have an templates/index.html file? If so, which theme is it? If it… -
Posted a reply to Query Loop Block bug? Not showing posts after deleting category from site, on the site WordPress.org Forums:
This is the "correct" behavior. What's happening is that the CatOne category is still in… -
Posted a reply to Change page title font size, on the site WordPress.org Forums:
Awesome! Glad you got it working. -
Posted a reply to Checkout cart issues, on the site WordPress.org Forums:
WordPress doesn't have a product/cart system built in, so you'd have to be using one… -
Posted a reply to automatic moderation, on the site WordPress.org Forums:
I don't know of any plugins offhand for moderating posts by content, and I didn't… -
Posted a reply to Unable to change site default language, on the site WordPress.org Forums:
Can you check if there's a WPLANG constant defined in your install's wp-config.php file? It… -
Posted a reply to FSE Themes seems to ‘break’ wp_inline_script(), on the site WordPress.org Forums:
Ah, I see what I missed earlier too. I thought the console.log() call was just… -
Posted a reply to can’t upload images, on the site WordPress.org Forums:
Here's a related support article to changing file permissions too: https://wordpress.org/support/article/changing-file-permissions/ -
Posted a reply to FSE Themes seems to ‘break’ wp_inline_script(), on the site WordPress.org Forums:
Here's a related ticket: https://core.trac.wordpress.org/ticket/54958 -
Posted a reply to FSE Themes seems to ‘break’ wp_inline_script(), on the site WordPress.org Forums:
I tested the POC plugin with the Archeo (block) theme and the latest WP 6.0…
Developer
-
Avatars Meta Box
Active Installs: 10+
-
Block Pattern Builder
Active Installs: 900+
-
Breadcrumb Trail
Active Installs: 30,000+
-
Clean My Archives
Active Installs: 1,000+
-
Cleaner Gallery
Active Installs: 4,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: 600+
-
Custom Header Extended
Active Installs: 2,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: 2,000+
-
Hybrid Hook
Active Installs: 100+
-
Hybrid Hook Widgets
Active Installs: 100+
-
JavaScript Logic
Active Installs: 20+
-
My Snippets
Active Installs: 100+
-
Prevent Password Reset
Active Installs: 600+
-
Query Posts
Active Installs: 2,000+
-
Quote This
Active Installs: 30+
-
Registration Honeypot
Active Installs: 900+
-
Restaurant
Active Installs: 100+
-
Reverse Comment Textarea
Active Installs: 60+
-
Series
Active Installs: 4,000+
-
Slideshow
Active Installs: 4,000+
-
Sliding Panel
Active Installs: 200+
-
Template Tag Shortcodes
Active Installs: 400+
-
Toot
Active Installs: Less than 10
-
Whistles
Active Installs: 900+
-
Widgets Reloaded
Active Installs: 2,000+
-
Widgets Reset
Active Installs: 200+
Contributor
-
Audio Player Widget
Active Installs: 500+
-
ChunActive Installs: 90+
-
Dancing In The MoonlightActive Installs: 90+
-
ExtantActive Installs: 90+
-
HybridActive Installs: 700+
-
My LifeActive Installs: 200+
-
PicturesqueActive Installs: 100+
-
PrototypeActive Installs: 100+
-
RavelActive Installs: 100+
-
Retro-fittedActive Installs: 100+
-
SagaActive Installs: 100+
-
Socially AwkwardActive Installs: 100+
-
StargazerActive Installs: 2,000+
-
TwiggyActive Installs: 30+
-
UniqueActive Installs: 1,000+
-
X3P0 - ReflectionsActive Installs: 300+