• Resolved superlionwolfcomics

    (@superlionwolfcomics)


    I really like this theme! I’m trying to make the comic easel plugin work I am supposed to modify your theme adding <?php do_action(‘comic-area’); ?> in a position where to display the comic, generally it should be right above the #content and under the menu bar.

    Generally the two files to edit is the index.php and the single.php, however this layout doesn’t seem to have this places in those files can you please help as to where I can put this code that would allow this to work?

Viewing 1 replies (of 1 total)
  • Theme Author vpthemes

    (@vpthemes)

    Edit file name index.php, go to line #49: <?php get_template_part( ‘loop’, ‘index’ ); ?> and above insert: <?php do_action(‘comic-area’); ?>

    Edit file name single.php and go to line #9: <div id=”main” class=”<?php echo $data[‘layout’]; ?>”> and below insert: <?php do_action(‘comic-area’); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘integration with comic easel plugin’ is closed to new replies.