I'm doing a one page website in wordpress and there I want to display only one post on the index page with a summary of the post. For that I know I can change the_content to the_excerpt in the loop.php. But when I click on "Continue Reading" I come to a new page and that is not what I want. I want the div to slide down and display the whole news on the page.
Is there a way to do that?
Thanks in advance
Easy solution ( not the best ) :
Display the_excerpt() in a visible div , display the_content() in a hidden div , on "continue reading" click ( using jquery ) togle animation .