Hi lmilesw,
I found the information you referred to
http://codex.wordpress.org/Conditional_Tags
I have tried different code variations with no success the code either makes my front static page content disappear or just shows row code in the page.
I have tried putting a code in "Style & edit Center column" > in the “The LOOP" section at the end of the code which is in there already.
<?php if ( is_front_page() ) { ?> (removes everything on the page)
if (is_home() || is_single()) {
the_content();
}
(Didn't help either)
I have made a short video that you can see where the problem is and what I have tried
http://screencast.com/t/3HrgnEiRe
Many Thanks
Mike M.