I've created a static homepage in Wordpress and it displays "Home" on the page, which file do I need to need to edit to remove that? I've tried the search feature on page.php and index.php and couldn't find it. Thanks
You will need to remove the permalink and title code from the page template that looks something like this:. <?php the_ID(); ?>"><?php the_title(); ?> There is probably more code to it than that depending on how the theme is coded. Beware removing that from page.php will remove it from all pages. You may want to create a custom page template for the front page to leave the permalink and title on the others. More here: Create A Custom WordPress Static Front Page
That's the one I was mind numbingly trying to understand the text version and caused some (more) serious brain damage...then I found the link to the video Thanks