Blog not showing full text of posts, only title
-
This site is only showing the post and category titles, not the full text when you click on the titles. I’ve done a bit of reading on the forums and think it may have been to do with a couple of plug-ins I tried out. They didn’t work and so I deleted them. The only plug-in which is now running is Lightbox Gallery.
I have also seen queries about the index page so am posting the contents here. The blog uses the Coraline theme.
Thanks!
<?php /** * @package WordPress * @subpackage Coraline * @since Coraline 1.0 */ get_header(); ?> <div id="content-container"> <div id="content" role="main"> <?php get_template_part( 'loop', 'index' ); ?> </div><!-- #content --> </div><!-- #content-container --> <?php get_sidebar(); ?> <?php get_footer(); ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Blog not showing full text of posts, only title’ is closed to new replies.