SlideShare a Scribd company logo
Intro to WordPress
ACE #CT01756 Intro to WordPress
By Adrian Mikeliunas
http://learnwp.us/week1/
SESSION# 1 of 6
 Content Management Systems (CMS)
 History, Architecture and features
 Blogging Basics, Types of blogs
 Automatic Installation
 Manual installation
Class #1 Agenda
http://farm4.static.flickr.com/3036/2913018697_ccbb33e993_b.jpgWordPress #1 2
 WordPress is a free and open source blogging tool &
a content management system (CMS) based on PHP
& MySQL, which runs from a web server
 Open Source
 CMS
 PHP
 MySQL
 Apache (or IIS)
WordPress #1 3
What is WordPress?
http://en.wikipedia.org/wiki/Wordpress
WordPress #1 4
CMS Architecture
Web
Server
APACHE
Client
App
Server
PHP
Database
Server
MYSQL

Recommended for you

Http request&response by Vignesh 15 MAR 2014
Http request&response by Vignesh 15 MAR 2014Http request&response by Vignesh 15 MAR 2014
Http request&response by Vignesh 15 MAR 2014

The document discusses HTTP request and response messages. Some key points: - HTTP is a stateless, client-server protocol where clients send requests to servers and servers return response messages. Requests use methods like GET and POST and URLs to identify resources. - Request messages contain a start line with the method, URL, and HTTP version, followed by header lines. Response messages contain a start line with the status code and reason, followed by header lines and an optional body. - Common status codes include 200 for success, 404 for not found, 401 for unauthorized, and 500 for server errors. - HTML forms can send data via GET by adding parameters to the URL or POST by placing them in the

How to hack wireless internet connections using aircrack-ng
How to hack wireless internet connections using aircrack-ngHow to hack wireless internet connections using aircrack-ng
How to hack wireless internet connections using aircrack-ng

I use this presentation slide on the "Presentation Progrm" organized by Diploma-Acme Engineering College.

securityhackingbacktrack
Html
HtmlHtml
Html

This document provides an introduction to HTML (Hypertext Markup Language) by explaining some key concepts: - HTML is used to create web pages and is a markup language that uses tags to describe the structure and layout of content. It is not a programming language. - Common HTML elements and tags are explained, including container tags that have opening and closing tags, and empty elements that only have opening tags. - The document demonstrates how to write basic HTML code and open HTML files in a web browser. It provides examples of common text formatting, list, image, and table tags.

WordPress #1 5
Content Management Systems
(CMS)
CMS
 Templates
 Themes
 Plugins
 Extensions
WordPress #1 6
CMS vs Web Site
Web Site
 HTML
 CSS
 JS/PHP/ASP
 DB?
DYNAMIC STATIC/
COMPLEX
WordPress Joomla Drupal SharePoint
Popularity #1
Architecture AMP AMP AMP IIS/ASP/SQL
Strength Blog Flexible
Weakness Simple Moderate Complex $$
Community Yes Yes Yes Moderate
Market Bloggers Enterprise
WordPress #1 7
CMS Comparison
AMP = Apache, MySQL, PHP
IIS/ASP/SQL=Microsoft Server
 Started version 1.0 on May of 2003
 Current Version is 4.5.3 as of June 2016
 More than half of top 20 blogs sites use WordPress!
 Over 60 million people have chosen WordPress to
power their web pages!
 Hall of Fame CMS category Open Source Awards
 http://www.awwwards.com/websites/cms
 https://wordpress.org/showcase
 http://builtwith.com to find out how a site was built…
WordPress #1 8
History, Architecture, Features

Recommended for you

Intro to Coldfusion
Intro to ColdfusionIntro to Coldfusion
Intro to Coldfusion

ColdFusion is a web application server that is comparable to PHP and ASP.NET. It is easy and concise to use and has tons of built-in functionality. The document introduces ColdFusion and covers its advantages over other technologies. It demonstrates ColdFusion's templating language CFML, variables, scopes, databases, components, and features like Twitter integration, PDF creation, and mobile development.

coldfusion
Web Development Course: PHP lecture 1
Web Development Course: PHP lecture 1Web Development Course: PHP lecture 1
Web Development Course: PHP lecture 1

PHP is a server-side scripting language commonly used for web development. It allows files containing text, HTML, and PHP scripts to be processed on the server and returned to the browser as plain HTML. PHP can generate dynamic page content, interact with databases, send and receive cookies, and more. Some key features of PHP include that it is free, open source, runs on most server environments, and can be easily learned. The document provides examples of basic PHP syntax, variables, data types, operators, and conditional statements.

phpweb development
Introduction to Web development
Introduction to Web developmentIntroduction to Web development
Introduction to Web development

Web developers build and maintain websites, working with clients to bring their products and services online. They solve logical problems and experiment with new technologies. Web development offers a good work-life balance and comfortable salaries. Front-end developers use technologies like HTML, CSS, and JavaScript to ensure effective content presentation and user experience. Back-end developers use languages like Java and Python to store and serve data to front-ends. Full-stack developers are comfortable with both front-end and back-end development, working across client and server sides.

web development
 Open Source Content Management System
 Multi-user Multi-blog
 Extended via Themes & PLugins
 3 Folders and 14 top PHP scripts:
 wp-admin
 wp-content
 wp-includes
