How would i get it so that it shows the FULL post on the home page and you don't need to click on the title for it to show thw full post? I am using the WiiBlog theme on my own server.
Thanks
Simon
How would i get it so that it shows the FULL post on the home page and you don't need to click on the title for it to show thw full post? I am using the WiiBlog theme on my own server.
Thanks
Simon
in your index page, you will fine something like this:
the_excerpt()
replace it by the_content()
See this article for more details
http://codex.wordpress.org/Template_Tags/the_excerpt
the theme is probably using 'the_excerpt()' in 'index.php' to show the post - replace it with 'the_content()'.
for details, look-up the wordpress codex ;-)
This topic has been closed to new replies.