I have installed the plugin and it works ok, but I don't understand where to put this code to be able to add new post.
<?php fee_inject_dummy_post( 'post', false ); ?>
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php the_title(); ?>
...
</article>
<?php endwhile; ?>
It says in the home.php template file, but in the directory of my theme there isn't a home.php file. I tried writing it in index.php file but it doesn't work.
Please Help!
Sorry for my english.