Hi,
Sometimes in wordpress blog, content display is depends on wordpress theme..if the theme is designing with excerpt then it is possible that your blog can not display full contents of page or post. To display full content on the blog need to modify the index.php file and replace a bit of code:
Open the index.php of the theme in text editor and replace the_excerpt function with the_content function.
That’s it!
Thanks,
Shane G.
Popularity: 6%