Does anyone know how to make the Popblue theme display full posts on the homepage not just the beginning part?
Blog Oh! Blog Forums » Wordpress Themes
PopBlue theme - Making index page display full posts
(5 posts)-
Posted 10 months ago #
-
Open up your index.php file in the popblue folder and replace the following code
<?php the_content_rss('', TRUE, '', 150); ?>with
<?php the_content('Read more »'); ?>That should do it!
Posted 10 months ago # -
Thank you very much
Posted 10 months ago # -
Another thing I don't know if it's something to do with the template, but the smiley codes are not being replaced by the smilies.
Posted 10 months ago # -
Thats something to do with your wordpress installation.
Posted 10 months ago #
Reply
You must log in to post.
