mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

Clicking on Comic Page goes to Next Page #171

Closed JuurianChi closed 10 years ago

JuurianChi commented 11 years ago

Is this possible? I'm not sure if I've done it before by accident or if I found the solution here.

mgsisk commented 11 years ago

There should be an option for this on the Inkblot customization page if you're using Inkblot. Otherwise, Webcomic's the_webcomic template tag has an option to enable this. Here's an example (there are a few more in the Beginner's Guide:

<?php the_webomic( 'full', 'next' ); ?>
JuurianChi commented 11 years ago

Ahh, thank you very much! :D