• Resolved ohliza

    (@ohliza)


    I have created a page to show all of our podcasts (we have 8) using
    [ss_podcast title=”Podcast Episodes” link_title=”true”]

    Can we include the image associated with each podcast with that shortcode, or is there a way to add it? I’ve already styled it with css to appear in blocks.

    • This topic was modified 1 year, 1 month ago by ohliza.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @ohliza,

    Thank you for the question. Unfortunately, currently there is no parameter to show the image in this shortcode. But can try adding the image with CSS styles, something like:

    <style>
    .widget_ss_podcast .podcast:nth-child(1):before { content: ''; display: block; width: 100px; height: 100px; background-size: contain; background-image: url('https://www.apple.com/v/apple-podcasts/e/images/meta/apple-podcasts_wechat__cq3l3kjucay6_og.png'); }
    </style>
    Thread Starter ohliza

    (@ohliza)

    Thanks. I went the long way around and used a post carousel that let me choose that post type and featured image.

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @ohliza

    Just to be sure – did you want to show a list of podcasts, or a list of episodes?

    Thread Starter ohliza

    (@ohliza)

    Podcasts, what you used to call series (confusing change….).

    I just manually made a page featuring each one and linked those to pages with the shortcode for their episodes.

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @ohliza

    Okay, thank you for the information. Glad you managed to achieve what you wanted. By the way, you can use the Episode List block instead of the shortcode to show the podcast episodes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display podcasts with their image’ is closed to new replies.