I've been displaying only a summary of my posts under the Setting - Reading menu. I just tried to change back to showing full text, but it doesn't seem to be recognizing it.
I've been displaying only a summary of my posts under the Setting - Reading menu. I just tried to change back to showing full text, but it doesn't seem to be recognizing it.
That settings refers to your RSS feed - not your site's main post page. Your theme's index.php template file may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing the template file(s) and replacing <?php the_excerpt();?> with <?php the_content();?>
I don't see <?php the_excerpt();?> anywhere in the index.php file. I do see a tag, however, that says theme_404_content();.
Drop a copy of the index.php template file into the WordPress pastebin and post the pastebin url here. Perhaps someone will be able to spot the problem and suggest a solution.
Sure; here it is:
[Code moderated as per the Forum Rules. Please use the pastebin]
You must log in to post.