Problems Creating posts
-
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.https://www.ads-software.com/extend/plugins/front-end-editor/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problems Creating posts’ is closed to new replies.