Good Day,
I've searched this for a while, and come up short.
I've seen plenty of how-tos which go into a lot of detail, but are described in a way that is too technical for me to understand.
I want to remove "welcome" on my homepage www.bayton.org
I've tried creating a new page template as described here:
http://www.wordpressmax.com/customize-wordpress/custom-page
I've tried removing the
<h2><a href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?>”><?php the_title(); ?></a></h2>
but both of these just mess up the layout of my page.
I've also tried #header h1 { display:none } in the css which started altering my banner
And #post-1 h2 {display:none } which removed the title of my blog posts, not my pages!
Any help appreciated, as I'm doing more harm than good on my own.
Also, those who are kind enough to help, explain it to me as if you were talking to a 3 year old. I'm very, very new to WP
Jason









