How do I make changes to the Home page in WordPress? When I go to the website URL (www.linkzgamez.com) it has a Home screen that I would like to make changes to, but I can’t find it anywhere in WordPress. All of the other links on the Home page I can find and update/control in WP, but not the Home page which is set as the default theme. I even deleted another page in WP but it still appears on the Home screen which I can’t locate to edit it. How do I find it?
Share
I suggest you read the WordPress Codex on creating / editing themes and templates:
http://codex.wordpress.org/Templates
In most cases the home page is controlled by the
index.phpfile within a theme.