http://upload.wikimedia.org/wikipedia/commons/3/3d/Wordpress_
Template_Hierarchy.png
WordPress #1 9
WordPress Features
Blogging Basics
Blog Types
Web Log = blog
 is a discussion or informational site published on the
Web, consisting of discrete entries ("posts")
 Typically displayed in reverse chronological order
 Entered by 1 or more persons
Source: http://en.wikipedia.org/wiki/Blog
Examples:
http://www.hcplibrary.org/teen/wordpress/
WordPress #1 11
What is a Blog?
 One article or post
 Multiple comments to the post
 Comments to the comments
 Unusual blogs:
 Youtube comments
 WashingtonPost comments
WordPress #1 12
Blogging Basics

Recommended for you

Buffer overflow explained
Buffer overflow explainedBuffer overflow explained
Buffer overflow explained

What is buffer overflow? How a buffer overflow happens How to avoid overrun? Buffer overflow are responsible for many vulnerabilities in operating system as well as application programs. It’s a quiet technical freaky , it includes program source code , assembler listing , and debugging usage , which almost scares away lot of people without solid programming knowledge. Cause : Buffer overflow attack have been there for a long time. It still exists partly because of the carelessness of the developer in the code. Prevention : Avoid writing bad codes

cause prevention buffer overflow program buffershi
Hack like a pro with burp suite - nullhyd
Hack like a pro with burp suite - nullhydHack like a pro with burp suite - nullhyd
Hack like a pro with burp suite - nullhyd

The document provides an overview of key features and capabilities of Burp Suite, a popular web application security testing tool. It discusses how to configure Burp Suite for optimal performance, techniques for proxying and filtering traffic, exploiting vulnerabilities using the intruder tool, passive and active scanning with the scanner, replaying requests with the repeater, crawling sites with the spider, analyzing tokens with the sequencer, decoding responses with the decoder, comparing responses with the comparer, searching with engagement tools, extending functionality with extender, maintaining the state of assessments, and references for additional learning. The document is intended to help users get started with Burp Suite and leverage its full capabilities as a "pro."

hack like a pro with burp suite
Burp Suite Starter
Burp Suite StarterBurp Suite Starter
Burp Suite Starter

Burp Suite is a free and professional Java-based tool for testing web application security. It includes several integrated tools like Proxy, Spider, Scanner, Intruder, Repeater, and Sequencer. The Proxy is used to intercept, modify, and replay HTTP/S requests. The Spider crawls the web application to discover hidden resources. The Scanner automatically scans for vulnerabilities. Intruder allows for customized attacks through fuzzing. Repeater replays requests for manual testing. And Sequencer analyzes randomness of tokens. It has both free and commercial editions, and supports Windows, Mac, and Linux.

securitypentration
 Take responsibility not just for your own words, but for the
comments you allow on your blog
 Label your tolerance level for abusive comments
 Consider eliminating anonymous comments
 Ignore the trolls
 Take the conversation offline, and talk directly, or find an
intermediary who can do so
 If you know someone who is behaving badly, tell them so
 Don't say anything online that you wouldn't say in person
Source: http://en.wikipedia.org/wiki/Blogger%27s_code_of_conduct
WordPress #1 13
The Blogger's Code of Conduct
 You create content
 Content stored in a database
 You pages get indexed by search engines…
 User clicks on a link or directly
 Pages don’t ‘exist’ until requested by web server
 WordPress application
 Retrieves content from database
 CSS used to style page
 Page is built “on the fly” by PHP resulting in HTML &
JavaScript
 Page is displayed to user’s browser
WordPress #1 14
How it works
WordPress #1 15
Add Content – Web Based Interface
WordPress #1 16
Stored in a database
the_title
the_content

Recommended for you

B&W Netsparker overview
B&W Netsparker overviewB&W Netsparker overview
B&W Netsparker overview

The Netsparker Web Application #Security #Scanners employ a unique and dead-accurate vulnerability scanning technology that automatically verify the vulnerabilities by producing a proof of exploit. Discover how Netsparker find security flaws in websites, applications and services and protect whole system in 3 clicks. Softprom by ERC official Value added #distributor of #Netsparker in Europe.

netsparkerinformation securitysecurity
uniFLOW Print Management for Corporate Clients
uniFLOW Print Management for Corporate ClientsuniFLOW Print Management for Corporate Clients
uniFLOW Print Management for Corporate Clients

The document discusses how modular output management software from Canon can help companies manage their printing costs and operations more efficiently through various features like print accounting, secure printing, color control, automatic failover, fleet management, and automatic job routing. It provides examples of how these features work and the benefits they provide in helping companies save costs, improve security and productivity.

Xampp Ppt
Xampp PptXampp Ppt
Xampp Ppt

XAMPP is a free and open source cross-platform web server package consisting of Apache HTTP Server, MySQL, PHP and Perl programming languages. It is available for Windows, Linux, Solaris and Mac OS X and is easy to install, requiring only downloading a single file. XAMPP is regularly updated and allows multiple instances on a single computer. While intended for development, it is sometimes used to serve live web pages after enabling security features.

xampp
WordPress #1 17
Same Content – Different Themes
Fuzzy line between “blog” and full web site
 http://thegrovelibrary.net
 http://stillwater.sals.edu
 looks more like a magazine than a blog
 http://tamworthlibrary.org
 Nice website – put together by Lichen Rancourt
