• Hello!
    This is actually a two parter question
    I’m having some difficulty composing my wordpress theme.

    I’d like to have a dynamic preview window displaying a small image that shows a teaser of the article or comic that is posted in a particular category.

    Is there a simple way to go about this? I’m having trouble with figuring it out. I’ve had moderate success doing a catch that image function on the first image in the post but often times the image is too large and looks terrible when generated in the small preview window.

    I’d like for the preview image to be small and perhaps a cropped version of its larger parent.


    My next question is…

    I’d like my theme to offer articles as well as a webcomic I’m doing. What is the best way to go about this? I’m lost in this regard I can’t think of an organized or efficient way to host a webcomic on my site.

    I’m using the Penny-Arcade.com website as a model for my own if that helps.

    I sincerely appreciate any help you can offer me. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’d like for the preview image to be small and perhaps a cropped version of its larger parent.

    A larger parent what? Assuming you mean a larger parent image, why not make use of the featured image functionality – with a custom add_image_size() if necessary?

    What is the best way to go about this?

    You could look at using Post Formats with the image format being used for a web comic and the standard (default) format being used for articles.

    Thread Starter mot13

    (@mot13)

    A larger parent what? Assuming you mean a larger parent image, why not make use of the featured image functionality – with a custom add_image_size() if necessary?

    Oh wow, I see this has a crop parameter as well. Will I have to use this function on the Image in the article and then call on it. I had no idea this existed I’ll try it

    You could look at using Post Formats with the image format being used for a web comic and the standard (default) format being used for articles.

    This looks promising in terms of formatting but I’d like to have the traditional webcomic navigation buttons as well.
    Would it be wise to display newest post only and then have the navigation buttons display first post, one post back, one post forward and newest post?

    Will I have to use this function on the Image in the article and then call on it.

    It would be used in the template for that particular page. So possibly in more than 1 template file. Have a look at Theme Development for an overview of how the theme templating system works.

    I’d like to have the traditional webcomic navigation buttons as well.

    On a single post page, that should be do-able by using next_post_link and previous_post_link. Not sure if that’s what Frumph uses in his ComicPress theme but it might be worth downloading that theme and looking through it for ideas.

    Thread Starter mot13

    (@mot13)

    Thank you, You’ve been an incredible help.
    I haven’t tried this out yet but it looks like exactly what I
    am trying to do.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Preview Article Plugin and Webcomic help’ is closed to new replies.