Top Banner
28

Worldpress

Oct 31, 2014

Download

Documents

venkatachalam84

Intriduction to wordpress
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Worldpress
Page 2: Worldpress

What is Xampp?

A Xampp (Apache, MySQL, PHP and …) bundleA Xampp (Apache, MySQL, PHP and …) bundle A suite of the following softwareA suite of the following software

ApacheApache MySQLMySQL PHPPHP phpMyAdminphpMyAdmin

Download from Download from http://apachefriends.org/en/xampp-windows.html

Page 3: Worldpress

Wordpress.com is a free blog site Anyone can sign up Open source blog publishing application

A free software to set up blogs Download from http://wordpress.org/download/

What is WordPress?

Page 4: Worldpress

How To Do

Install Xampp Create a database in MySQL with PhpMyAdmin Install WordPress Software Set up your blog

Page 5: Worldpress

Create a database

Launch PhpMyAdmin Create a database named “wordpress” Create a user named “wordpress” Grant all privileges to the user “wordpress” on the

database “wordpress”

Page 6: Worldpress

Install WordPress

Extract WordPress files to the “htdocs” folder in Xampp installation folder

Rename “wp-config-sample.php” to “wp-config.php”

Open “wp-config.php” and fill in the database information

Save the file and close

Page 7: Worldpress

Now Open: http://localhost/wordpress

Page 8: Worldpress

The Second Step

Page 9: Worldpress

WordPress Admin Login

Page 10: Worldpress

Blog Dashboard

Page 11: Worldpress

Blog is ready

Page 12: Worldpress

uses

Work from anywhere Do-It-Yourself. Save time & money Edit existing pages Add new pages Add photos

Page 13: Worldpress

blogs vs websites

Page 14: Worldpress

Blogs

Current - Updated several times a week No coding knowledge necessary Blogs are usually setup with a RSS feed Blogs publish current news Timeless

Page 15: Worldpress

Websites

Static - For the most part websites stay the same Must have a bit of technical knowledge in coding Spend huge amount Websites describes about an organization

Page 16: Worldpress

Managing Wordpress

Log in to add posts, change settings, activate themes and plugins

You can also change code (html, css, php)

Page 17: Worldpress

Writing Posts

In the dashboard, Expand “Posts” on left

Click “Add New”

Now you can add a title, tags, and write a new post

Toolbar allows formatting, like bold, italics, colorcolor, and much more

Click “Publish” to finish your post

Page 18: Worldpress

Template tags

Template tags are used within your blog's Templates to display information dynamically

Otherwise customize your blog Providing the tools to make it as individual and

interesting

Page 19: Worldpress

Category

Suppose you want some static text displayed before the list of Posts on your Category page

Which posts will be displayed below Which category is being displayed Put the category name at the top of the page

Page 20: Worldpress

Writing Pages

Click “Add New” Now you can add a title and write a new page Toolbar allows formatting, like bold, italics, color,

and much more In the dashboard, Expand “Pages” on left Click “Publish” to finish your page

Page 21: Worldpress

Themes

Change the appearance of your site Found one? Download it Next, upload it to your hosting account

Page 22: Worldpress

Plugins

Add functionality to your site Plugins for video, creating forms, adding analytic

tools, 5-star ratings, etc Available at Wordpress.org/extend/plugins Installation may vary for certain plugins Found one? Download it Next, upload it to your hosting account

Page 23: Worldpress

Upload Video

Start a new post or page Click the “Add Video” icon Click “Select Files” and choose a video Upload begins automatically Click the “File URL” button Copy the URL that appears

Page 24: Worldpress

Media

Media is the images, video, recordings, and files, you upload and use in your blog

Page 25: Worldpress

Managing Links

The name of the link and its description The URL (location) of the link The category that the link The link is visible to visitors on your site

Page 26: Worldpress

Widgets

WordPress Widgets is like a plugin, but designed to provide a simple way to arrange the various elements of your sidebar content without having to change any code.

Page 27: Worldpress

Editing Files

if you want to make changes in your WordPress Theme

WordPress features two built-in editors for editing files from within your browser while online

Page 28: Worldpress

Thank you

Presented by Venkatachalam.p