Hi, I am new to wordpress. My wp-o-matic blogger is working fine, but only displays the first few lines of the post. This is fine for the main page, but I would like to display the full RSS feed once the user clicks the title. At the moment it displays the same few lines with the addition of a comments box! The current feeds are also not displaying the images within the feeds (I'm assuming that this might be linked to my first issue). If anyone can help I would greatly appreciate it! You can see what I mean here: www.london-2012-olympics.net Thanks
just replace the the_excerpt() function with the_content in you theme file (single.php).Now you may able to see the complete Post content .If you still may not able to sort this problem feel free to PM.