PHP code example of statamic / podcast-categories
1. Go to this page and download the library: Download statamic/podcast-categories library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
statamic / podcast-categories example snippets
{{ primary_category }}
// Might render a top level, self closing category
<itunes:category text="Comedy"/>
// Or a subcategory.
<itunes:category text="Health & Fitness">
<itunes:category text="Nutrition"/>
</itunes:category>