SlideShare a Scribd company logo
1 of 75
Presented by : Manisha Chugh
Batch Code : B-14/PHP/04-01
Registration id : R13010624
 It’s a Blog
 It’s a Website
 It’s a Marketing Tool
 Created as a Blog Software, in 2003.
 Open Source (free) application
◦ Lots of developers came together and volunteered
their experience
◦ Lots of folks continue to create additional tools and
add-ons (i.e. themes and plugins)
◦ Anyone can use this software free of charge
 To communicate
◦ More insight
 Allows your readers to give feedback
◦ Learn more about reader’s wants/needs
◦ Provides ideas for blog content and direction
Traditional Websites Traditional Blog
◦ A set of ‘static’ pages
 Content does not change often (or at
all)
◦ Tends to be more sales oriented
◦ Typically does not offer a way to
interact with its visitors
◦ Often needs a web designer to
make even minor changes or
additions
◦ Fresh Content, changes often
 Newest posts appear highest on the
page
◦ Tends to share insights and ideas
◦ Typically offers a space to post
comments and continue the
conversation
◦ Offers ability to add content
quickly
 WordPress let’s you add web pages, not just blog posts.
◦ This allows you to build your site and blog with one toolset.
 You can maintain your site, yourself, without a designer.
◦ Easy to add new pages, video, images…
 Search Engines (like Google) love Blogs.
◦ Fresh, relevant, original content is important.
 Gets the word out: Distribution/Syndication
◦ Your posts are instantly sent to the world with RSS
 Allows search engines to receive notice of new content
 Gets you ranked higher, quicker
 People find you easier
 Allows visitors to receive future posts automatically
 Offers interaction with your community
 People can post comments
 Helps you understand what they want and gives ideas for
future posts.
 Provides more exposure for your E-newsletters
 Feature articles can be referenced in emails and linked to a
post online.
 Brings email readers to your site
 Allows new site visitors to see what you’ve written about
 And articles are syndicated for you with RSS
 Changing Your Content is easy: Visual Editor
◦ Page and posts can be written without HTML
◦ It’s easier than creating a Word Document.
 Managing Your Content is a snap: Content Management
System (CMS)
◦ Finds pages or images quickly and easily.
 Plugins: Tons of free plugins are available
◦ Think of mini-applications that automate an
action
 Sell from your site with the wp-commerce plugin
 Get site stats with the Google Analytics plugin
 Show your most read posts with the popularity plugin
 Easily add Scripts and 3rd party applications
◦ Amazon.com affiliate program scripts
◦ Constant Contact Sign Up boxes
 Customization
◦ You are free to customize away
◦ You may need to hire someone to create a truly
custom look or if you don’t want to try to figure it
out yourself.
 WordPress installation on local server includes
these steps:
1. Downloading the software from WordPress.org
2. Unzip it and copy WordPress folder to ‘xampp/htdocs’
3. Create a Database
4. Running Install Script
 Open localhost/phpmyadmin and create a
blank database.
◦ e.g. shopping2
 Point your web browser to your blog’s URL
◦ localhost/wordpress
 Click on ‘Create a Configuration File’
 Gather the Database information
 Click on ‘Let’s go!’
 Enter your database credentials
 Click on ‘submit’ button
 Now WordPress has all the information it
needs to proceed
 Click on ‘Run the Install’
 Enter your blog information and click on ‘Install WordPress’
 After successful installation, you will see the
following screen :
 Click on ‘Log In’
 At the login screen, put in your username and
password and click on ‘Log In’
 You’ll be directed to the Admin Panel
 After Installation, http://localhost/wordpress/
provides access to Front End (Blog)
 Using http://localhost/wordpress/wp-admin/
you can access Back End (Admin Panel)
 All the changes made through back end will
automatically reflect to front end.
 Here you can manage your website’s design,
pages and contents.
 Left Menu is detailing each of
the administrative functions
you can perform.
 Within each major function,
such as Posts, a submenu is
presented upon hovering
mouse hovers over the title
area.
 ‘Collapse Menu’ option just below ‘Settings’
allow the left menu to collapse to a set of
icons, or expand (fly-out) to show an icon
and description for each major administrative
function.
 Select and customize the Theme for your blog
 Add contents to your blog
 Change the Homepage Main Banner
 Create the Custom Menus
 Install and activate plugins to extends or
alter the core functionality of WordPress
 Add more users (moderators) for blog if you
want
 Do necessary settings
 Go to Appearance > Themes
 From the available themes, activate your desired theme.
