trying to configure the ‘read more’ php code.
-
i’m trying to configure my index.php page so that users will see some of the blog entry and then hit the “read more” link to read the entire blog.
The problem is that instead of the hyperlink saying, “read more”, it has the name of the blog post instead.
This is the code that produces that result;
<?php the_content (the_title ('', ' »', false)); ?>
- The topic ‘trying to configure the ‘read more’ php code.’ is closed to new replies.