Paul Clark
@pdclark on WordPress.org, @Paul Clark on Slack
- Member Since: May 31st, 2009
- Location: California
- Website: pd.cm
- Job Title: Web Support Engineer
- Employer: PD.CM
Contributions Sponsored
Contribution History
Paul Clark’s badges:- Core Contributor
- Hosting Contributor
- Plugin Developer
- Training Contributor
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to Gallery field image upload – filter by type, on the site WordPress.org Forums:
No there’s not currently a setting for this. Please file a feature request on GitHub. -
Posted a reply to Display pod title?, on the site WordPress.org Forums:
Using the post title or a heading block sounds like the most reasonable option. Other… -
Posted a reply to Field user biography missing, on the site WordPress.org Forums:
Nothing extra should need to be done. In what way is it not available? try… -
Posted a reply to Pods and Permalinks – 404 Errors, on the site WordPress.org Forums:
Try using Debug Bar to check which permalinks are matching or not matching for the… -
Posted a reply to Pods form not working with anonymous users, on the site WordPress.org Forums:
Please share your exact PHP or try the [pods-form fields="x,y,z"] shortcode. -
Posted a reply to Third Party Shortcode and POD value, on the site WordPress.org Forums:
Get the ID with get_post_meta() or Pods ->field(). -
Posted a reply to Custom Settings Pod Data With RESR API, on the site WordPress.org Forums:
There is not currently a REST API endpoint created for settings pages in Pods. To… -
Posted a reply to Why is the_content filter not being executed?, on the site WordPress.org Forums:
If the magic tag {@post_content} is not applying the the_content filter, you can add it… -
Posted a reply to Interface with Form Plugins, on the site WordPress.org Forums:
WP User Frontend will post to a post type with meta. It may not support… -
Posted a reply to Referencing a Field in another CPT, on the site WordPress.org Forums:
You can reference a field within the related object by adding a dot, then the… -
Posted a reply to Pods slow website, on the site WordPress.org Forums:
See a page load waterfall of your page at https://www.webpagetest.org/result/230429_BiDc6P_75T/1/details/#waterfall_view_step1 The linked page has a… -
Posted a reply to Magic Tags not working in “Custom Upload Directory”, on the site WordPress.org Forums:
Try {@ID} instead of {@id}. Are you using a frontend form, or a backend form?… -
Posted a reply to How to make an ID shortcode work?, on the site WordPress.org Forums:
See https://docs.pods.io/troubleshooting-pods/pods-constants-for-wp-config/ PODS_SHORTCODE_ALLOW_EVALUATE_TAGS needs to be defined as true in wp-config.php: define( 'PODS_SHORTCODE_ALLOW_EVALUATE_TAGS', true ); -
Posted a reply to pods_form_ui_field_label or pods_form_ui_field_{$type} filters do not filter, on the site WordPress.org Forums:
@skotperez The WordPress filter API only allows modifying the returned variable — it's always the first… -
Posted a reply to Custom Taxonomy Widget Autocomplete, on the site WordPress.org Forums:
I can think of two ways to do this. The first and simplest option is… -
Translated 1 string on translate.wordpress.org.
-
Posted a reply to Custom Fields Don’;t Save Data In A Custom Post Type, on the site WordPress.org Forums:
This might also happen if there's a required field that's not filled out, or if… -
Posted a reply to Relationships and additional fields, on the site WordPress.org Forums:
This would be done with an intermediary post type, e.g., "Roles". So Movies <> Roles… -
Posted a reply to get_terms() return invalid_taxonomy, on the site WordPress.org Forums:
It's not really possible to give feedback on your specific configuration unless you provide details… -
Posted a reply to hide sidebar, on the site WordPress.org Forums:
And if you mean a button that optionally hides the sidebar, try jQuery .hide(): https://api.jquery.com/hide/ -
Posted a reply to hide sidebar, on the site WordPress.org Forums:
It depends on your theme and has nothing to do with Pods. A sidebar can… -
Posted a reply to IF last item in the list?, on the site WordPress.org Forums:
Reading through the code and documentation, it appears that calculated values like _position and _total… -
Posted a reply to How to Record Who Created/Modified a POD, on the site WordPress.org Forums:
Pods and Pods fields are custom post types, so there is a good chance Stream… -
Posted a reply to Cache / Object Cache and Pods errors, on the site WordPress.org Forums:
These aren't errors, they're verbose debug logs saying the cache is being cleared. It says… -
Posted a reply to Unable to fill repeatable fields with a form, on the site WordPress.org Forums:
See https://gist.github.com/wpmudev-sls/a42d7a0fa2021953dcfa276516aa02f2 for the relevant filters for writing a custom form processor and https://docs.pods.io/code/pods/save/ for… -
Posted a reply to How Can I add [if] to match anyone of multi conditions?, on the site WordPress.org Forums:
@freezhao Here's what you've described as a shortcode, [three-items], which outputs meta values for foo,… -
Posted a reply to Relationship field to the same Pod – how to exclude the currently edited post?, on the site WordPress.org Forums:
t.ID != {@get.post} ...with define( 'PODS_SHORTCODE_ALLOW_EVALUATE_TAGS', true ); set in wp-config.php -
Posted a reply to Breakdance compatibility, on the site WordPress.org Forums:
Yes, Pods creates meta fields and custom post types and can add meta fields to… -
Posted a reply to Breakdance compatibility, on the site WordPress.org Forums:
See https://breakdance.com/documentation/developers/dynamic-data/ for how to extend dynamic data or use the shortcode element and you… -
Posted a reply to Pods supports conditional display of fields on dashboard pages?, on the site WordPress.org Forums:
There is not a user interface for this. I has to be done with PHP… -
Posted a reply to Elementor Loop Grid – showing only relationship child items, on the site WordPress.org Forums:
Yes. -
Posted a reply to Elementor Loop Grid – showing only relationship child items, on the site WordPress.org Forums:
See example #2 at https://developers.elementor.com/docs/hooks/custom-query-filter/ -
Posted a reply to Pods field with HTML code, on the site WordPress.org Forums:
Use the Elementor shortcode widget and output your HTML field using the [pods] shortcode. See… -
Posted a reply to How to add a nowarp sytle to a select list item?, on the site WordPress.org Forums:
Please start by sharing a link to the front-end page you're trying to edit CSS… -
Posted a reply to Easily accessing all Pod fields in Pods Framework for WordPress, on the site WordPress.org Forums:
It's better than running extract(), which is generally ill-advised, but has the drawback that running… -
Posted a reply to Mix CPT and Taxonomies, on the site WordPress.org Forums:
In order to use magic tags like {@permalink} in shortcode parameters, one must set define(… -
Posted a reply to syntaxis for selecting pods in shotcode, on the site WordPress.org Forums:
Try where="t.functie='huisarts' and make sure your code has "dumb" quotes ' " not smart quotes… -
Posted a reply to The Plugin causes a lot of pressure and slows down the site, on the site WordPress.org Forums:
I'm getting a 99 in Lighthouse on performance on a default install with Pods enabled.… -
Posted a reply to How can I write to my Post Type (extended) – relationship field?, on the site WordPress.org Forums:
Read https://docs.pods.io/code/pods/save/ and see if those examples help on ways to write to the field. -
Posted a reply to Problem in the avatar field, on the site WordPress.org Forums:
Just did some testing and updated the GitHub ticket based on the finding that this… -
Posted a reply to Problem in the avatar field, on the site WordPress.org Forums:
We are working on a fix for this. Downgrading to a version before 2.9.10.2 should… -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
It should be noted in the above example and original, if an apostrophe or quotation… -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
@dbareis This is what ended up working for me. For some reason the DB didn't… -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
Fine. I’ve never used strict mode. Perhaps @sc0ttkclark can comment on its functionality. In my… -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
They’re not “workarounds” — they’re three correct solutions. What you shared is incorrect in multiple… -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
Also name, not post_title, also shown in the doc. -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
The error you’re making is passing an array of paeans to the id_or_slug parameter. The… -
Posted a reply to No Blocks available on New CPT with REST API enabled, on the site WordPress.org Forums:
Are there any errors in the responses for XHR / AJAX requests in the Web… -
Posted a reply to Strict Mode on Pods() Never returns FALSE, on the site WordPress.org Forums:
See https://developer.wordpress.org/reference/functions/get_page_by_title/, then instantiate the pods object with the post ID if a WP_Post object… -
Posted a reply to Date formatted differently in template, on the site WordPress.org Forums:
See https://wordpress.org/support/topic/display-value-from-date-field-in-multiple-different-formats/#post-12315820 For example: <?php function year_only( $date ) { return date( 'Y', strtotime( $date…
Developer
-
Styles
Active Installs: 10,000+
Contributor
-
AJAX Post Meta
Active Installs: 80+
-
Yet Another Featured Posts Plugin (YAFPP)
Active Installs: 200+
Support Rep
-
Pods - Custom Content Types and Fields
Active Installs: 100,000+
Plugins
-
Audit Trail
-
AvatarPlus
-
Bulk Plugin Installation
-
Docs to WordPress
-
Edit Flow
-
Gust
-
Hierarchy
-
Oxford Debate
-
Post via Dropbox
-
Sliced Invoices & Gravity Forms
-
Styles
-
Watcher Social Net
-
Wordfence Security - Firewall, Malware Scan, and Login Security
-
WP Core Contributions Widget
-
WP Debug Robot
-
WP Install Profiles
-
WP OAuth Server (OAuth Authentication)