Display Comic Only on One Page
-
This question seems to have been thrown around a lot but I can’t seem to make it work with my website. This is probably due to not using easel and using a different theme, but nonetheless I’m pretty close to getting everything setup, so I’d prefer and just stick with what I have.
Here is the website I’m trying to setup:
https://www.dragonstar-blog.com/I’d like to figure out a way to place the comic only on the “Read” page, that way I can separate the blog from where the readers will actually be reading the comic. I’ve placed the comic area code:
<?php do_action('comic-area'); ?>
In both the index.php and single.php, but from there I’m completely lost. So far you can access the comic itself (these are test pages and not actual finished work):
https://www.dragonstar-blog.com/?comic=dragonstar
But the header piece featured on the rest of the pages is missing, the formatting is off, and the side bar is below the commenting area.
As I’ve said before, I’m extremely new to working with websites, so any help I can get would be highly appreciated.
Thanks,
Luke Wall
- The topic ‘Display Comic Only on One Page’ is closed to new replies.