Customizing archive display for custom theme
-
Hi, I’m trying to add comic archive navigation to the single.php on my theme but I’m having some trouble.
I added “echo do_shortcode”:<?php echo do_shortcode('[comic-archive list=1 chapter=8 thumbnail=1]'); ?> <?php echo do_shortcode('[comic-archive list=3 chapter=8 thumbnail=1]'); ?>
but I need further customization (removing dates on list=3 and removing title on list=1, among others), can this be done? Should I modify the “ceo_comic_archive_multi” function?
Here’s what I’m trying to attemp (on the left side): https://manu.taureios.0lx.net/vineta/?comic=pagina-3
Basically a print of the description of the top chapter (the series) and a list of the lower chapters (the actual chapters) with links to all comics (pages) of the current chapter, with the current page highlihted.
Is this remotely possible or should I just give up and try something simpler?
Thanks!
- The topic ‘Customizing archive display for custom theme’ is closed to new replies.