Word Press
Word Press
1. After installing Xampp, go to programs and run it, you should see
something like this.
2. Just click on start in front of Apache and MySQL, this will start your
local server.
Click on “Let’s go”. On the next page fill in the following details:
Database name: The database you created in step 9.
Username: root
Password: Leave it empty.
Database Host: localhost
Table prefix: It’s “wp_” by default, you can change it whatever
you want, but you can’t keep it empty.
Click on submit.
Click on “run the install”
On the next screen just fill in all the details like site name, username,
password, and email. Remember the username and password you
choose are the Admin login credentials, so keep the password secure
and robust, anyways you can change it later if you want. Click on
“install WordPress”.
On the next screen, you’ll be asked to log in using the credentials you
created in step 13, do it to make sure everything is working.
That’s it, you are good to go!
7. Go to the URL “http://localhost/wordpress/index.php” and you’ll see a
default homepage something similar to this
2. The name of my site is “demo”, you might use a different name. Also, I’m
using port no. 1234 but it might be different in your case. Therefore,
whenever you use the URL as “localhost:1234” in the screenshots,
replace “1234” with your apache’s port number.
Now you’ll get the following screen.
The above screen can have more options in the left-hand toolbar
depending on the theme and plugin that you’re using.
So let’s start exploring all the features of the toolbar.
3. Dashboard
Here you see quick access to everything related to your website. Your
latest posts, pages, comments, etc. Also, you can see all the updates to
your theme, plugins, and WordPress here.
It’s strongly recommended to update all the themes, plugins, and
WordPress whenever an update is available (unless you’ve compatibility
issues with the new version). Doing so keeps you safe from all security
threats.
4. Posts
A post is just a content entry that fills most of your website. Posts usually
have comments and are included in your site’s RSS feed.
To add a post just go to post->add new and start writing the content.
To add pics to it click on “Add Media” and upload the files. You can see
two options at the top: Visual and text. For easy use click on visual and
start using WordPress the same way you use Microsoft word.
The featured image is displayed at the top of a post. It’s the image that is displayed
in the thumbnail when you share your content on facebook/google+.
12. Widgets
Widgets are for adding features to your website’s footer and sidebar. You
can show recent posts, search bar, archives, comments, and tag cloud in
the sidebar using these widgets.
13. Menus: Most of the sites have 2 menus, primary and secondary.
For ex: On geeksforgeeks.org the main menu is
You can create these menus in the “Menu” section. The menu can
contain pages, categories, or other custom links you want.
14. Header & Background
Header & background again takes you to the Customize section so that
you can change the look of your header and menu.
15. Editor
The editor lists all the template’s PHP files that are used in creating
pages. If you want to make changes in the coding you can do it from here
by editing the PHP code. You can also change the styling of your website
by editing the “style.css”.
Don’t use this option if you’re a beginner.
16. Plugins
Here you can view the currently installed plugins as well as install new plugins.
Browse through various plugins and click on “Add new ” to upload a plugin.
17. Users
This section shows all the registered users on your website. You can
change the role of a user(say from author to admin ) under this section.
You can also edit a user’s profile in this section.
18. Tools
It provides you with a set of tools to make your website more user-
friendly. For ex: the tool “press this” lets you publish a post on any web
page without going to “add new post” in the dashboard.
There is another good use of Tools. Suppose you start building your
website on your local server. At one point you’ll need to shift your whole
website from a local server to a web server. This is when the
“tools->export” option comes in handy. It can also be used while you’re
moving your website from one web host to another without losing the
content of the website.
You can see in the picture below that how export works. WordPress asks
you whether you want to move the whole content or some part of it.
19. Settings
Under settings, you can edit the main and essential information about
your website like site title, email id of your site, permalink structure,
comment moderation, media upload size, etc.