Paul Clark
@pdclark on WordPress.org, @Paul Clark on Slack
Contributions Sponsored
- Member Since: May 31st, 2009
- Location: California
- Website: pd.cm
- Job Title: Web Support Engineer
- Employer: PD.CM
Contribution History
Paul Clark’s badges:- Core Contributor
- Hosting Contributor
- Plugin Developer
- Training Contributor
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to Use of different sets of styles for different Pods, on the site WordPress.org Forums:
There may be an FSE-specific way to go about it, but most WordPress themes will… -
Posted a reply to PODs no longer visible after WP update, on the site WordPress.org Forums:
Check the PHP error log and browser JavaScript console for specific errors, try saving permalinks,… -
Posted a reply to How to display pod templates with shortcode?, on the site WordPress.org Forums:
[pods template="example"] https://docs.pods.io/displaying-pods/pods-shortcode/ -
Posted a reply to Leading Zero in Number Field, on the site WordPress.org Forums:
That's a bit more complicated than I would expect, as the admin field didn't seem… -
Posted a reply to Cannot reorder group fields, on the site WordPress.org Forums:
403 forbidden on admin-ajax.php indicates that the server is rejecting the request to save the… -
Posted a reply to Updating Pods from 2.9.13 crashes site, on the site WordPress.org Forums:
Hi @hubmap, Please share a copy of the Pods configuration from Pods Admin > Components… -
Posted a reply to How to display PODS items using where in shortcode, on the site WordPress.org Forums:
where="is_host.meta_value != 1" -
Posted a reply to displaying output of plain text field in WHERE, on the site WordPress.org Forums:
Hi @wppeggy, The expected syntax for the issue you have described is locator_resguide.slug = "{@locator_link}"… -
Posted a reply to Leading Zero in Number Field, on the site WordPress.org Forums:
Hi @reedus33, Pending a change to field configuration options, if the number is of known… -
Posted a reply to Custom Field in Custom Post Type, on the site WordPress.org Forums:
Hi @nilshollm, The question is unclear, but it sounds like if you only see Page/Post/Taxonomy/Settings,… -
Posted a reply to Related fields in a form, on the site WordPress.org Forums:
See the documentation for Chosen for “only search”, or see jQuery :contains() or JavaScript indexOf().… -
Posted a reply to Related fields in a form, on the site WordPress.org Forums:
You appear to be writing a custom form from scratch using WP_Query to list your… -
Posted a reply to Best way to query not assigned, on the site WordPress.org Forums:
The following code block is formatted as a plugin, which could go into wp-content/plugins/users-not-assigned-to-books/users-not-assigned-to-books.php, or… -
Posted a reply to How to display a calculated value from pods items on frontend, on the site WordPress.org Forums:
Shortcode below from our conversation in Slack. Please verify field keys and values match your… -
Posted a reply to Best way to query not assigned, on the site WordPress.org Forums:
Since you have a bidirectional relationship, one could also query all users before the loop… -
Posted a reply to Best way to query not assigned, on the site WordPress.org Forums:
in Pods find() and shortcode, it will likely be books.meta_value NOT IN( 123 ). With… -
Posted a reply to Best way to query not assigned, on the site WordPress.org Forums:
it would be a MySQL NOT IN( 123 ) WHERE query against the user meta… -
Posted a reply to Not all taxonomy fields available on archive-page, on the site WordPress.org Forums:
"Featured image" usually reserved for a WordPress-specific post thumbnail, which only applies to post types.… -
Posted a reply to Field related with Simple (custom defined list) in a form, on the site WordPress.org Forums:
Without changing too much or guessing about what you're trying to do with this form,… -
Posted a reply to Calendar and pictures, on the site WordPress.org Forums:
Hi @singinggardener, Can you provide a bit more information on your data organization and frontend… -
Posted a reply to Not all taxonomy fields available on archive-page, on the site WordPress.org Forums:
Hi @helenagwyn, If I'm understanding the problem correctly, it sounds like you're trying to use… -
Posted a reply to How to filter and sort next and previous links, on the site WordPress.org Forums:
Most themes use WordPress core previous_post_link() or next_post_link(). Both of these functions get_adjacent_post_link(), which can… -
Posted a reply to Relationship Field – Add New Window Squished, on the site WordPress.org Forums:
The filter is specified I. The code, so it can go anywhere WordPress supports extending… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
Thanks for your patience @0rca . The code below should resolve all the issues. There… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
Great, got it, thanks. I will run some tests in get back later today with… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
If that truly is the field name, it may be that it’s allowed on a… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
Please share a Pods package export of your exact data structure using Pods > Components… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
it’s not really possible for me to verify without looking at your data structure. But… -
Posted a reply to Export URL gets incorrect path, on the site WordPress.org Forums:
It's on PodsUI.php:2239. The error in the file URL is because PodsMigrate()->save() on lines 883… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
The name of the field you've assigned to the user is objektrechte but in the… -
Posted a reply to Custom fields only for specific page, on the site WordPress.org Forums:
Pods does not currently provide a distinct user interface for toggling field or group visibility… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
Just updated the function above to end with return 0; instead of return '';, realizing… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
As Jory noted, it appears in the SQL you shared that the value passed to… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
[pods name="user" template="Users"] is a generic query for all users without any restriction. It will… -
Posted a reply to Compare CPT taxonomy to user’s relationship field, on the site WordPress.org Forums:
[pods name="user" template="Users"] will query all users. To restrict to the current user, use: [pods… -
Posted a reply to Std post field ‘post_modified’ hour display format ?, on the site WordPress.org Forums:
Below is a shortcode [datetime] which will output the current post object's modification date according… -
Posted a reply to [Pods - Custom Content Types and Fields] How to display Custom Taxonomy in query loop, on the site WordPress.org Forums:
Assuming the name of the custom taxonomy is like_a_tag: Using a Pods Single Item block,… -
Posted a reply to Deprecated code alert, on the site WordPress.org Forums:
Thanks @francescotaurino. Depricated is a warning, not an error. It will throw an error in… -
Posted a reply to Relationship Field – Add New Window Squished, on the site WordPress.org Forums:
Thanks @thewildinitiative. I'm seeing the click issue as well. vh seems like a better approach… -
Posted a reply to The number field allow me to add , on the site WordPress.org Forums:
Hi @levskipg, , which is a space, is likely due to the site language being… -
Posted a reply to Relationship Field – Add New Window Squished, on the site WordPress.org Forums:
@thewildinitiative It is both a bug and something you can adjust yourself. It's being tracked… -
Posted a reply to Relationship Field – Add New Window Squished, on the site WordPress.org Forums:
Several users have reported WordPress 6.3 changed the HTML output to wrap the iframe in… -
Posted a reply to Using Shortcode to Display Series of Fields from Relationship Field, on the site WordPress.org Forums:
Okay that’s odd but glad you found the alternative approach. One reason may be that… -
Posted a reply to Pod not showing up on Screaming Frog, not being indexed, on the site WordPress.org Forums:
Scanning the page with SEMRush and looking at the HTML manually, everything looks normal besides… -
Posted a reply to Pod not showing up on Screaming Frog, not being indexed, on the site WordPress.org Forums:
Scanning the page with SEMRush and looking at the HTML manually, everything looks normal besides… -
Posted a reply to Using Shortcode to Display Series of Fields from Relationship Field, on the site WordPress.org Forums:
[pods name="guest_appearance"] <ul> [each listening_platforms] <li><a href="{@platform_url}" target="_blank">{@platform_name}</a></li> [/each] </ul> [/pods] -
Posted a reply to About pods create table, on the site WordPress.org Forums:
こんにちは @tera33 さん、 readme.txt に記載されている通り、pods.json ファイルはテーマに追加することができます。また、pods_register_config_path() または pods_register_config_file() でカスタムパスを登録することもできます。ディレクトリではなくファイルを登録する場合の詳細については、#4856 を参照してください。サポートされているすべてのデータ形式について記載されています。 JSON/YML ファイルを使用してテーマ内で Pods 設定を登録できます。これは pods.json、pods/pods.json、pods/templates.json… -
Posted a reply to Newest update broke the plugin, on the site WordPress.org Forums:
Hi Derek, Sorry to hear your installation is having trouble with an upgrade. Here is… -
Posted a reply to Sorting Autocomplete Selections, on the site WordPress.org Forums:
The following PHP will add JavaScript to post.php and post-new.php screens to sort entries in… -
Posted a reply to Get title or other Post content from within Each loop, on the site WordPress.org Forums:
Due to the way [each] shortcodes are processed, it is not currently possible to access…
Contributor
-
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
-
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)