Okay Everyone first of all, I wanted the categories to have series of link and I found Jr post Image. But it's not working.My website is http://animefist.com(shouldn't the categories show images like the demo site of plugin) and I dont know if it's index.php in the theme that I messed up. Or something else.Here's where I put the code.`<?php get_header(); ?>
<div id="main">
<div id="contentwrapper">
<?php jr_post_image($id); ?>`
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="topPost">
<h2 class="topTitle">"><?php the_title(); ?></h2>
`
If you have any way to help me please post.