Other Sample Sites
WordPress Installation
Local or Hosted?
Automatic or Manual?
 Cost?
 Storage capacity?
 Bandwidth?
 Tech Support?
 Install software yourself
 http://wordpress.org
WordPress #1 20
Hosting on your own server?
http://www.flickr.com/photos/jamisonjudd/2433102356

Recommended for you

Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT

The document provides an introduction to WordPress, including its history and how to set it up. It discusses the workshop goals of giving an overview of WordPress, how to install it, develop sites with it, use themes, and plugins. It then provides details on the prerequisites for using WordPress, an overview of what it is and its history starting in 2003. It outlines the basic 8 steps for setting up WordPress which includes installing a local server, creating a database, copying WordPress files, configuring it, running the installation, logging into the admin panel, and visiting the front site. It also provides brief descriptions of what themes and plugins are in WordPress.

wordpress
Password Security and Use of John the Ripper Tool
Password Security and Use of John the Ripper ToolPassword Security and Use of John the Ripper Tool
Password Security and Use of John the Ripper Tool

Information security is one of the main concerns in modern society. Even though we have much more advanced methods to secure our data, good old passwords are the final security measurement standing between our information and the outside world. So, the security of passwords is very important for the overall security of a system, network, or application. In this paper, the learner discusses about John the ripper tool and its 4 different password cracking modes. Using Kali Linux operating system and John the ripper tool, learner demonstrates the Single crack mode by creating different passwords in different strength levels and cracking them. By analysing the time, which is taken to crack those passwords, learner is looking forward to gain knowledge about strong and weak passwords along with their characteristics. At last, learner discusses about major principles behind password policies to learn about good password construction and password management. By using that knowledge, learner creates an organizational password policy for “Rythmo Art Gallery”.

passwordsecuritypassword security
http presentation 1.pptx
http presentation 1.pptxhttp presentation 1.pptx
http presentation 1.pptx

Presented HTTP, TCP full notes with ppt Presented by Deepak Kumar, Maharishi Markandeshwar University, Mullana

 Often under $10/month
 Tech support available
 http://wordpress.org/hosting
 One Click Install!
 Your Hosting Provider will have:
 QuickInstall
 Fantastico
WordPress #1 21
Commercial Hosting
For more hosts: http://wordpress.org/hosting/
 WordPress.com provides hosting service for blogs and
standard configurations;
 Staring at $18 per year! Support included...
 Upgrades $99 and more…
 WordPress.org offers blogging software, documentation,
features & support
 WordPress MU (multi-user), a relatively complex program
that allows you to run thousands of blogs
WordPress #1 22
Which Version?
 Download from http://wordpress.org/download/
Or http://wordpress.org/latest.tar.gz
 Bitnami: http://bitnami.org/stack/wordpress
 WordPress on a USB stick!
http://portableapps.com/apps/development/xampp
WordPress #1 23
Manual installation
 Content Management Systems (CMS)
 History, Architecture and features
 Blogging Basics, Types of blogs
 Automatic Installation
 Manual installation
WordPress #1 24
Class #1 Review

Recommended for you

Traditional Firewall vs. Next Generation Firewall
Traditional Firewall vs. Next Generation FirewallTraditional Firewall vs. Next Generation Firewall
Traditional Firewall vs. Next Generation Firewall

Traditional firewalls control traffic entering and exiting a network using stateless or stateful methods. Next-generation firewalls combine traditional firewall features with additional capabilities like deep packet inspection, intrusion prevention, and application awareness. While traditional and next-generation firewalls both provide static packet filtering and stateful inspection, next-generation firewalls offer more advanced protection through deep packet inspection at the application level and integration of outside threat intelligence. The document compares features of leading next-generation firewall vendors Cisco, CheckPoint, Fortinet, WatchGuard and Dell.

firewallngfwnext generation firewall
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress

1. The document provides an introduction to WordPress presented by Harshad Mane. It covers what WordPress is, its history and usage statistics, how to install WordPress, and how to customize WordPress sites using themes, plugins, and other features. 2. The presentation explains how to set up WordPress locally, create posts and pages, use categories and tags, and manage comments and users. 3. In closing, it discusses potential career paths in web development, design, and teaching using WordPress skills.

wordpress
WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational Intranet

This document discusses using WordPress as a content management system for an organizational intranet. The goals of the project were to improve information architecture, usability, search, and allow more decentralized content control. WordPress Multisite was implemented with custom themes and plugins. Key features included aggregated feeds and events across sites, standardized branding, and an anonymous feedback blog. Lessons learned included the need for table editing, ongoing training, custom CSS classes, and ensuring server performance for a large WordPress Multisite installation.

More Related Content

What's hot

Php Ppt
Php PptPhp Ppt
Php Ppt
vsnmurthy
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
Manish Bothra
 
WEB TECHNOLOGIES- PHP Programming
WEB TECHNOLOGIES-  PHP ProgrammingWEB TECHNOLOGIES-  PHP Programming
Http request&response by Vignesh 15 MAR 2014
Http request&response by Vignesh 15 MAR 2014Http request&response by Vignesh 15 MAR 2014
Http request&response by Vignesh 15 MAR 2014
Navaneethan Naveen
 
How to hack wireless internet connections using aircrack-ng
How to hack wireless internet connections using aircrack-ngHow to hack wireless internet connections using aircrack-ng
How to hack wireless internet connections using aircrack-ng
Open Knowledge Nepal
 
