In single.php I have the code:
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
But it shows only the title, not the content.
I just don't understand why it doesn't show the content.
In single.php I have the code:
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
But it shows only the title, not the content.
I just don't understand why it doesn't show the content.
I finally found it out myself.
I forgot to put the_content() in a loop.
That's why it didn't show any content.
This topic has been closed to new replies.