Skip to main content

How to setup WordPress in localhost

Step 1: Setup WampServer

To simply download wamp please go to here--> http://www.wampserver.com/en/
You will get two options one is for 64bit and for 32bit.Download as your desktop configuration.
Install wamp and start it.
If you setup wamp correctly wamp icon will  turn into green.

Step 2: Database, Username and Password creation

Creating database, username and password click on wamp icon and select phpMyAdmin.

It will lead you to phpMyAdmin page on your browser.Click on 'User'



First click on "check all" after that "add user"


Fill this form with your desire user name, select host as "Local" , set password and click on " " Than select "Add user"


Step 3: Download WordPress

For setup WordPress first you need to download WordPress.To download WordPress just go to https://wordpress.org/ and download latest WordPress files.

 After download you will get a zip file.  Extract it.When you extract it, will have a folder named wordpress.

Step 4: Locating WordPress


Create a folder as your desire theme name on  "www directory"

I'm giving theme name as "demo_theme"

Copy all files from downloaded "wordpress" folder

 Past all files on "demo_theme" folder.

Step 5: Configure WordPress

Now click on wamp and select "localhost".You will find your theme name on localhost page



Click on your theme name than select continue

Select "Let's go"
Now give your Database name, Username  and Password  which we already set from phpMyAdmin
(We create same database and user name) and select "Submit"


Than "Run the install"

Step 6: Installation

You will needed some information to start your website.
  • First give a site title.
  • Give username as you like to
  • Set password 
  • Give your correct mail 
  • And than select "install WordPress" 

Now your are done.You can now login to your WordPress dashboard with your given user and password.








Comments

Popular posts from this blog

How to install Wamp Server Windows 10, Windows 7 (With Screeshots )

WampServer is a localhost  server for windows, which allow you to install and host  apache, PHP  and mysql applications. This article will stroll you through the stairs to install WampServer to your laptop. Step 1:  Downloading WampServer  To download WampServer just click here --> Download latest version WAMPSERVER .you will find two different files, 30bit and 64bit.To check your system right-click on My Computer and select properties.After checking your system download the exact one. System type will be your operating sestem.  Step 2:  Installing WampServer  To start the setup, you want to open the folder wherein you saved the file, and double-click on the installer report. A safety warning window will open, asking in case you are positive you need to run this document. Click run to start the installation procedure. Subsequent you will see the welcome to the WampServer setup wizard display. Click next to continue the set...

How to Update Custom Theme in Wordpress? [ Upload & Install ]

When you are trying to upload a custom theme just make sure you have all the required files. Step 1: Checking Required Theme Files 1. style.css : Your theme must be contained with style.css which is the main theme CSS file.Here should include your theme informations, version,URL,author name and something like that.  2. index.php :  index.php file will be your theme main template files for all pages or your desire pages. 3. screenshot.png : To represent your theme you will need a screenshot.png file to include in your theme files. 4. functions .php   This file will contain all your theme functions Step 2: Making theme file Now put all your files in a folder and    Give a name it can be theme name.  Then zip the file. Now the theme is ready to install. Step 3: installing theme  Go to your WordPress dashboard and select  Appearanc >> themes >> Add new >> Upload theme Select browse or d...