◦ e.g. Activate Twenty Thirteen theme
 You can add a new theme
 The theme must be in .zip format
 Go to Add New > Upload Theme > Browse
 After uploading a theme, click on ‘Install
Now’
 Now customize the activated theme
 Click on ‘Customize’
 You can customize the theme later going to Appearance >
Customize
 A number of options will be shown on left
and customized preview on the right
 Customize a Site Title &
Tagline
e.g.
◦ Site Title :Online Mobile Shopping
◦ Tagline : Buy a mobile online..
 Colors
e.g.
◦ Header Text Color: #134c00
 You can either choose from
suggested headers
 Or you can add a new image
and crop it to recommended
size.
 Set your ‘Front page’ and
‘Posts page’
 Front page will either display
‘Your latest posts’ or ‘A
static page’ which you have
created.
◦ e.g. Here Front page is ‘Home’
◦ and Posts page is ‘Posts’
 Widgets provide an extra bit
of functionality to your blog.
 You can :
◦ Add a widget
◦ Reorder them by simply dragging
it to desired positions.
 Widgets Customization can
also be done going to
Appearance > Widgets
 Upload and set new
background image for
your blog by going to
◦ Appearance > Customize >
Background Image
 After all the customization have done, click on ‘Save & Publish’
 Go to Appearance > Editor or Plugins/Editor
 Editor allows you to quickly edit current theme/plugins files. After all editing
done on selected file, click on ‘Update File’
 This process has a drawback that you can undo the changes made to files.
 Manage pages
 Manage categories
 Manage posts
 Insert Media in posts and pages
 Go to Pages > Add new
 When you are ready with your new page, click Publish to save
it.
 You’re new page will
appear on the menu bar
automatically.
 All child pages will
automatically become a
sub menu under the
parent link on the menu
bar on front end.
 To edit a page, go to
Pages > All Pages
 Quick Edit shows few
quick options to edit
a page
 After editing, click on
‘Update’ to save
changes
 Go to Posts > Categories
 When you are ready with new category, click ‘Add new category’ to
save it.
 Go to Posts > Add New
 Write a post
 You can further:
◦ Format Text,
◦ Insert “Read more” tag,
◦ Change Permalink
◦ Change visibility (public, private, password protected)
◦ Set Date and Time when to publish the post.
◦ Set Format
◦ Add the post to specified category,
◦ Add tags and featured image to the post.
◦ Insert/Edit/Remove Link
 When you are ready with your new post, click Publish to save it.
 Go to Posts > All Posts
 You can Edit or Quick Edit the posts here
 After editing, click on ‘Update’ to save changes
 Media can be images, audio or video files
 You can :
◦ Select a new file from your computer to upload
◦ Select a file from media library
◦ Insert a file from URL
◦ Set Featured Image for the homepage
 When you are ready with your new media, click ‘Insert into
page/post’ to save media and then click on ‘Publish’ to save that
post or page.
 All the uploaded media files will be saved to Media Library
 You can later edit, delete and view them
◦ e.g. Here we are editing an image file
 To delete a post or page,
go to All Posts/Pages and
click on ‘Trash’ under
the desired item
 You can later Delete it
Permanently or Restore it
from Trash
 Go to Pages > All Pages
 Find your Homepage, and click ‘Edit’.
 Now click on ‘Set Featured Image’
 Finally select an image and set it as Featured image
 Go to Appearance > Menus
 Select pages/links/categories you want to add to menu bar
(from left) and click on ‘Add to Menu’
 Drag each item into the order you want. To make an item as
submenu, just drag it to right of parent menu
 Click on ‘Create Menu’ to save all changes.
 Steps of editing a menu are same as you created the menu.
Don’t forget to select these checkboxes. After all editing
takes place, click on ‘Save Menu’
 To delete a menu, click on ‘Delete Menu’
 If you have more than
one menu, you can
select the desired menu
as primary menu. To do
so, go to Appearance >
Customize > Navigation
 When user leaves a
reply on post, it needs
approval of admin.
Only after approval, it
will show to other
visitors.
 Visitors can add
comments on blog
posts.
 It is showing on left panel that 1 comment awaiting moderation
 Moderator can:
◦ Approve visitor’s comment
◦ Edit or Delete it
◦ Mark it as spam
◦ Reply to that comment
 Plugin is a PHP script that extends or alter the core