Html
HtmlHtml
Intro to Coldfusion
Intro to ColdfusionIntro to Coldfusion
Intro to Coldfusion
Terry Ryan
 
Web Development Course: PHP lecture 1
Web Development Course: PHP lecture 1Web Development Course: PHP lecture 1
Web Development Course: PHP lecture 1
Gheyath M. Othman
 
Introduction to Web development
Introduction to Web developmentIntroduction to Web development
Introduction to Web development
Md. Shafiuzzaman Hira
 
Buffer overflow explained
Buffer overflow explainedBuffer overflow explained
Buffer overflow explained
Teja Babu
 
Hack like a pro with burp suite - nullhyd
Hack like a pro with burp suite - nullhydHack like a pro with burp suite - nullhyd
Hack like a pro with burp suite - nullhyd
n|u - The Open Security Community
 
Burp Suite Starter
Burp Suite StarterBurp Suite Starter
Burp Suite Starter
Fadi Abdulwahab
 
B&W Netsparker overview
B&W Netsparker overviewB&W Netsparker overview
B&W Netsparker overview
Marusya Maruzhenko
 
uniFLOW Print Management for Corporate Clients
uniFLOW Print Management for Corporate ClientsuniFLOW Print Management for Corporate Clients
uniFLOW Print Management for Corporate Clients
richardfishburn
 
Xampp Ppt
Xampp PptXampp Ppt
Xampp Ppt
guestb4b8d8e
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT
mayur akabari
 
Password Security and Use of John the Ripper Tool
Password Security and Use of John the Ripper ToolPassword Security and Use of John the Ripper Tool
Password Security and Use of John the Ripper Tool
Neranjan Viduranga
 
http presentation 1.pptx
http presentation 1.pptxhttp presentation 1.pptx
http presentation 1.pptx
DeepakKumar408406
 
Traditional Firewall vs. Next Generation Firewall
Traditional Firewall vs. Next Generation FirewallTraditional Firewall vs. Next Generation Firewall
Traditional Firewall vs. Next Generation Firewall
美兰 曾
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
Harshad Mane
 

What's hot (20)

Php Ppt
Php PptPhp Ppt
Php Ppt
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
 
WEB TECHNOLOGIES- PHP Programming
WEB TECHNOLOGIES-  PHP ProgrammingWEB TECHNOLOGIES-  PHP Programming
WEB TECHNOLOGIES- PHP Programming
 
Http request&response by Vignesh 15 MAR 2014
Http request&response by Vignesh 15 MAR 2014Http request&response by Vignesh 15 MAR 2014
Http request&response by Vignesh 15 MAR 2014
 
How to hack wireless internet connections using aircrack-ng
How to hack wireless internet connections using aircrack-ngHow to hack wireless internet connections using aircrack-ng
How to hack wireless internet connections using aircrack-ng
 
Html
HtmlHtml
Html
 
Intro to Coldfusion
Intro to ColdfusionIntro to Coldfusion
Intro to Coldfusion
 
Web Development Course: PHP lecture 1
Web Development Course: PHP lecture 1Web Development Course: PHP lecture 1
Web Development Course: PHP lecture 1
 
Introduction to Web development
Introduction to Web developmentIntroduction to Web development
Introduction to Web development
 
Buffer overflow explained
Buffer overflow explainedBuffer overflow explained
Buffer overflow explained
 
Hack like a pro with burp suite - nullhyd
Hack like a pro with burp suite - nullhydHack like a pro with burp suite - nullhyd
Hack like a pro with burp suite - nullhyd
 
Burp Suite Starter
Burp Suite StarterBurp Suite Starter
Burp Suite Starter
 
B&W Netsparker overview
B&W Netsparker overviewB&W Netsparker overview
B&W Netsparker overview
 
uniFLOW Print Management for Corporate Clients
uniFLOW Print Management for Corporate ClientsuniFLOW Print Management for Corporate Clients
uniFLOW Print Management for Corporate Clients
 
Xampp Ppt
Xampp PptXampp Ppt
Xampp Ppt
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT
 
Password Security and Use of John the Ripper Tool
Password Security and Use of John the Ripper ToolPassword Security and Use of John the Ripper Tool
Password Security and Use of John the Ripper Tool
 
http presentation 1.pptx
http presentation 1.pptxhttp presentation 1.pptx
http presentation 1.pptx
 
Traditional Firewall vs. Next Generation Firewall
Traditional Firewall vs. Next Generation FirewallTraditional Firewall vs. Next Generation Firewall
Traditional Firewall vs. Next Generation Firewall
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 

Viewers also liked

WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational Intranet
Tech Liminal
 
WordPress Code Architecture
WordPress Code ArchitectureWordPress Code Architecture
WordPress Code Architecture
Mario Peshev
 
Wordpress for Dummies
Wordpress for DummiesWordpress for Dummies
Wordpress for Dummies
Bow Kraivanich
 
Riksantikvarieämbetet på WordCamp 22 okt 2012
Riksantikvarieämbetet på WordCamp 22 okt 2012Riksantikvarieämbetet på WordCamp 22 okt 2012
Riksantikvarieämbetet på WordCamp 22 okt 2012
Henrik Löwenhamn
 
Det asociala intranätet är dött - leve det sociala intranätet!
Det asociala intranätet är dött - leve det sociala intranätet!Det asociala intranätet är dött - leve det sociala intranätet!
Det asociala intranätet är dött - leve det sociala intranätet!
Jonas Söderström
 
