Create WordPress Post / Page
Version 1.0.3 added 3 months ago by k0nG
1.0.3 Notes
Bug fix.
Updated $table_columns to $columns. To work with latest pods version.
As per bug found here: http://podscms.org/forums/general-discussion/incorporating-comments-on-pod-pages-into-wordpress-comments
Updated $table_columns to $columns. To work with latest pods version.
As per bug found here: http://podscms.org/forums/general-discussion/incorporating-comments-on-pod-pages-into-wordpress-comments
About this Package
This package was created to automatically create a new WordPress Post / Page for each pod item.
This is handy if you want to use WordPress commenting system for your Pod for example.
Make sure you're Pod as a field called 'wp_post_id' with a Number data type.
Applying this as a "Before" (pre-save) helper will then check if that field is empty and if so create a new post and save the post id with the Pod item.
This is handy if you want to use WordPress commenting system for your Pod for example.
Make sure you're Pod as a field called 'wp_post_id' with a Number data type.
Applying this as a "Before" (pre-save) helper will then check if that field is empty and if so create a new post and save the post id with the Pod item.
