Podcast without Series

Support Area Forums Kerygma Podcast without Series

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://salenaknight.com/
  • Author
    Posts
  • #24645

    Hi Bill

    I use the Kerygma theme for a business page, as it’s already set up with podcasts.

    I’ve had a look through the questions, and I can’t see that this has been asked.
    Is it possible to have no ‘Series’?

    As a business page, I’d like the podcasts to just flow on one after another.

    I did try deleting all the Sample series, but that didn’t work (no podcasts showed up at all)
    Maybe this could be done by bypassing the actual podcast page?

    I’m thinking that if I could bypass http://salenaknight.com/series/ so that when you click on Podcasts you go straight to http://salenaknight.com/series/salenaknight-com/
    actually, did I ask you about this for another theme and you mentioned placeholders – would this work here?

    Whilst I’ve got you, is it also possible to put a description of the podcast in the overview (see screenshot).
    Thanks

    Attachments:
    #24648
    Bill Robbins
    Moderator

    Good question. Have you tried the individual podcast archive page template? I believe it will show all he episodes in a list without series.

    Let me know if that doesn’t do the trick.

    Thanks,
    Bill

    #24652

    That worked, thank you

    Only problem is now I have lost the small hero image across the top.

    Any suggestions?

    #24653

    actually, going through the posts, I see that you have said it’s not possible to put a hero image on archive page

    I might try the placeholders.

    #24662
    Bill Robbins
    Moderator

    You could add in another conditional statement at the bottom of the hero-options.php file. Above this line at the bottom:

    
    <?php } ?>
    

    add in something like this:

    
    <?php } if ( is_post_type_archive( 'podcast' ) ) { ?>
    

    Then below that, but above that closing tag, copy all the hero section code. Then replace the options, the elements that are inserted via PHP with hard coded values. Once you save your changes, that should give you a hero section at the top of your podcast archive.

    Bill

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Podcast without Series’ is closed to new replies.