WordPress for beginners 1
WordPress for beginners 1WordPress for beginners 1
WordPress for beginners 1
Aaditya Bhatta
 
Content Architecture in WordPress
Content Architecture in WordPressContent Architecture in WordPress
Content Architecture in WordPress
Jamie Schmid
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress Theme
Julie Kuehl
 
Estructura Wordpress
Estructura WordpressEstructura Wordpress
Estructura Wordpress
Jose Luis Ramal
 
Wordpress customer support
Wordpress customer support Wordpress customer support
Wordpress customer support
wordpress technical support
 
Vancouver WordPress Meetup - WordPress 101
Vancouver WordPress Meetup - WordPress 101Vancouver WordPress Meetup - WordPress 101
Vancouver WordPress Meetup - WordPress 101
designfaire
 
CISSP introduction 2016 Udemy Course
CISSP introduction 2016 Udemy CourseCISSP introduction 2016 Udemy Course
CISSP introduction 2016 Udemy Course
Adrian Mikeliunas
 
Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS
Harish Ganesan
 
Software Design Document
Software Design DocumentSoftware Design Document
Software Design Document
Nadia Nahar
 
Software Design Description (SDD) sample
Software Design Description (SDD) sampleSoftware Design Description (SDD) sample
Software Design Description (SDD) sample
Peny Gama
 
Trends in Enterprise WordPress Content
Trends in Enterprise WordPress ContentTrends in Enterprise WordPress Content
Trends in Enterprise WordPress Content
Sara Rosso
 
WordPress & User Experience - WordCamp London
WordPress & User Experience - WordCamp LondonWordPress & User Experience - WordCamp London
WordPress & User Experience - WordCamp London
Sara Cannon
 

Viewers also liked (18)

WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational Intranet
 
Architecture for WordPress on AWS
Architecture for WordPress on AWSArchitecture for WordPress on AWS
Architecture for WordPress on AWS
 
WordPress Code Architecture
WordPress Code ArchitectureWordPress Code Architecture
WordPress Code Architecture
 
Wordpress for Dummies
Wordpress for DummiesWordpress for Dummies
Wordpress for Dummies
 
Riksantikvarieämbetet på WordCamp 22 okt 2012
Riksantikvarieämbetet på WordCamp 22 okt 2012Riksantikvarieämbetet på WordCamp 22 okt 2012
Riksantikvarieämbetet på WordCamp 22 okt 2012
 
Det asociala intranätet är dött - leve det sociala intranätet!
Det asociala intranätet är dött - leve det sociala intranätet!Det asociala intranätet är dött - leve det sociala intranätet!
Det asociala intranätet är dött - leve det sociala intranätet!
 
WordPress for beginners 1
WordPress for beginners 1WordPress for beginners 1
WordPress for beginners 1
 
Content Architecture in WordPress
Content Architecture in WordPressContent Architecture in WordPress
Content Architecture in WordPress
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress Theme
 
Estructura Wordpress
Estructura WordpressEstructura Wordpress
Estructura Wordpress
 
Wordpress customer support
Wordpress customer support Wordpress customer support
Wordpress customer support
 
Vancouver WordPress Meetup - WordPress 101
Vancouver WordPress Meetup - WordPress 101Vancouver WordPress Meetup - WordPress 101
Vancouver WordPress Meetup - WordPress 101
 
CISSP introduction 2016 Udemy Course
CISSP introduction 2016 Udemy CourseCISSP introduction 2016 Udemy Course
CISSP introduction 2016 Udemy Course
 
Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS
 
Software Design Document
Software Design DocumentSoftware Design Document
Software Design Document
 
Software Design Description (SDD) sample
Software Design Description (SDD) sampleSoftware Design Description (SDD) sample
Software Design Description (SDD) sample
 
Trends in Enterprise WordPress Content
Trends in Enterprise WordPress ContentTrends in Enterprise WordPress Content
Trends in Enterprise WordPress Content
 
WordPress & User Experience - WordCamp London
WordPress & User Experience - WordCamp LondonWordPress & User Experience - WordCamp London
WordPress & User Experience - WordCamp London
 

Similar to Introduction to WordPress Class 1

A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012
Kathryn Presner
 
Using Wordpress for Internet Publishing
Using Wordpress for Internet PublishingUsing Wordpress for Internet Publishing
Using Wordpress for Internet Publishing
Ohio Public Library Information Network (OPLIN)
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012
Kathryn Presner
 
Beginners' Guide to WordPress
Beginners' Guide to WordPressBeginners' Guide to WordPress
Beginners' Guide to WordPress
Shannon Smith
 
Introduction wordpress
Introduction wordpressIntroduction wordpress
Introduction wordpress
Hall_
 
Prabhanjan Panigrahi
Prabhanjan PanigrahiPrabhanjan Panigrahi
Prabhanjan Panigrahi
Anirban Saha
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08
Jamie Oastler
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
Anvil Media, Inc.
 
Introduction to WordPress Class 3
Introduction to WordPress Class 3Introduction to WordPress Class 3
Introduction to WordPress Class 3
Adrian Mikeliunas
 
A Beginner's Guide to WordPress - WordCamp Toronto 2012
A Beginner's Guide to WordPress - WordCamp Toronto 2012A Beginner's Guide to WordPress - WordCamp Toronto 2012
A Beginner's Guide to WordPress - WordCamp Toronto 2012
Kathryn Presner
 
