When I got to the archives, months, or Cats it only shows snippets of my post, can I change this without generating a new theme?
Thanks
When I got to the archives, months, or Cats it only shows snippets of my post, can I change this without generating a new theme?
Thanks
try this - in your theme editor, look in the archive.php file.
find the line that says something like (among other things)
<?php the_excerpt() ?>
change the code the_excerpt( to
the_content(
This topic has been closed to new replies.