Viewing 1 replies (of 1 total)
  • Plugin Author Mike

    (@mgsisk)

    The the_webcomic() template tag will display any images attached to the current webcomic post.

    The the_webcomic_storylines() template tag will display storylines associated with the current webcomic post. By default it renders them as a list of text links, but something like this should display them as covers:

    <?php the_webcomic_storylines( '', '', '', 'archive', 'thumbnail' ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘get cover images’ is closed to new replies.