Complete word press explained guide for beginners 2022
 Complete word press explained guide for beginners 2022 Complete word press explained guide for beginners 2022
Complete word press explained guide for beginners 2022
aashna wafa
 
Introduction to WordPress Class 4
Introduction to WordPress Class 4Introduction to WordPress Class 4
Introduction to WordPress Class 4
Adrian Mikeliunas
 
WordPress Essentials for Beginners - YES Montreal November 2015
WordPress Essentials for Beginners - YES Montreal November 2015WordPress Essentials for Beginners - YES Montreal November 2015
WordPress Essentials for Beginners - YES Montreal November 2015
Kathryn Presner
 
Web publishing
Web publishingWeb publishing
Web publishing
Kanav Sood
 
Overview and hosting
Overview and hostingOverview and hosting
Overview and hosting
Nadine Wildmann
 
Wordpress
WordpressWordpress
Wordpress
Arjun Srivastava
 
Internet Librarian Slides
Internet Librarian SlidesInternet Librarian Slides
Internet Librarian Slides
Polly Farrington
 
How to Blog - #ACR14 Social Media Bootcamp
How to Blog - #ACR14  Social Media BootcampHow to Blog - #ACR14  Social Media Bootcamp
How to Blog - #ACR14 Social Media Bootcamp
Paul Sufka
 
Difference Between WordPress and PHP Websites.pdf
Difference Between WordPress and PHP Websites.pdfDifference Between WordPress and PHP Websites.pdf
Difference Between WordPress and PHP Websites.pdf
Host It Smart
 
Amazing WordPress & Productivity Tips
Amazing WordPress & Productivity TipsAmazing WordPress & Productivity Tips
Amazing WordPress & Productivity Tips
Tony Cecala, Ph.D.
 

Similar to Introduction to WordPress Class 1 (20)

A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012
 
Using Wordpress for Internet Publishing
Using Wordpress for Internet PublishingUsing Wordpress for Internet Publishing
Using Wordpress for Internet Publishing
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012
 
Beginners' Guide to WordPress
Beginners' Guide to WordPressBeginners' Guide to WordPress
Beginners' Guide to WordPress
 
Introduction wordpress
Introduction wordpressIntroduction wordpress
Introduction wordpress
 
Prabhanjan Panigrahi
Prabhanjan PanigrahiPrabhanjan Panigrahi
Prabhanjan Panigrahi
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 
Introduction to WordPress Class 3
Introduction to WordPress Class 3Introduction to WordPress Class 3
Introduction to WordPress Class 3
 
A Beginner's Guide to WordPress - WordCamp Toronto 2012
A Beginner's Guide to WordPress - WordCamp Toronto 2012A Beginner's Guide to WordPress - WordCamp Toronto 2012
A Beginner's Guide to WordPress - WordCamp Toronto 2012
 
Complete word press explained guide for beginners 2022
 Complete word press explained guide for beginners 2022 Complete word press explained guide for beginners 2022
Complete word press explained guide for beginners 2022
 
Introduction to WordPress Class 4
Introduction to WordPress Class 4Introduction to WordPress Class 4
Introduction to WordPress Class 4
 
WordPress Essentials for Beginners - YES Montreal November 2015
WordPress Essentials for Beginners - YES Montreal November 2015WordPress Essentials for Beginners - YES Montreal November 2015
WordPress Essentials for Beginners - YES Montreal November 2015
 
Web publishing
Web publishingWeb publishing
Web publishing
 
Overview and hosting
Overview and hostingOverview and hosting
Overview and hosting
 
Wordpress
WordpressWordpress
Wordpress
 
Internet Librarian Slides
Internet Librarian SlidesInternet Librarian Slides
Internet Librarian Slides
 
How to Blog - #ACR14 Social Media Bootcamp
How to Blog - #ACR14  Social Media BootcampHow to Blog - #ACR14  Social Media Bootcamp
How to Blog - #ACR14 Social Media Bootcamp
 
Difference Between WordPress and PHP Websites.pdf
Difference Between WordPress and PHP Websites.pdfDifference Between WordPress and PHP Websites.pdf
Difference Between WordPress and PHP Websites.pdf
 
Amazing WordPress & Productivity Tips
Amazing WordPress & Productivity TipsAmazing WordPress & Productivity Tips
Amazing WordPress & Productivity Tips
 

More from Adrian Mikeliunas

Office Hour Week 14 Adrian.pptx
Office Hour Week 14 Adrian.pptxOffice Hour Week 14 Adrian.pptx
Office Hour Week 14 Adrian.pptx
Adrian Mikeliunas
 
WordPress Security 2018
WordPress Security 2018WordPress Security 2018
WordPress Security 2018
Adrian Mikeliunas
 
Introduction to WordPress Class 6
Introduction to WordPress Class 6Introduction to WordPress Class 6
Introduction to WordPress Class 6
Adrian Mikeliunas
 
Introduction to WordPress Class 5
Introduction to WordPress Class 5Introduction to WordPress Class 5
Introduction to WordPress Class 5
Adrian Mikeliunas
 
Introduction to WordPress Class 2
Introduction to WordPress Class 2Introduction to WordPress Class 2
Introduction to WordPress Class 2
Adrian Mikeliunas
 
Genymotion Android fast development
Genymotion Android fast development Genymotion Android fast development
Genymotion Android fast development
Adrian Mikeliunas
 
