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 Disable default category, on the site WordPress.org Forums:
See options and comments at https://wordpress.stackexchange.com/questions/58144/deleting-default-category-in-wordpress Due to default WordPress functionality, disabling requires either filtering… -
Posted a reply to Where in relation field not working in Ajax call, on the site WordPress.org Forums:
<?php/** * Plugin Name: Filter Current Post from Relationship Field * Description: For a field… -
Posted a reply to Problem with Pods Installation, on the site WordPress.org Forums:
Are there any errors, such as 404 or 500 server responses when editing pods? These… -
Posted a reply to Troubleshooting mysterious pods template, on the site WordPress.org Forums:
If it's Elementor Pro, the archive template might be defined in the Elementor Template Editor,… -
Posted a reply to Unable to edit any options on only one Pod?, on the site WordPress.org Forums:
Depending on the size of the imported data structure, data set, and amount of plugins… -
Posted a reply to Hide Fields, on the site WordPress.org Forums:
If you would like to do it that way, create a field of type html… -
Posted a reply to Hide Fields, on the site WordPress.org Forums:
The below shortcode, [beauty-form] should get you closer to the desired result if installed to… -
Posted a reply to Shortcode where filter for taxonomy parent, on the site WordPress.org Forums:
It's difficult to say without seeing your complete template or how it is referenced. Please… -
Posted a reply to How to change the slug of the cpt, on the site WordPress.org Forums:
ldwd is correct. Additionally, if there was content created under podacst, renaming the pod will… -
Posted a reply to Shortcode where filter for taxonomy parent, on the site WordPress.org Forums:
I'm not sure what you mean by wp-content map. Is the plugin installed to wp-content/plugins/terms-with-same-parent/terms-with-same-parent.php… -
Posted a reply to PODS breaking URLs when WP Visual Editor Disabled, on the site WordPress.org Forums:
In a default install with Pods 3.2.8.2, I was unable to reproduce the issue with… -
Posted a reply to Custom post type slug problem, on the site WordPress.org Forums:
If the rewrite with front checkbox doesn't achieve the desired behavior, also see various plugins… -
Posted a reply to In list view, don’t use template, just display singular pod page, on the site WordPress.org Forums:
Yes, but it depends on what you specifically mean by "how they look on the… -
Posted a reply to View pods in lists bit hid dingle pod view, on the site WordPress.org Forums:
If you uncheck Public when editing the Pod under Advanced Options, singular views will not… -
Posted a reply to How to get rid of registered query_var ‘pg_2’, on the site WordPress.org Forums:
Thanks flexjoly. We are not able to provide staging environments or credentials according to forum… -
Posted a reply to Unable to edit any options on only one Pod?, on the site WordPress.org Forums:
It may be necessary to disable the FG Drupal plugin after completing the configuration. If… -
Posted a reply to Security threat with the file deprecated.php, on the site WordPress.org Forums:
Without knowing which plugin flagged the file or what the nature of the threat is,… -
Posted a reply to How can I preserve relationship item order using WP_Query?, on the site WordPress.org Forums:
IDs in relationship fields store twice, once with meta key foo in the standard WP format and… -
Posted a reply to Notice Translation loading for the pods domain was triggered too early, on the site WordPress.org Forums:
The Pods team is aware there are some cases where the plugin might load before… -
Posted a reply to How to query extended Media type, on the site WordPress.org Forums:
Pods find() $media_pods = pods( 'attachment', [ 'where' => sprintf( 't.departments.meta_value IN( %d )', get_the_ID()… -
Posted a reply to Issue Displaying Fish Linked to a Custom Taxonomy in Pods, on the site WordPress.org Forums:
For Elementor to see it as a taxonomy, use the core WordPress taxonomy relationship structure… -
Posted a reply to Error message: “Pod was not found, cannot update.”, on the site WordPress.org Forums:
Try disabling other plugins to rule out a conflict, such as multiple plugins or themes… -
Posted a reply to Filter the Pods content by user logged, on the site WordPress.org Forums:
Set Pods Admin > Settings > Allow SQL clauses to be used in Dynamic Features… -
Posted a reply to Shortcode where filter for taxonomy parent, on the site WordPress.org Forums:
There are several logical steps in the request, so defining a new function is necessary.… -
Posted a reply to Can’t extend Woocommerce products, on the site WordPress.org Forums:
Extending products works in testing a default install. Here are some things to try: Verify… -
Posted a reply to How to get the native Pods blocks to work in Archive templates?, on the site WordPress.org Forums:
I'm not sure why the Pods block is not displaying on the archive page, unless… -
Posted a reply to Year from date field in template, on the site WordPress.org Forums:
<?php/** * Plugin Name: Year Only */function year_only( $date ) { return date( 'Y', strtotime(… -
Posted a reply to Related Pods: Checkboxes with Descriptions for Selected Options?, on the site WordPress.org Forums:
One would either need to code a custom form or create a Yes/No field for… -
Posted a reply to Cannot display field details with shortcode, on the site WordPress.org Forums:
https://docs.pods.io/displaying-pods/pods-shortcode/ Also make sure the quotation marks are dumb quotes " not curly “ as… -
Posted a reply to Create “brand” and “MPN” settings for products, on the site WordPress.org Forums:
The quick edit interface is fairly separate from other WordPress features. See https://wordpress.stackexchange.com/questions/7291/quick-edit-screen-customization or comments… -
Posted a reply to Restricting Field Values, on the site WordPress.org Forums:
Conditional logic does not run on relationship fields at this time, but since there are… -
Posted a reply to Content Not Displaying In Pods Blocks, on the site WordPress.org Forums:
For the shortcode it would be [pods name="book" field="book_blurb" use_current="1"] or [pods name="book" use_current="1"]{@book_blurb}[/pods] ...but… -
Posted a reply to Function _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
I am not getting this notice on 3.2.8.1 in logs, where other notices are appearing… -
Posted a reply to Shortcode doesn’t work in Elementor loop item when showing loop grid in editor, on the site WordPress.org Forums:
On Pods Admin > Settings disable Access-related Restricted Messages and Access-related Admin Notices, or check… -
Posted a reply to Vertical drag ‘n’ drop for multi select autocomplete tags in wp admin?, on the site WordPress.org Forums:
Ticket created at https://github.com/pods-framework/pods/issues/7407 -
Posted a reply to Pods is slowing down website drastically, on the site WordPress.org Forums:
Memory usage is very high (> 1GB), but time on database queries is very low… -
Posted a reply to Pods is slowing down website drastically, on the site WordPress.org Forums:
In case you were unable to resolve via Slack, the report indicates a few things:… -
Posted a reply to Display specific entry of repeatable field, on the site WordPress.org Forums:
<?php$instruments = pods('composition')->field( 'cb-instrument' );// This line might not be necessary -- depends on if… -
Posted a reply to Archive displaying all associated categories, on the site WordPress.org Forums:
Apologies for the delayed reply. Pods only registers the post types with WordPress, while the… -
Posted a reply to How to get the field group and display group fields, on the site WordPress.org Forums:
pods_api( 'name_of_pod' )->load_fields( [ ...params... ] ); Paramaters -
Posted a reply to Category relationship not matching conditional logic rule, on the site WordPress.org Forums:
Sorry, conditional logic currently excludes relationship fields See https://docs.pods.io/fields/conditional-logic-for-fields/ -
Posted a reply to Relation field problem, on the site WordPress.org Forums:
Apologies for the delayed follow-up. If {@achiever} and [each achiever]{@user_login}[/each] don't display anything in the… -
Posted a reply to Show field with conditinal logic based on multi select field, on the site WordPress.org Forums:
See https://docs.pods.io/fields/conditional-logic-for-fields/ Conditional Logic text rules exclude relationship fields. Set the simple relationship field to… -
Posted a reply to Change post date formatting, on the site WordPress.org Forums:
date_i18n() with the same format as date() -
Posted a reply to Getting “parent pod” data when inside an EACH loop (pod template), on the site WordPress.org Forums:
{@post_id} Requires define( 'PODS_SHORTCODE_ALLOW_EVALUATE_TAGS', true ); be set in wp-config.php See https://docs.pods.io/displaying-pods/magic-tags/special-magic-tags/ Also, http://localhost/site/author/{@user_login} can… -
Posted a reply to “Pods field” is not an option in the dynamic content menu, on the site WordPress.org Forums:
The Pods Team does not write the integration sold by Elementor. For questions about the… -
Posted a reply to How to update Pods from 2.6 to latest version?, on the site WordPress.org Forums:
Please file a ticket on GitHub via pods.io/submit, where you will be able to include… -
Posted a reply to List of taxonomy children, on the site WordPress.org Forums:
For adding flags next to the country names, it might look like this if you… -
Posted a reply to List of taxonomy children, on the site WordPress.org Forums:
Add the below shortcode, [countries] by adding to to wp-content/plugins/countries-shortcode/countries-shortcode.php or using Code Snippets: <?php/**… -
Posted a reply to How to display a custom taxonomy image field?, on the site WordPress.org Forums:
See https://docs.pods.io/code/pods/field/field-notation-options/ If the context is a term in the clients taxonomy (a client): Output…
Contributor
-
Yet Another Featured Posts Plugin (YAFPP)
Active Installs: 100+
Support Rep
-
Pods - Custom Content Types and Fields
Active Installs: 100,000+