Scott Kingsley Clark
@sc0ttkclark on WordPress.org and Slack
Bio
Interests
WordPress Origin Story
- Member Since: March 4th, 2008
- Location: Grand Prairie, TX
- Website: scottkclark.com
- GitHub: sc0ttkclark
- Job Title: Senior Software Engineer
- Employer: Pagely/GoDaddy
Contribution History
Scott Kingsley Clark’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to Image field doesn’t work in Elementor if filetype set to Any supported by WP, on the site WordPress.org Forums:
I updated the doc page at https://docs.pods.io/fields/file/ to note the limitations with Elementor. -
Posted a reply to Order By and Where is missing in blocks, on the site WordPress.org Forums:
Check your Pods Admin > Settings for the security option to allow certain SQL criteria… -
Posted a reply to _load_textdomain_just_in_time was called incorrectly, clogging up my debug log, on the site WordPress.org Forums:
I fixed all of the cases of this that I saw in the most recent… -
Posted a reply to File field not loading after importing pods, on the site WordPress.org Forums:
First step would be to run the repair tool in Pods Admin > Settings >… -
Posted a reply to Multisite specific login issues with WP 6.8 password hashing, on the site WordPress.org Forums:
Here's the code again: https://gist.github.com/sc0ttkclark/af47120fee48e65228bc765ab4c41f3f -
Posted a reply to Multisite specific login issues with WP 6.8 password hashing, on the site WordPress.org Forums:
I’ll repost my code again, I deleted it once I realized I had a separate… -
Posted a reply to Unable to edit CPT custom fields (standard HTML Input), on the site WordPress.org Forums:
Is this in the Classic Editor or Block Editor? -
Posted a reply to Bug in form block after update to latest version 3.3.0, on the site WordPress.org Forums:
Fixed in Pods 3.3.1 which is out now. -
Posted a reply to Error showing images after WP update, on the site WordPress.org Forums:
Could you please provide your Site Health information to help us determine what might be… -
Posted a reply to unable to add to pods fields after latest WP update, on the site WordPress.org Forums:
@hozefasmile can you open a new forum post about that and we can work through… -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
Pods 3.3 is out now with that new button that can help long term if… -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
The fix for this is out in WP 6.8.1 but I have a release for… -
Mentioned in [60205] on Core SVN:
Update Packages for 6.8.1 in trunk. -
Mentioned in [60199] on Core SVN:
Update Packages for 6.8.1 -
Posted a reply to Multisite specific login issues with WP 6.8 password hashing, on the site WordPress.org Forums:
This turned out to be a weird issue with object cache. Main site updated the… -
Created a topic, Multisite specific login issues with WP 6.8 hashing, on the site WordPress.org Forums:
First, some initial facts on my use-case: I have a … -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
@webcami Can you review this video and confirm whether or not this reproduces your exact… -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
We were able to reproduce this with both Pods and ACF so no need for… -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
I'm seeing breakage with ACF too under the same circumstances. Looks like we've got a… -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
This looks like something related to the "Meta Boxes" drawer and certain window heights or… -
Posted a reply to 6.8 disables ability to edit text fields (Beaver Builder/Themer), on the site WordPress.org Forums:
Hey Cami! Hope all is well with you (apart from this) Is the issue you… -
Posted a reply to ations should be loaded at the init action or later., on the site WordPress.org Forums:
I’ve got this fixed in the version we are about to release, thanks for reporting… -
Committed [3264183] to Plugins SVN:
Pods Beaver Themer Add-On 1.3.8 -
Posted a reply to Security threat with the file deprecated.php, on the site WordPress.org Forums:
What error are you seeing there? Does it show a link with more info? Nothing… -
Posted a reply to PHP 8.4 – works with a warning, on the site WordPress.org Forums:
Oh fun! We’ll get this figured out for the next release. Thanks for the heads… -
Posted a reply to Pods template and info doesn’t display after update, on the site WordPress.org Forums:
You should check out your access rights settings. https://docs.pods.io/displaying-pods/access-rights-in-pods/ -
Posted a reply to wp_podsrel table does not exist, trows error on deletion of pod content item, on the site WordPress.org Forums:
I wonder if some other plugin removed that file or .sql files are disallowed on… -
Posted a reply to wp_podsrel table does not exist, trows error on deletion of pod content item, on the site WordPress.org Forums:
The only thing I can think of that would cause a missing table would be… -
Posted a reply to wp_podsrel table does not exist, trows error on deletion of pod content item, on the site WordPress.org Forums:
Try going to Settings > Tools (/wp-admin/admin.php?page=pods-settings&tab=tools) and then at the bottom there's a tool… -
Posted a reply to Is postmeta table used even after making table-based pods, on the site WordPress.org Forums:
It’s a highly specialized solution so it takes more effort to support and maintain. Table… -
Posted a reply to Is postmeta table used even after making table-based pods, on the site WordPress.org Forums:
We keep a copy of data in postmeta even for table based post types for… -
Posted a reply to PODS Templates – will HTML still work?, on the site WordPress.org Forums:
While I have you.. is there anything we could add to make them better for… -
Posted a reply to PODS Tempates – will HTML still work?, on the site WordPress.org Forums:
That’s a very good question and I’m sorry if that wasn’t super clear in the… -
Posted a reply to Content Not Displaying In Pods Blocks, on the site WordPress.org Forums:
Can you post a package of your Pods config for any pod that was having… -
Posted a reply to Pods is slowing down website drastically, on the site WordPress.org Forums:
I didn’t see your Slack support message, can you DM me there? -
Posted a reply to Pods is slowing down website drastically, on the site WordPress.org Forums:
Wow I’ve never seen a site do that for what seems like a simple use… -
Posted a reply to Pods is slowing down website drastically, on the site WordPress.org Forums:
Wow, that’s definitely not typical. How are you listing the items? What kinds of fields… -
Posted a reply to How to remove dashes from post name without PHP use, on the site WordPress.org Forums:
<h3>Stories written:</h3> [if stories_written] <ul class="stories"> [each stories_written] <li> <a href="{@permalink,esc_url}">{@post_name,my_custom_make_dashes_into_spaces_with_ucfirst}</a> </li> [/each] </ul> [else]… -
Posted a reply to unable to add to pods fields after latest WP update, on the site WordPress.org Forums:
Were you on WordPress 6.7 when you experienced the problem? Our team is aware that… -
Posted a reply to Pods Templates are no longer working, on the site WordPress.org Forums:
A common issue is that some people have PHP in their templates. That’s no longer… -
Posted a reply to Any WP site ?, on the site WordPress.org Forums:
This requires Pods itself to work. It’s only used by Pods too, so it does… -
Created issue #757 in the WordPress/plugin-check repository:
Images in plugin used with img get marked as errors -
Posted a reply to The future of Pods after SCF (Stollen Custom Fields) ?, on the site WordPress.org Forums:
I’m also committed to licensing Pods Framework as GPL and keeping it free for use,… -
Posted a reply to The future of Pods after SCF (Stollen Custom Fields) ?, on the site WordPress.org Forums:
Pods is something I’ve invested a large part of my life. I put thousands of… -
Wrote a comment on the post Fields API team seeking new leadership, on the site Make WordPress Core:
My .org account was banned Thursday, October 17th, 2024. Today my account was reactivated by… -
Committed [3170999] to Plugins SVN:
Remove old tags -
Posted a reply to How to add fields to a custom post type, on the site WordPress.org Forums:
Definitely give this sheet a look, it's comprehensive and goes over a lot of the… -
Posted a reply to Pro version of SCF?, on the site WordPress.org Forums:
@finalwebsites Nothing really wrong with a Commercial plugin, two of the top four featured plugins… -
Wrote a comment on the post Fields API team seeking new leadership, on the site Make WordPress Core:
You do you Matt. I intend on continuing to develop Pods but you own WordPress.org… -
Wrote a new post, Fields API team seeking new leadership, on the site Make WordPress Core:
Hello all, I must first preface this by saying this is not a post to…
Developer
-
Pods - Custom Content Types and Fields
Active Installs: 100,000+
-
Pods Alternative Cache
Active Installs: 5,000+
-
Pods Beaver Themer Add-On
Active Installs: 8,000+
-
Pods Gravity Forms Add-On
Active Installs: 1,000+
Contributor
-
Easy Digital Downloads - Coming Soon
Active Installs: 200+
-
Shortcake (Shortcode UI)
Active Installs: 10,000+
Plugins
-
Admin Columns
-
Admin Menu Editor
-
Adminimize
-
Advanced Editor Tools
-
AppPresser - Mobile App Framework
-
Attachments
-
Autoptimize
-
Awesome Support - WordPress HelpDesk & Support Plugin
-
BadgeOS Invite Codes Add-on
-
bbPress
-
bbPress - Canned Replies
-
Co-Authors Plus
-
Developer
-
Document Feedback
-
Dynamic Asset Versioning
-
Dynamic Widgets
-
Easy Digital Downloads - Coming Soon
-
Easy Theme and Plugin Upgrades
-
ElasticPress
-
Email Address Encoder
-
Event Tickets and Registration
-
GiveWP - Donation Plugin and Fundraising Platform
-
Gravity Forms + Stripe
-
Hierarchy
-
Logged Out Admin Bar
-
Media Manager Plus
-
Members - Membership & User Role Editor Plugin
-
Pluginception
-
Pods - Custom Content Types and Fields
-
Pods Alternative Cache
-
Pods Gravity Forms Add-On
-
Pods Toolbar
-
Polylang
-
Post Content Shortcodes
-
Post Forking
-
Query Monitor - The developer tools panel for WordPress
-
Redirection
-
SearchWP Live Ajax Search
-
Simple History – Track, Log, and Audit WordPress Changes
-
Simple Page Ordering
-
Single Value Taxonomy UI
-
Social Login
-
SVG Support
-
Swiftype Site Search Plugin for Wordpress
-
Tabify Edit Screen
-
Taxonomy Switcher
-
Two-Factor
-
User Switching
-
W3 Total Cache
-
WordPress GitHub Sync
-
WordPress MU Domain Mapping
-
WP DB Driver
-
WP Multi Network
-
WP Notification Center
-
Yoast SEO