• 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!

    https://www.ads-software.com/plugins/comic-easel/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Z_e_t_a

    (@z_e_t_a)

    (that should be a
    thumbnail=0
    don’t know why I put 1…)

    Plugin Author Frumph

    (@frumph)

    comic archive navigation ? you mean a list of the comics in the archive ON each and every comic page?

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    Sadly I’ve given up on using Comic Press since I couldn’t figure out how to open images from different posts on the same lightbox and that was key to the project (see here https://vinetauno.com/la-era-de-apolo/ ) and for multipages only it wasn’t worth it.

    Thanks anyway, I really appreciate the help, if I ever get the code I need I will get back to this.

    (It’s a moot point but what I needed was the archive on each and every comic page but only for the pages of that chapter -they were only 10 per chapter- and for the chapters of that series)

    Plugin Author Frumph

    (@frumph)

    huh, not even seeing any sort of lightbox being loaded on that page at all but yeah, comic easel isn’t what you need; your want is different then the output comic easel gives

    Thread Starter Z_e_t_a

    (@z_e_t_a)

    *I meant Comic Easel

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customizing archive display for custom theme’ is closed to new replies.