Cómo usar la tecnología para generar más Seguridad y desarrollo local
Cómo usar la tecnología para generar más Seguridad y desarrollo localCómo usar la tecnología para generar más Seguridad y desarrollo local
Cómo usar la tecnología para generar más Seguridad y desarrollo local
Adrian Mikeliunas
 
Linux introduction Class 03
Linux introduction Class 03Linux introduction Class 03
Linux introduction Class 03
Adrian Mikeliunas
 
Linux introduction Class 02
Linux introduction Class 02Linux introduction Class 02
Linux introduction Class 02
Adrian Mikeliunas
 
Linux introduction, class 1
Linux introduction, class 1Linux introduction, class 1
Linux introduction, class 1
Adrian Mikeliunas
 
Task deck
Task deckTask deck
Ii 1500-publishing your android application
Ii 1500-publishing your android applicationIi 1500-publishing your android application
Ii 1500-publishing your android application
Adrian Mikeliunas
 
Ii 1300-java essentials for android
Ii 1300-java essentials for androidIi 1300-java essentials for android
Ii 1300-java essentials for android
Adrian Mikeliunas
 
Ii 1100-android development for fun and profit
Ii 1100-android development for fun and profitIi 1100-android development for fun and profit
Ii 1100-android development for fun and profit
Adrian Mikeliunas
 
Cyber Security At The Cinema
Cyber Security At The CinemaCyber Security At The Cinema
Cyber Security At The Cinema
Adrian Mikeliunas
 

More from Adrian Mikeliunas (15)

Office Hour Week 14 Adrian.pptx
Office Hour Week 14 Adrian.pptxOffice Hour Week 14 Adrian.pptx
Office Hour Week 14 Adrian.pptx
 
WordPress Security 2018
WordPress Security 2018WordPress Security 2018
WordPress Security 2018
 
Introduction to WordPress Class 6
Introduction to WordPress Class 6Introduction to WordPress Class 6
Introduction to WordPress Class 6
 
Introduction to WordPress Class 5
Introduction to WordPress Class 5Introduction to WordPress Class 5
Introduction to WordPress Class 5
 
Introduction to WordPress Class 2
Introduction to WordPress Class 2Introduction to WordPress Class 2
Introduction to WordPress Class 2
 
Genymotion Android fast development
Genymotion Android fast development Genymotion Android fast development
Genymotion Android fast development
 
Cómo usar la tecnología para generar más Seguridad y desarrollo local
Cómo usar la tecnología para generar más Seguridad y desarrollo localCómo usar la tecnología para generar más Seguridad y desarrollo local
Cómo usar la tecnología para generar más Seguridad y desarrollo local
 
Linux introduction Class 03
Linux introduction Class 03Linux introduction Class 03
Linux introduction Class 03
 
Linux introduction Class 02
Linux introduction Class 02Linux introduction Class 02
Linux introduction Class 02
 
Linux introduction, class 1
Linux introduction, class 1Linux introduction, class 1
Linux introduction, class 1
 
Task deck
Task deckTask deck
Task deck
 
Ii 1500-publishing your android application
Ii 1500-publishing your android applicationIi 1500-publishing your android application
Ii 1500-publishing your android application
 
Ii 1300-java essentials for android
Ii 1300-java essentials for androidIi 1300-java essentials for android
Ii 1300-java essentials for android
 
Ii 1100-android development for fun and profit
Ii 1100-android development for fun and profitIi 1100-android development for fun and profit
Ii 1100-android development for fun and profit
 
Cyber Security At The Cinema
Cyber Security At The CinemaCyber Security At The Cinema
Cyber Security At The Cinema
 

Recently uploaded

20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly DetectionAdvanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Bert Blevins
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
HackersList
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Erasmo Purificato
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
Tatiana Al-Chueyr
 
Best Programming Language for Civil Engineers
Best Programming Language for Civil EngineersBest Programming Language for Civil Engineers
Best Programming Language for Civil Engineers
Awais Yaseen
 
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
Neo4j
 
Manual | Product | Research Presentation
Manual | Product | Research PresentationManual | Product | Research Presentation
Manual | Product | Research Presentation
welrejdoall
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
Calgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptxCalgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptx
ishalveerrandhawa1
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
ScyllaDB
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
ScyllaDB
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Bert Blevins
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
huseindihon
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
SynapseIndia
 
DealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 editionDealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 edition
Yevgen Sysoyev
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
Stephanie Beckett
 

Recently uploaded (20)

20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly DetectionAdvanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
 
Best Programming Language for Civil Engineers
Best Programming Language for Civil EngineersBest Programming Language for Civil Engineers
Best Programming Language for Civil Engineers
 
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
 
Manual | Product | Research Presentation
Manual | Product | Research PresentationManual | Product | Research Presentation
Manual | Product | Research Presentation
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
Calgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptxCalgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptx
 
Measuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at TwitterMeasuring the Impact of Network Latency at Twitter
Measuring the Impact of Network Latency at Twitter
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
find out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challengesfind out more about the role of autonomous vehicles in facing global challenges
find out more about the role of autonomous vehicles in facing global challenges
 
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptxRPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
RPA In Healthcare Benefits, Use Case, Trend And Challenges 2024.pptx
 
DealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 editionDealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 edition
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
 

