Apologies ThesaurusRex84 and lucie-f; I should have explained a bit more. Webcomic’s Integrate feature uses a set of template files found in /wp-content/plugins/webcomic/php/integrate
to add Webcomic features to an otherwise Webcomic-unaware theme. You can edit the original template files to customize the Integrate feature, but those files will be overwritten every time Webcomic updates (which – admittedly – hasn’t happened in awhile… ^_^;).
The recommended way to do this is to copy the template files you’d like to modify into a /webcomic
folder in your current theme directory and edit those. The /webcomic
directory in your theme is actually a special folder that Webcomic uses for custom templates; Inkblot is probably the only theme that actually comes with such a folder because it’s the only one that’s Webcomic-aware.
For other themes, you can just make a /webcomic
directory and throw your Webcomic-specific templates – like loop_start.php
– in there. Webcomic knows to check /wp-content/themes/YOURTHEME/webcomic
for template files before it grabs the built-in templates, so your modified template will override the built in one automatically.