I am new to using a word press and I can not figure out why my old post are disappearing. My two oldest post are not there anymore but when I go to my dashboard the post are still there and if I click view post it takes me to the post. Do I have to add next page and previous and if so where in my theme editor do I add it if I install the next page not next post plugin code.
here is my website
thank you
http://chikauwazie.com/
Do I have to add next page and previous
In a word, yes.
and if so where in my theme editor do I add it
To your theme's index.php template file. See:
http://codex.wordpress.org/Function_Reference/next_posts_link
http://codex.wordpress.org/Function_Reference/previous_posts_link
thank you and I installed the plugin next page not next post do I take that code and put it in my index php right now all thats in the index php is this
<?php
// Silence is golden.
?>
Noooo! You need to add it to the index.php template file in your theme.