-
Created a topic, Shady business, on the site WordPress.org Forums:
I signed up for a free account, then 6 months later th… -
Created a topic, Fatal error when editing custom post when upgrade 6.10.3>6.11.2, on the site WordPress.org Forums:
Hi, I have the Pods plugin installed and when I go … -
Posted a reply to How to ignore relative urls inside scss when using webpack with theme, on the site WordPress.org Forums:
Thanks for the reply @dilip2615 , Using your code, I got the error Module not… -
Created a topic, How to ignore relative urls inside scss when using webpack with theme, on the site WordPress.org Forums:
Hi, It's my first time trying to use wordpress/scri… -
Posted a reply to Saving order of files of class pods-dfv-list-item, on the site WordPress.org Forums:
Thanks, field() does work without the orderby, no worries, I was overthinking it. -
Posted a reply to Saving order of files of class pods-dfv-list-item, on the site WordPress.org Forums:
Thanks! Here's the code I used to retrieve the "pages" field: $image_ids = get_post_meta($post_id, '_pods_pages',… -
Posted a reply to Saving order of files of class pods-dfv-list-item, on the site WordPress.org Forums:
Hi Scott, please share the location where the file order is saved in the db. -
Posted a reply to Saving order of files of class pods-dfv-list-item, on the site WordPress.org Forums:
I wrote this plugin code to accomplish the task of saving the order to a… -
Created a topic, Saving order of files of class pods-dfv-list-item, on the site WordPress.org Forums:
Hi, I have a multiple file field created with Pods on …