Skip to content

Instantly share code, notes, and snippets.

@arelthia
Created August 6, 2015 17:44
Show Gist options
  • Select an option

  • Save arelthia/d3067488d3a10be37529 to your computer and use it in GitHub Desktop.

Select an option

Save arelthia/d3067488d3a10be37529 to your computer and use it in GitHub Desktop.
Change the label for Pods Groups. Create seperate groups(meta boxes).
function tht_add_pods_groups () {
pods_group_add( 'book', 'About The Book', 'book_featured, book_short_title, book_subtitle, book_cover_image, book_cover_caption, book_description, book_background_image, book_author, book_available_at' );
pods_group_add( 'place', 'Available From', 'place_name, place_link, place_icon, related_book' );
}
add_action( 'pods_meta_groups', 'tht_add_pods_groups' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment