I have setup a WordPress site using just pages (no posts) http://dev3.sugarvine.com/
I’ve created all the pages in the backend and made the ‘About’ page the front page. All the pages use index.php to display the page and content.
I have a newsletter submit from in the sidebar that when it gets submitted it uses an anchor link to ensure that the user always sees the response form message. All of this works fine on all pages except the About / home /front page.
Here’s the problem: If i submit the form on the homepage it returns me back but does not show the homepages content. Yet on all the other pages the returning pages content will still be displayed.
Can anyone suggest a fix to my problem.
Thanks