Comic on both home/main & single page?
-
Hi I was wondering if it were possible to have the latest comic post on both the home page and the single.php page?
Right now we have blog entries not connected to the comic. So for example I’m not using
<?php do_action('comic-blog-area'); ?>
but a regular WP loop.You can navigate through the comics on the front page, which is great, and below that is a blog post that may or may not be related to the comic. But when you go to the single.php page of an article (let’s say you wanted to read the comments) above where I have
<?php do_action('comic-area'); ?>
on the single page, nothing is showing up. The comic and the navigation is missing.I’d like to have the latest comic show up there too and maybe navigation, but if getting the comic nav in there is impossible and just having the latest comic is possible, that’s totally fine.
Is there a way to do that?
- The topic ‘Comic on both home/main & single page?’ is closed to new replies.