Skip to content

Instantly share code, notes, and snippets.

@colomet
Last active June 12, 2017 15:03
Show Gist options
  • Select an option

  • Save colomet/7d30eef2f7bd2ad81301b335d6e3c673 to your computer and use it in GitHub Desktop.

Select an option

Save colomet/7d30eef2f7bd2ad81301b335d6e3c673 to your computer and use it in GitHub Desktop.
Pressbooks Related Content - How to show fileds in template files.
<?php
$resources= new Pb_Rc_Chapter('Pressbooks-related-content', '0.1' );
$resources-> print_chapter_r_fields();
?>
@colomet
Copy link
Author

colomet commented Jun 12, 2017

The necesary code for the sidebar that shows all the fields from PB Related Content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment