Skip to content

kilrizzy/WP-JK-Comics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Integration

Create a file in your theme called "single-jkcomic.php"

Add:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php echo do_shortcode('[comic id="'.get_the_ID().'"]'); ?>
<?php endwhile; endif; ?>

About

Wordpress Plugin for Managing Web-Comic Posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published