functionality of WordPress.
◦ To view installed plugin, go to Plugins > Installed Plugins
◦ There are 2 pre-installed plugins. You can activate, edit or
delete them.
 Go to wordpress.org/plugins
 Click on ‘Plugins’
 Search required plugin (from left)
 Read Installation process and view snapshots and then ‘Download’
 Go to Plugins > Add New > Upload
 Browse a plugin in .zip format from your computer
 Click on ‘Install Now’
 Now activate that plugin
 If you have a group of people who are managing the blog, then
you can add more users. To add a new user, go to Users > Add
New. Enter all details and select the role which you would like to
assign for the new user. Then click on ‘Add New User’.
 Each level of user is allowed different capabilities depending on
their role.
 The 5 level of users are:
◦ Admin
◦ Editor
◦ Author
◦ Contributor
◦ Subscriber
 You can do the following settings for blog :
◦ General Settings
◦ Writing Settings
◦ Reading Settings
◦ Discussion Settings
◦ Media Settings
◦ Permalink Settings
 General Settings includes:
◦ Site Title and Tagline
◦ URL and e-mail settings
◦ Membership and Role Settings
◦ Settings for Time & Date
Format etc.
After doing all settings, click on
‘Save Changes’
 Writing Settings includes:
◦ Emoticon display settings
◦ Default Settings for posts
◦ Secret e-mail account
settings
After doing all settings, click on
‘Save Changes’
 Reading Settings
includes:
◦ Front Page Settings
◦ Search Engine Visibility
◦ Settings for Blog Posts etc.
After doing all settings, click on
‘Save Changes’
 Discussion Settings includes :
◦ Default Article Settings
◦ Comment Addition Settings
◦ Comment Moderation Settings
◦ Avatars Settings and much more
After doing all settings, click on ‘Save Changes’
 Media Setting includes:
◦ Setting default size for
image files.
◦ Organization of
uploading files
After doing all settings, click on
‘Save Changes’
 By default WordPress uses
web URLs which have
question marks and lots of
numbers in them; however,
WordPress offers you the
ability to create a custom URL
structure for your permalinks
and archives.
After doing all settings, click on
‘Save Changes’
 Go to Users > Your Profile
 Edit Profile includes settings
for :
◦ Visual Editor
◦ Color Scheme
◦ Keyboard Shortcuts
◦ Name and Contact info
◦ Biographical Info
◦ Set Password
After doing all changes, click on
‘Update Profile’
Now
Enjoy Blogging!
Thank You !

More Related Content

What's hot

Getting Started With Wordpress
Getting Started With WordpressGetting Started With Wordpress
Getting Started With WordpressRuth Okoye
 
Setting Wordpress website guide for starters
Setting Wordpress website guide for startersSetting Wordpress website guide for starters
Setting Wordpress website guide for startersjatindsim
 
Word blogging feature
Word blogging featureWord blogging feature
Word blogging featureAlan Haller
 
Easy Tips and Tricks for Google Sites
Easy Tips and Tricks for Google SitesEasy Tips and Tricks for Google Sites
Easy Tips and Tricks for Google SitesMarlena Hebern
 
Ogbonge guide to blogger new
Ogbonge guide to blogger newOgbonge guide to blogger new
Ogbonge guide to blogger newChrisChris107
 
Drupal website in 45 mins
Drupal website in 45 minsDrupal website in 45 mins
Drupal website in 45 minsRachit Gupta
 
How To Create Blogs
How To Create BlogsHow To Create Blogs
How To Create BlogsJacqui Sharp
 
