Skip to content Skip to sidebar Skip to footer

Edit Home Page In Wordpress

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 i

Solution 1:

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.php file within a theme.

Solution 2:

I just had a quick look and it looks as if it is set to the default - showing the last 10 posts (even though you currently only have one post).

If you don't want to display posts on the front page you could create a new "Page" called "Home" and then go to:

Settings -> Reading -> Select "Front page displays a static page" and then select "Home" from the dropdown menu.

Hope this helps ;)

Solution 3:

I suggest you read up on the Template Hierarchy.

If these files (home.php, index.php, front-page.php) don't exist in your theme folder; WordPress will use the ones in the default theme.

Post a Comment for "Edit Home Page In Wordpress"