Introduction to WordPress Class 1

  • 1. Intro to WordPress ACE #CT01756 Intro to WordPress By Adrian Mikeliunas http://learnwp.us/week1/ SESSION# 1 of 6
  • 2.  Content Management Systems (CMS)  History, Architecture and features  Blogging Basics, Types of blogs  Automatic Installation  Manual installation Class #1 Agenda http://farm4.static.flickr.com/3036/2913018697_ccbb33e993_b.jpgWordPress #1 2
  • 3.  WordPress is a free and open source blogging tool & a content management system (CMS) based on PHP & MySQL, which runs from a web server  Open Source  CMS  PHP  MySQL  Apache (or IIS) WordPress #1 3 What is WordPress? http://en.wikipedia.org/wiki/Wordpress
  • 4. WordPress #1 4 CMS Architecture Web Server APACHE Client App Server PHP Database Server MYSQL
  • 5. WordPress #1 5 Content Management Systems (CMS)
  • 6. CMS  Templates  Themes  Plugins  Extensions WordPress #1 6 CMS vs Web Site Web Site  HTML  CSS  JS/PHP/ASP  DB? DYNAMIC STATIC/ COMPLEX
  • 7. WordPress Joomla Drupal SharePoint Popularity #1 Architecture AMP AMP AMP IIS/ASP/SQL Strength Blog Flexible Weakness Simple Moderate Complex $$ Community Yes Yes Yes Moderate Market Bloggers Enterprise WordPress #1 7 CMS Comparison AMP = Apache, MySQL, PHP IIS/ASP/SQL=Microsoft Server
  • 8.  Started version 1.0 on May of 2003  Current Version is 4.5.3 as of June 2016  More than half of top 20 blogs sites use WordPress!  Over 60 million people have chosen WordPress to power their web pages!  Hall of Fame CMS category Open Source Awards  http://www.awwwards.com/websites/cms  https://wordpress.org/showcase  http://builtwith.com to find out how a site was built… WordPress #1 8 History, Architecture, Features
  • 9.  Open Source Content Management System  Multi-user Multi-blog  Extended via Themes & PLugins  3 Folders and 14 top PHP scripts:  wp-admin  wp-content  wp-includes http://upload.wikimedia.org/wikipedia/commons/3/3d/Wordpress_ Template_Hierarchy.png WordPress #1 9 WordPress Features
  • 11.  is a discussion or informational site published on the Web, consisting of discrete entries ("posts")  Typically displayed in reverse chronological order  Entered by 1 or more persons Source: http://en.wikipedia.org/wiki/Blog Examples: http://www.hcplibrary.org/teen/wordpress/ WordPress #1 11 What is a Blog?
  • 12.  One article or post  Multiple comments to the post  Comments to the comments  Unusual blogs:  Youtube comments  WashingtonPost comments WordPress #1 12 Blogging Basics
  • 13.  Take responsibility not just for your own words, but for the comments you allow on your blog  Label your tolerance level for abusive comments  Consider eliminating anonymous comments  Ignore the trolls  Take the conversation offline, and talk directly, or find an intermediary who can do so  If you know someone who is behaving badly, tell them so  Don't say anything online that you wouldn't say in person Source: http://en.wikipedia.org/wiki/Blogger%27s_code_of_conduct WordPress #1 13 The Blogger's Code of Conduct
  • 14.  You create content  Content stored in a database  You pages get indexed by search engines…  User clicks on a link or directly  Pages don’t ‘exist’ until requested by web server  WordPress application  Retrieves content from database  CSS used to style page  Page is built “on the fly” by PHP resulting in HTML & JavaScript  Page is displayed to user’s browser WordPress #1 14 How it works
  • 15. WordPress #1 15 Add Content – Web Based Interface
  • 16. WordPress #1 16 Stored in a database the_title the_content
  • 17. WordPress #1 17 Same Content – Different Themes
  • 18. Fuzzy line between “blog” and full web site  http://thegrovelibrary.net  http://stillwater.sals.edu  looks more like a magazine than a blog  http://tamworthlibrary.org  Nice website – put together by Lichen Rancourt Other Sample Sites
  • 19. WordPress Installation Local or Hosted? Automatic or Manual?
  • 20.  Cost?  Storage capacity?  Bandwidth?  Tech Support?  Install software yourself  http://wordpress.org WordPress #1 20 Hosting on your own server? http://www.flickr.com/photos/jamisonjudd/2433102356
  • 21.  Often under $10/month  Tech support available  http://wordpress.org/hosting  One Click Install!  Your Hosting Provider will have:  QuickInstall  Fantastico WordPress #1 21 Commercial Hosting For more hosts: http://wordpress.org/hosting/
  • 22.  WordPress.com provides hosting service for blogs and standard configurations;  Staring at $18 per year! Support included...  Upgrades $99 and more…  WordPress.org offers blogging software, documentation, features & support  WordPress MU (multi-user), a relatively complex program that allows you to run thousands of blogs WordPress #1 22 Which Version?
  • 23.  Download from http://wordpress.org/download/ Or http://wordpress.org/latest.tar.gz  Bitnami: http://bitnami.org/stack/wordpress  WordPress on a USB stick! http://portableapps.com/apps/development/xampp WordPress #1 23 Manual installation
  • 24.  Content Management Systems (CMS)  History, Architecture and features  Blogging Basics, Types of blogs  Automatic Installation  Manual installation WordPress #1 24 Class #1 Review