[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用Drupal Taiwan
 
How to create a blog - Part Two
How to create a blog - Part TwoHow to create a blog - Part Two
How to create a blog - Part TwoDavid Drake
 
Lets Blog Edublogs Inset 18 01 10
Lets Blog Edublogs Inset 18 01 10Lets Blog Edublogs Inset 18 01 10
Lets Blog Edublogs Inset 18 01 10Sarah Ferretti
 
Easy Google Sites Tips and Tricks
Easy Google Sites Tips and Tricks Easy Google Sites Tips and Tricks
Easy Google Sites Tips and Tricks Marlena Hebern
 
Wordpress e-portfolio tutorial
Wordpress   e-portfolio tutorialWordpress   e-portfolio tutorial
Wordpress e-portfolio tutorialHoàng Nguyễn
 
Media using and embeddig slide share
Media   using and embeddig slide shareMedia   using and embeddig slide share
Media using and embeddig slide sharesuebennett
 
Drupal2011
Drupal2011Drupal2011
Drupal2011Mercedes
 

What's hot (20)

Getting Started With Wordpress
Getting Started With WordpressGetting Started With Wordpress
Getting Started With Wordpress
 
Setting Wordpress website guide for starters
Setting Wordpress website guide for startersSetting Wordpress website guide for starters
Setting Wordpress website guide for starters
 
Seo wordpress
Seo wordpressSeo wordpress
Seo wordpress
 
Word blogging feature
Word blogging featureWord blogging feature
Word blogging feature
 
Easy Tips and Tricks for Google Sites
Easy Tips and Tricks for Google SitesEasy Tips and Tricks for Google Sites
Easy Tips and Tricks for Google Sites
 
Ogbonge guide to blogger new
Ogbonge guide to blogger newOgbonge guide to blogger new
Ogbonge guide to blogger new
 
Drupal website in 45 mins
Drupal website in 45 minsDrupal website in 45 mins
Drupal website in 45 mins
 
How To Create Blogs
How To Create BlogsHow To Create Blogs
How To Create Blogs
 
[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用
 
How to create a blog - Part Two
How to create a blog - Part TwoHow to create a blog - Part Two
How to create a blog - Part Two
 
Lets Blog Edublogs Inset 18 01 10
Lets Blog Edublogs Inset 18 01 10Lets Blog Edublogs Inset 18 01 10
Lets Blog Edublogs Inset 18 01 10
 
sample blog create in wordPress
sample blog create in wordPresssample blog create in wordPress
sample blog create in wordPress
 
Easy Google Sites Tips and Tricks
Easy Google Sites Tips and Tricks Easy Google Sites Tips and Tricks
Easy Google Sites Tips and Tricks
 
Su expressions tutorial
Su expressions tutorialSu expressions tutorial
Su expressions tutorial
 
Flickr
FlickrFlickr
Flickr
 
Wordpress e-portfolio tutorial
Wordpress   e-portfolio tutorialWordpress   e-portfolio tutorial
Wordpress e-portfolio tutorial
 
How to-publish-a-wordpress-page
How to-publish-a-wordpress-pageHow to-publish-a-wordpress-page
How to-publish-a-wordpress-page
 
Tips for Setting up a WordPress Blog
Tips for Setting up a WordPress BlogTips for Setting up a WordPress Blog
Tips for Setting up a WordPress Blog
 
Media using and embeddig slide share
Media   using and embeddig slide shareMedia   using and embeddig slide share
Media using and embeddig slide share
 
Drupal2011
Drupal2011Drupal2011
Drupal2011
 

Viewers also liked

Ethical Hacking and Network Security
Ethical Hacking and Network SecurityEthical Hacking and Network Security
Ethical Hacking and Network Securitysumit dimri
 
CNIT 123 Ch 1: Ethical Hacking Overview
CNIT 123 Ch 1: Ethical Hacking OverviewCNIT 123 Ch 1: Ethical Hacking Overview
CNIT 123 Ch 1: Ethical Hacking OverviewSam Bowne
 
Ch 8: Desktop and Server OS Vulnerabilites
Ch 8: Desktop and Server OS VulnerabilitesCh 8: Desktop and Server OS Vulnerabilites
Ch 8: Desktop and Server OS VulnerabilitesSam Bowne
 
Ch 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts ReviewCh 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts ReviewSam Bowne
 
Ch 7: Programming for Security Professionals
Ch 7: Programming for Security ProfessionalsCh 7: Programming for Security Professionals
Ch 7: Programming for Security ProfessionalsSam Bowne
 
Ch 6: Enumeration
Ch 6: EnumerationCh 6: Enumeration
Ch 6: EnumerationSam Bowne
 
Ch 11: Hacking Wireless Networks
Ch 11: Hacking Wireless NetworksCh 11: Hacking Wireless Networks
Ch 11: Hacking Wireless NetworksSam Bowne
 
Security Training at CCSF
Security Training at CCSFSecurity Training at CCSF
Security Training at CCSFSam Bowne
 

Viewers also liked (12)

Todo sobre el blog
Todo sobre el blogTodo sobre el blog
Todo sobre el blog
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Ethical Hacking and Network Security
Ethical Hacking and Network SecurityEthical Hacking and Network Security
Ethical Hacking and Network Security
 
CNIT 123 Ch 1: Ethical Hacking Overview
CNIT 123 Ch 1: Ethical Hacking OverviewCNIT 123 Ch 1: Ethical Hacking Overview
CNIT 123 Ch 1: Ethical Hacking Overview
 
Ch 8: Desktop and Server OS Vulnerabilites
Ch 8: Desktop and Server OS VulnerabilitesCh 8: Desktop and Server OS Vulnerabilites
Ch 8: Desktop and Server OS Vulnerabilites
 
Ch 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts ReviewCh 2: TCP/IP Concepts Review
Ch 2: TCP/IP Concepts Review
 
Ch 7: Programming for Security Professionals
Ch 7: Programming for Security ProfessionalsCh 7: Programming for Security Professionals
Ch 7: Programming for Security Professionals
 
Ch 6: Enumeration
Ch 6: EnumerationCh 6: Enumeration
Ch 6: Enumeration
 
Ch 11: Hacking Wireless Networks
Ch 11: Hacking Wireless NetworksCh 11: Hacking Wireless Networks
Ch 11: Hacking Wireless Networks
 
Security Training at CCSF
Security Training at CCSFSecurity Training at CCSF
Security Training at CCSF
 
Blogging ppt
Blogging pptBlogging ppt
Blogging ppt
 
La fata di ferro
La fata di ferroLa fata di ferro
La fata di ferro
 

Similar to How to install and use WordPress (Version - 3.9.1) to create a blog

OptSus WP Chat - Duplicating and Editing Content in WordPress.pdf
OptSus WP Chat - Duplicating and Editing Content in WordPress.pdfOptSus WP Chat - Duplicating and Editing Content in WordPress.pdf
OptSus WP Chat - Duplicating and Editing Content in WordPress.pdfFrank Jones
 
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014Ella J Designs
 
Blog Tutorial
Blog TutorialBlog Tutorial
Blog Tutorialalancarr
 
Top 8 hidden handy features of word press
Top 8 hidden handy features of word pressTop 8 hidden handy features of word press
Top 8 hidden handy features of word pressJohn057
 
NamesCon 2015 Wordpress Beginner Session
NamesCon 2015 Wordpress Beginner SessionNamesCon 2015 Wordpress Beginner Session
NamesCon 2015 Wordpress Beginner SessionBruce Marler
 
Your first word press site
Your first word press siteYour first word press site
Your first word press siteMarc Gratch
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateSean Burgess
 
Creating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratchCreating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratchNeil Kearney
 
Wordpress Guide CO300 F15
Wordpress Guide CO300 F15Wordpress Guide CO300 F15
Wordpress Guide CO300 F15lhthomas
 
A beginner's guide to word press by Kenny Soto
A beginner's guide to word press by Kenny SotoA beginner's guide to word press by Kenny Soto
A beginner's guide to word press by Kenny SotoKenny Soto
 
WordPress Visual Editor Mastery
WordPress Visual Editor MasteryWordPress Visual Editor Mastery
WordPress Visual Editor MasteryAnthony Hortin
 
WP Tabbed Popular Posts & Products
WP Tabbed Popular Posts & ProductsWP Tabbed Popular Posts & Products
WP Tabbed Popular Posts & ProductsSoftProdigy
 
Appendix B, Web 2.0 and Social Media for Business, 3rd Edition
Appendix B, Web 2.0 and Social Media for Business, 3rd EditionAppendix B, Web 2.0 and Social Media for Business, 3rd Edition
Appendix B, Web 2.0 and Social Media for Business, 3rd EditionRoger McHaney
 
Nu5: Process/System Improvement by R080037
Nu5: Process/System Improvement by R080037Nu5: Process/System Improvement by R080037
Nu5: Process/System Improvement by R080037Loewen Kho
 
Blogging101b
Blogging101bBlogging101b
Blogging101bpahmah
 

Similar to How to install and use WordPress (Version - 3.9.1) to create a blog (20)

OptSus WP Chat - Duplicating and Editing Content in WordPress.pdf
OptSus WP Chat - Duplicating and Editing Content in WordPress.pdfOptSus WP Chat - Duplicating and Editing Content in WordPress.pdf
OptSus WP Chat - Duplicating and Editing Content in WordPress.pdf
 
Wordpress for Beginners: 10 Must Knows
Wordpress for Beginners: 10 Must KnowsWordpress for Beginners: 10 Must Knows
Wordpress for Beginners: 10 Must Knows
 
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
 
Blog Tutorial
Blog TutorialBlog Tutorial
Blog Tutorial
 
Top 8 hidden handy features of word press
Top 8 hidden handy features of word pressTop 8 hidden handy features of word press
Top 8 hidden handy features of word press
 
NamesCon 2015 Wordpress Beginner Session
NamesCon 2015 Wordpress Beginner SessionNamesCon 2015 Wordpress Beginner Session
NamesCon 2015 Wordpress Beginner Session
 
How to Set Up a WordPress Blog for Your Business
How to Set Up a WordPress Blog for Your BusinessHow to Set Up a WordPress Blog for Your Business
How to Set Up a WordPress Blog for Your Business
 
Blog Pres
Blog PresBlog Pres
Blog Pres
 
Your first word press site
Your first word press siteYour first word press site
Your first word press site
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Creating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratchCreating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratch
 
WordPress 101
WordPress 101 WordPress 101
WordPress 101
 
Creating wordpress website step by step easy
Creating wordpress website step by step easyCreating wordpress website step by step easy
Creating wordpress website step by step easy
 
Wordpress Guide CO300 F15
Wordpress Guide CO300 F15Wordpress Guide CO300 F15
Wordpress Guide CO300 F15
 
A beginner's guide to word press by Kenny Soto
A beginner's guide to word press by Kenny SotoA beginner's guide to word press by Kenny Soto
A beginner's guide to word press by Kenny Soto
 
WordPress Visual Editor Mastery
WordPress Visual Editor MasteryWordPress Visual Editor Mastery
WordPress Visual Editor Mastery
 
WP Tabbed Popular Posts & Products
WP Tabbed Popular Posts & ProductsWP Tabbed Popular Posts & Products
WP Tabbed Popular Posts & Products
 
Appendix B, Web 2.0 and Social Media for Business, 3rd Edition
Appendix B, Web 2.0 and Social Media for Business, 3rd EditionAppendix B, Web 2.0 and Social Media for Business, 3rd Edition
Appendix B, Web 2.0 and Social Media for Business, 3rd Edition
 
Nu5: Process/System Improvement by R080037
Nu5: Process/System Improvement by R080037Nu5: Process/System Improvement by R080037
Nu5: Process/System Improvement by R080037
 
Blogging101b
Blogging101bBlogging101b
Blogging101b
 

Recently uploaded

Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 

Recently uploaded (20)

Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 

How to install and use WordPress (Version - 3.9.1) to create a blog

  • 1. Presented by : Manisha Chugh Batch Code : B-14/PHP/04-01 Registration id : R13010624
  • 2.  It’s a Blog  It’s a Website  It’s a Marketing Tool
  • 3.  Created as a Blog Software, in 2003.  Open Source (free) application ◦ Lots of developers came together and volunteered their experience ◦ Lots of folks continue to create additional tools and add-ons (i.e. themes and plugins) ◦ Anyone can use this software free of charge
  • 4.
  • 5.  To communicate ◦ More insight  Allows your readers to give feedback ◦ Learn more about reader’s wants/needs ◦ Provides ideas for blog content and direction
  • 6.
  • 7. Traditional Websites Traditional Blog ◦ A set of ‘static’ pages  Content does not change often (or at all) ◦ Tends to be more sales oriented ◦ Typically does not offer a way to interact with its visitors ◦ Often needs a web designer to make even minor changes or additions ◦ Fresh Content, changes often  Newest posts appear highest on the page ◦ Tends to share insights and ideas ◦ Typically offers a space to post comments and continue the conversation ◦ Offers ability to add content quickly
  • 8.  WordPress let’s you add web pages, not just blog posts. ◦ This allows you to build your site and blog with one toolset.  You can maintain your site, yourself, without a designer. ◦ Easy to add new pages, video, images…  Search Engines (like Google) love Blogs. ◦ Fresh, relevant, original content is important.
  • 9.  Gets the word out: Distribution/Syndication ◦ Your posts are instantly sent to the world with RSS  Allows search engines to receive notice of new content  Gets you ranked higher, quicker  People find you easier  Allows visitors to receive future posts automatically  Offers interaction with your community  People can post comments
  • 10.  Helps you understand what they want and gives ideas for future posts.  Provides more exposure for your E-newsletters  Feature articles can be referenced in emails and linked to a post online.  Brings email readers to your site  Allows new site visitors to see what you’ve written about  And articles are syndicated for you with RSS
  • 11.  Changing Your Content is easy: Visual Editor ◦ Page and posts can be written without HTML ◦ It’s easier than creating a Word Document.
  • 12.  Managing Your Content is a snap: Content Management System (CMS) ◦ Finds pages or images quickly and easily.
  • 13.  Plugins: Tons of free plugins are available ◦ Think of mini-applications that automate an action  Sell from your site with the wp-commerce plugin  Get site stats with the Google Analytics plugin  Show your most read posts with the popularity plugin  Easily add Scripts and 3rd party applications
  • 14. ◦ Amazon.com affiliate program scripts ◦ Constant Contact Sign Up boxes  Customization ◦ You are free to customize away ◦ You may need to hire someone to create a truly custom look or if you don’t want to try to figure it out yourself.
  • 15.
  • 16.  WordPress installation on local server includes these steps: 1. Downloading the software from WordPress.org 2. Unzip it and copy WordPress folder to ‘xampp/htdocs’ 3. Create a Database 4. Running Install Script
  • 17.
  • 18.
  • 19.  Open localhost/phpmyadmin and create a blank database. ◦ e.g. shopping2
  • 20.  Point your web browser to your blog’s URL ◦ localhost/wordpress  Click on ‘Create a Configuration File’
  • 21.  Gather the Database information  Click on ‘Let’s go!’
  • 22.  Enter your database credentials  Click on ‘submit’ button
  • 23.  Now WordPress has all the information it needs to proceed  Click on ‘Run the Install’
  • 24.  Enter your blog information and click on ‘Install WordPress’
  • 25.  After successful installation, you will see the following screen :  Click on ‘Log In’
  • 26.  At the login screen, put in your username and password and click on ‘Log In’  You’ll be directed to the Admin Panel
  • 27.  After Installation, http://localhost/wordpress/ provides access to Front End (Blog)  Using http://localhost/wordpress/wp-admin/ you can access Back End (Admin Panel)  All the changes made through back end will automatically reflect to front end.
  • 28.  Here you can manage your website’s design, pages and contents.
  • 29.  Left Menu is detailing each of the administrative functions you can perform.  Within each major function, such as Posts, a submenu is presented upon hovering mouse hovers over the title area.
  • 30.  ‘Collapse Menu’ option just below ‘Settings’ allow the left menu to collapse to a set of icons, or expand (fly-out) to show an icon and description for each major administrative function.
  • 31.  Select and customize the Theme for your blog  Add contents to your blog  Change the Homepage Main Banner  Create the Custom Menus  Install and activate plugins to extends or alter the core functionality of WordPress  Add more users (moderators) for blog if you want  Do necessary settings
  • 32.  Go to Appearance > Themes  From the available themes, activate your desired theme. ◦ e.g. Activate Twenty Thirteen theme
  • 33.  You can add a new theme  The theme must be in .zip format  Go to Add New > Upload Theme > Browse  After uploading a theme, click on ‘Install Now’
  • 34.  Now customize the activated theme  Click on ‘Customize’  You can customize the theme later going to Appearance > Customize
  • 35.  A number of options will be shown on left and customized preview on the right
  • 36.  Customize a Site Title & Tagline e.g. ◦ Site Title :Online Mobile Shopping ◦ Tagline : Buy a mobile online..  Colors e.g. ◦ Header Text Color: #134c00
  • 37.  You can either choose from suggested headers  Or you can add a new image and crop it to recommended size.
  • 38.
  • 39.  Set your ‘Front page’ and ‘Posts page’  Front page will either display ‘Your latest posts’ or ‘A static page’ which you have created. ◦ e.g. Here Front page is ‘Home’ ◦ and Posts page is ‘Posts’
  • 40.  Widgets provide an extra bit of functionality to your blog.  You can : ◦ Add a widget ◦ Reorder them by simply dragging it to desired positions.  Widgets Customization can also be done going to Appearance > Widgets
  • 41.  Upload and set new background image for your blog by going to ◦ Appearance > Customize > Background Image  After all the customization have done, click on ‘Save & Publish’
  • 42.  Go to Appearance > Editor or Plugins/Editor  Editor allows you to quickly edit current theme/plugins files. After all editing done on selected file, click on ‘Update File’  This process has a drawback that you can undo the changes made to files.
  • 43.  Manage pages  Manage categories  Manage posts  Insert Media in posts and pages
  • 44.  Go to Pages > Add new  When you are ready with your new page, click Publish to save it.
  • 45.  You’re new page will appear on the menu bar automatically.  All child pages will automatically become a sub menu under the parent link on the menu bar on front end.
  • 46.  To edit a page, go to Pages > All Pages  Quick Edit shows few quick options to edit a page  After editing, click on ‘Update’ to save changes
  • 47.  Go to Posts > Categories  When you are ready with new category, click ‘Add new category’ to save it.
  • 48.  Go to Posts > Add New  Write a post
  • 49.  You can further: ◦ Format Text, ◦ Insert “Read more” tag, ◦ Change Permalink ◦ Change visibility (public, private, password protected) ◦ Set Date and Time when to publish the post. ◦ Set Format ◦ Add the post to specified category, ◦ Add tags and featured image to the post. ◦ Insert/Edit/Remove Link  When you are ready with your new post, click Publish to save it.
  • 50.  Go to Posts > All Posts  You can Edit or Quick Edit the posts here  After editing, click on ‘Update’ to save changes
  • 51.  Media can be images, audio or video files  You can : ◦ Select a new file from your computer to upload ◦ Select a file from media library ◦ Insert a file from URL ◦ Set Featured Image for the homepage  When you are ready with your new media, click ‘Insert into page/post’ to save media and then click on ‘Publish’ to save that post or page.
  • 52.  All the uploaded media files will be saved to Media Library  You can later edit, delete and view them ◦ e.g. Here we are editing an image file
  • 53.  To delete a post or page, go to All Posts/Pages and click on ‘Trash’ under the desired item  You can later Delete it Permanently or Restore it from Trash
  • 54.  Go to Pages > All Pages  Find your Homepage, and click ‘Edit’.  Now click on ‘Set Featured Image’  Finally select an image and set it as Featured image
  • 55.  Go to Appearance > Menus  Select pages/links/categories you want to add to menu bar (from left) and click on ‘Add to Menu’  Drag each item into the order you want. To make an item as submenu, just drag it to right of parent menu  Click on ‘Create Menu’ to save all changes.
  • 56.  Steps of editing a menu are same as you created the menu. Don’t forget to select these checkboxes. After all editing takes place, click on ‘Save Menu’  To delete a menu, click on ‘Delete Menu’
  • 57.  If you have more than one menu, you can select the desired menu as primary menu. To do so, go to Appearance > Customize > Navigation
  • 58.  When user leaves a reply on post, it needs approval of admin. Only after approval, it will show to other visitors.  Visitors can add comments on blog posts.
  • 59.  It is showing on left panel that 1 comment awaiting moderation  Moderator can: ◦ Approve visitor’s comment ◦ Edit or Delete it ◦ Mark it as spam ◦ Reply to that comment
  • 60.  Plugin is a PHP script that extends or alter the core functionality of WordPress. ◦ To view installed plugin, go to Plugins > Installed Plugins ◦ There are 2 pre-installed plugins. You can activate, edit or delete them.
  • 61.  Go to wordpress.org/plugins  Click on ‘Plugins’  Search required plugin (from left)  Read Installation process and view snapshots and then ‘Download’
  • 62.  Go to Plugins > Add New > Upload  Browse a plugin in .zip format from your computer  Click on ‘Install Now’  Now activate that plugin
  • 63.  If you have a group of people who are managing the blog, then you can add more users. To add a new user, go to Users > Add New. Enter all details and select the role which you would like to assign for the new user. Then click on ‘Add New User’.  Each level of user is allowed different capabilities depending on their role.  The 5 level of users are: ◦ Admin ◦ Editor ◦ Author ◦ Contributor ◦ Subscriber
  • 64.  You can do the following settings for blog : ◦ General Settings ◦ Writing Settings ◦ Reading Settings ◦ Discussion Settings ◦ Media Settings ◦ Permalink Settings
  • 65.  General Settings includes: ◦ Site Title and Tagline ◦ URL and e-mail settings ◦ Membership and Role Settings ◦ Settings for Time & Date Format etc. After doing all settings, click on ‘Save Changes’
  • 66.  Writing Settings includes: ◦ Emoticon display settings ◦ Default Settings for posts ◦ Secret e-mail account settings After doing all settings, click on ‘Save Changes’
  • 67.  Reading Settings includes: ◦ Front Page Settings ◦ Search Engine Visibility ◦ Settings for Blog Posts etc. After doing all settings, click on ‘Save Changes’
  • 68.  Discussion Settings includes : ◦ Default Article Settings ◦ Comment Addition Settings ◦ Comment Moderation Settings ◦ Avatars Settings and much more After doing all settings, click on ‘Save Changes’
  • 69.  Media Setting includes: ◦ Setting default size for image files. ◦ Organization of uploading files After doing all settings, click on ‘Save Changes’
  • 70.  By default WordPress uses web URLs which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. After doing all settings, click on ‘Save Changes’
  • 71.  Go to Users > Your Profile  Edit Profile includes settings for : ◦ Visual Editor ◦ Color Scheme ◦ Keyboard Shortcuts ◦ Name and Contact info ◦ Biographical Info ◦ Set Password After doing all changes, click on ‘Update Profile’
  • 72.
  • 73.