Paul Clark
@pdclark on WordPress.org, @Paul Clark on Slack
Contributions Sponsored
- Member Since: May 31st, 2009
- Location: USA
- Website: pdclark.com
- Job Title: Support Engineer
Contribution History
Paul Clark’s badges:- Core Contributor
- Hosting Contributor
- Plugin Developer
- Training Contributor
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to Shortcode to display one item from a repeatable field, on the site WordPress.org Forums:
Add a new function, item_three with a Code Snippets plugin or by adding the below… -
Posted a reply to How to import Spotify embedded code from pods field into Elementor post template, on the site WordPress.org Forums:
The template might be processing oEmbeds before shortcodes, causing the content to not appear as… -
Posted a reply to Question about WP-Pods (table storage) and WP-API, on the site WordPress.org Forums:
Relationships in post_meta and post_meta with table storage store in both post_meta and pods_rel for… -
Posted a reply to How does “Customized WHERE” work?, on the site WordPress.org Forums:
In the WHERE options of the shortcode or block, one can put related_pod_type_1.ID to cause… -
Posted a reply to Translation error, on the site WordPress.org Forums:
The notice should have been resolved in 3.2.8 The team has been notified that this… -
Posted a reply to How to Update Default Values of Custom Fields on All Pages, on the site WordPress.org Forums:
No, the Block Editor is for laying out content, not executing code. If you're asking… -
Posted a reply to Assigning a Custom Field to a Specific Page in Pods, on the site WordPress.org Forums:
Create a Field Group for your field(s). The default field group name is More Fields.… -
Posted a reply to function to format date in pods template, on the site WordPress.org Forums:
Add my_date to the comma-separated list Display callbacks allowed near the bottom of Pods Admin… -
Posted a reply to Populate a CPT with data from a relationship field, on the site WordPress.org Forums:
When two post types are connected through a bidirectional relationship, the fields on the related… -
Posted a reply to Stop WYSIWYG from adding HTML, on the site WordPress.org Forums:
The linked images appear broken / aren't loading, but you will likely be able to… -
Posted a reply to Template Edit with elementor not working, on the site WordPress.org Forums:
Depending on your hosting configuration and database complexity, Elementor most often fails to load because… -
Posted a reply to Exact match for filter needed, on the site WordPress.org Forums:
Search/filter is for searching within text, while filtering by taxonomies is a feature built into… -
Posted a reply to Use shortcode for related stuff, on the site WordPress.org Forums:
List posts with the same values in linked_cars relationship field: [pods name="post" where="linked_cars.ID"]<a id="linked-car-{@ID}" href="{@permalink}">{@post_title}</a>[/pods][pods]<style>#linked-car-{@ID}… -
Posted a reply to Placeholder for search filter, on the site WordPress.org Forums:
Add the following JavaScript to the page, such as with a Block Editor HTML Block:… -
Posted a reply to Limit output of Magic Tags to 1, on the site WordPress.org Forums:
With a default PHP function for the first item of a list of items: <img… -
Posted a reply to ‘Archive Page Slug Override’ for different languages (polylang), on the site WordPress.org Forums:
URL translation is a feature of Polylang Pro. See https://polylang.pro/doc/translating-urls-slugs/ -
Posted a reply to How to Update Default Values of Custom Fields on All Pages, on the site WordPress.org Forums:
Either filter empty values to a default, or batch update the values in the database.… -
Posted a reply to Shortcode in Auto Template only working the first time after saving, on the site WordPress.org Forums:
Sounds like there may be a challenge with order of operations, either related to the… -
Posted a reply to featured image activated but not updating, on the site WordPress.org Forums:
The most common reason for fields not saving is that another field may have been… -
Posted a reply to Lione breaks are removed, on the site WordPress.org Forums:
Preserving line breaks would depend on: Field Settings: In addition to wpautop being enabled, are… -
Posted a reply to Javascript error with sprintf, on the site WordPress.org Forums:
We would be more than happy to help resolve what template-variable mismatch was passed to… -
Posted a reply to Bug with Taxonomy, on the site WordPress.org Forums:
All taxonomy terms should appear in the WP Admin field when the term (Activity) is… -
Posted a reply to Transition from Custom field suite, on the site WordPress.org Forums:
Data migration depends on the exact fields, their data types (tag, text, number, relationship, etc.),… -
Posted a reply to Change post date formatting, on the site WordPress.org Forums:
There is an unreleased patch for this, but in the meantime, see https://docs.pods.io/code-snippets/date-format-output-filter-for-magic-tags/ for how… -
Posted a reply to Show Pods only on specific page or template?, on the site WordPress.org Forums:
There are some options for hiding and showing fields in the individual field settings, labeled… -
Posted a reply to What happens with deleted things?, on the site WordPress.org Forums:
The field definitions are deleted from the database. The values entered into those fields are… -
Posted a reply to Translation loading for the pods domain was triggered too early, on the site WordPress.org Forums:
As mentioned in the error message: The notice added in WordPress 6.7.0 is a message… -
Posted a reply to Javascript error with sprintf, on the site WordPress.org Forums:
The error message says syntax error [sprintf] unexpected placeholder. This error means that sprintf was… -
Posted a reply to Issue with PODS single Item redirecting to homepage, on the site WordPress.org Forums:
It appears /szpitale/ is a post type of type Page containing a list of links… -
Posted a reply to Single post disappearing at random, on the site WordPress.org Forums:
Similarly to your post regarding a similar challenge last year, https://wordpress.org/support/topic/singular-template-disappearing/ , a GitHub issue… -
Posted a reply to Slider gallery wont load in Firefox, on the site WordPress.org Forums:
Pods is a plugin which allows configuration of fields for storing data. The fields and… -
Posted a reply to Function _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
This is a notice added in WordPress 6.7 regarding future planned changes to translations. The… -
Posted a reply to Limit relationship fields in front-end forms, on the site WordPress.org Forums:
<?phpadd_filter( 'pods_pods_find', function( $params ) { $params = (array) $params; if ( array_key_exists( 'where', $params… -
Posted a reply to Display Filters with Magic Tags not working, on the site WordPress.org Forums:
It should work as expected if my_custom_funct (the name of the function) is added to… -
Posted a reply to Relation field problem, on the site WordPress.org Forums:
First, enable Dynamic Features in Pods Admin > Settings > Security section so that the… -
Posted a reply to Post_content of related post doesn’t embed YouTube links, on the site WordPress.org Forums:
Here is a screen recording of setup starting from a default configuration: https://ibb.co/yYL3t8j Verify the… -
Posted a reply to Post_content of related post doesn’t embed YouTube links, on the site WordPress.org Forums:
Does the oEmbed display on the related post if viewed on its own? If not:… -
Posted a reply to Post_content of related post doesn’t embed YouTube links, on the site WordPress.org Forums:
Make sure Pods Admin > Settings > Display callbacks allowed contains literally content_filters or esc_attr,esc_html,content_filters… -
Posted a reply to Pods Templates not Working, on the site WordPress.org Forums:
Permalink Magic Tag {@permalink} post_class() Option 1: Add post_class_from_id to Pods Admin > Settings >… -
Posted a reply to Post_content of related post doesn’t embed YouTube links, on the site WordPress.org Forums:
the_content filters need to be run on the related content for oEmbed to occur. Add… -
Posted a reply to Pods posts not loading with elementor, on the site WordPress.org Forums:
The server may be hitting memory or other resource limits. Try reducing plugins, increasing memory… -
Posted a reply to Add custom field to quick edit form, on the site WordPress.org Forums:
See Quick Edit Tutorial / comments on quick_edit_custom_box or Admin Columns Pro. It requires input… -
Posted a reply to A suggestion to fields setting, on the site WordPress.org Forums:
Glad to hear you found an easy solution. There is also the global get_{$meta_type}_metadata filter.… -
Posted a reply to Pods Templates not Working, on the site WordPress.org Forums:
It may also resolve it to set define( 'PODS_DISABLE_EVAL', false ); in wp-config.php See https://wordpress.org/support/topic/php-support-for-pod-templates-and-pod-pages/ -
Posted a reply to PHP support for Pod Templates and Pod Pages, on the site WordPress.org Forums:
@jefftobler Yes shortcodes are a viable standard way of inserting PHP into content. -
Posted a reply to Pods Templates not Working, on the site WordPress.org Forums:
It's likely the use of <?php within Pods templates, which I believe was deprecated. Some… -
Posted a reply to Location rules in Pods, on the site WordPress.org Forums:
There is an Elementor integration written by the Pods team available through Pods Pro. It… -
Posted a reply to WPML – Gallery and single image not copying, on the site WordPress.org Forums:
When encountering similar workflow challenges, I found translation workflows to be greatly simplified by filtering… -
Posted a reply to Wrong link created for the archive p;\\, on the site WordPress.org Forums:
Glad to hear you were able to get it working. When public or publicly queryable… -
Posted a reply to Custom fields for only one of the post categories, on the site WordPress.org Forums:
It's complex because the category does not get associated with the post in PHP until…
Contributor
-
Pay Invoices With Amazon
Active Installs: Less than 10
-
Yet Another Featured Posts Plugin (YAFPP)
Active Installs: 100+
Support Rep
-
Pods - Custom Content Types and Fields
Active Installs: 100,000+
Plugins
-
Audit Trail
-
AvatarPlus
-
Bulk Plugin Installation
-
Docs to WordPress
-
Edit Flow
-
Hierarchy
-
Oxford Debate
-
Post via Dropbox
-
Sliced Invoices & Gravity Forms
-
Watcher Social Net
-
Wordfence Security - Firewall, Malware Scan, and Login Security
-
WP Debug Robot
-
WP Install Profiles
-
WP OAuth Server (OAuth Authentication)