• jaysinb

    (@jaysinb)


    It’s late at night, so perhaps it’s that, but for the life of me I can’t figure out how to remove the current web comic from the front page of my test site. First question before we dive too much further, is this a simple option I’m overlooking?
    Thanks for the great plugin,
    Jaysin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike

    (@mgsisk)

    It depends… if you’re using the Inkblot theme, there should be an option for this in Appearance > Customize.

    If you’re using Webcomic’s Integrate feature, it’s slightly more complicated (but not too bad):

    • First, create a webcomic directory inside your current theme directory (e.g. if your theme is in /wp-content/themes/mytheme, you should have a /wp-content/themes/mytheme/webcomic folder).
    • Copy /wp-content/plugins/webcomic/php/integrate/loop_start.php into your themes webcomic folder (so you should have /wp-content/themes/mytheme/webcomic/loop_start.php).
    • Open up this file in your favorite text editor and remove everything between lines 35 (<?php if ( is_front_page() ) : ?>) and 76 (<?php elseif ( is_webcomic() ) : ?>).

    That should prevent comics from showing up on the homepage.

    • This reply was modified 7 years ago by Mike.
    • This reply was modified 7 years ago by Kathryn Presner.
    Thread Starter jaysinb

    (@jaysinb)

    Thank you very much for the quick reply.
    Ah, yes. It was partially a late night thing. I had included line 35 the first time I tried that and bad things happened 🙂

    Thread Starter jaysinb

    (@jaysinb)

    Damn, I’ll also attribute it being late to the fact that I never read through the old messages where you’ve already answered this. 🙁 *the shame*

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Comic from front page?’ is closed to new replies.