When I add the post that has the text in.... it is being displayed expended. http://www.howtovm.com/category/virtualization/
I would like for this post to show the name of the post only. Then once you click on the name of the post it displays the rest of it..
I am assuming it would be in single.php but need help
thanks in advance
Looks like you already figured it out.
Not entirely... I would like to have the name of the post only and remove "Read more"
You are still writing "content" to the screen.
Look back into your theme where you modified the "single.php" page and review the section between the <div class="content"> ... </div>.
Here is a link that may also help:
http://codex.wordpress.org/Template_Tags/the_content
it is actually in Archive.php
<div class="content">
<?php the_content(__('Read more...', 'inove')); ?>
<div class="fixed">
</div>
if I remove this code (or comment out) that all side bar gets out of place
it is a very funky template. I have figured it out.
thank you