SlideShare a Scribd company logo
Building Library Websites with WordPress Internet Librarian 2009 Polly-Alida Farrington Resources at: http://lib20.pbworks.com
Agenda What’s a Content Management System Wordpress as CMS – examples Hosting your site WordPress Building Blocks CMS features
Slides, notes, resources, etc. http://lib20.pbworks.com  links to additional resources and these slids http://libraryblogs.net  your test blogs are on this server.  NOTE: your libraryblogs.net accounts won’t have all the options we’re going to cover today.
WordPress is a Content Management System Create site without writing code Web based interface Contributors can focus on CONTENT! Update “look & feel” easily Content stored in a database  Flexible
WordPress is Open Source Free! You can access the source code.  And modify it. And develop tools to enhance it! Be part of the community that supports it. Other familiar open source software:  Firefox  Open Office
WordPress as CMS Examples
But first…. a blog
 
 
 
Writing a WordPress Post
PAGES make it more than a blog
Pages for Static Content
Custom Layout for Static Page
 
 
 
 
 
 
How it works You create content Content stored in a database  Pages don’t ‘exist’ until requested User clicks on a link PHP code retrieves content from database. CSS used to style page Page is displayed
Add Content – Web Based Interface
Stored in a database the_title the_content
Page created when requested
Same content on other pages
THEMES make it look good!
Same Content – Different Design
Types of Content Posts  – news articles, timely, up to date, frequently changing. Pages  – Static pages, timeless info, about, contact, policies, services, etc.  Links  – lists of links on a sidebar (aka: blogroll) Media  – photos and images Comments  – from your readers
Posts News & updates Timely Most recent first Comments!
Pages Static content eg:  About Us Contact Info Services etc.
Links
Media
Comments
Hosting WordPress
Free Hosted Versions
Free Hosted Versions
Self Hosted – Your Own Server Cost?  Storage capacity? Bandwidth? Tech Support?  Install software yourself PHP version 4.3 or greater  MySQL version 4.1.2 or greater  Recommended:  Linux & Apache
“If you have no idea what to do with this download….”  
Self Hosted – Commercial Services Often under $10/month Tech support One Click Install!  For more hosts: http://wordpress.org/hosting/
Technical Requirements For version 2.9 (coming soon) PHP version 4.3 or greater  MySQL version 4.1.2 or greater  http://codex.wordpress.org/Hosting_WordPress
WordPress Building Blocks Hopefully a live demo!
Getting Started
Your WordPress Site
Logging In  Your site address with /wp-admin on the end http://ca001.libraryblogs.net/wp-admin
Admin Dashboard
Users    Authors & Users For security reasons, don’t use ADMIN as your login name.
Users    Your Profile
Users    Your Profile
Users    Add New User
Settings    General
Settings    Permalinks
Editing a Post Permalink
Writing a Post News & events & updates Most recent appears at the top Older posts get bumped off the page Stored in Archives Special page for posts
Writing a Post
Writing a Post
Read More…
Read the rest of the entry…
Make a Post STICKY
Sticky post at top.
Publish Later
Tags vs Categories
Adding Images
Add Media Button
Add Media Button
 
Places image in post
Get rid of Caption?
ALT text
Adding Pages
Adding a New Page
Create Page Hierarchies
Hierarchy Shows on Sidebar
Links to Sub-Pages Format for creating a link to another page:  <a href=&quot;index.php?page_id=42&quot;>Page title</a > Get page ID from Pages    Edit panel.
Discussion - Comments  Settings    Discussion Set options for handling comments  Comments Approve, edit & delete comments Manage spam
Discussion Settings
Managing Comments
Approve, delete, spam it!
Review & Delete Spam
Themes
Themes
 
 
 
Themes – Add new themes
Search for a new theme
Browse for a new theme
Preview
Install
Installation Confirmed
Ready to activate
Adding Themes via FTP Download the theme to your computer Unzip it ftp to your server Copy the new theme folder to :   /wp-content/themes It will appear in list of themes Activate it
Directory Structure - Themes
Sidebar Widgets
Widgets on Sidebar
Appearance    Widgets
Text Widget to Customize
Text Widget & 3 rd  Party Content
Plugins
Plugins add functionality & features
Plugins Page
WordPress.com Stats Requires API code from wordpress.com  http://wordpress.org/extend/plugins/stats/
Google Analytics Sign up with GA Enter ID in WP Settings panel http://wordpress.org/extend/plugins/google-analytics-for-wordpress/
Akismet Requires API code from wordpress.com  http://wordpress.org/extend/plugins/akismet/
More great plugins later!
Adding New Plugins
Adding New - Search
Check the plugin first
Lots of earlier versions?
Lots of downloads?
Updating Plugins
View Details
Upgrade
Update Reactivated Successfully!
Add Plugins via FTP
WordPress Maintenance!
Plugins - Deactivate, then Delete
Backup! Backup your database: Via web host control panel Or wp-db-backup plugin  (wordpress.org/extend/plugins/wp-db-backup/) FTP to server and copy:  wp-content/themes wp-content/plugins wp-content/uploads (images, files, etc
WP-DB-BACKUP plugin
Tools    Upgrade Automatic upgrade plugin is so handy. BACKUP first!!!
CMS Tips & Tricks
‘ Pretty’ Permalinks
Settings    Permalinks
Custom Structure news/gaming-night-for-teens/
Making a static front page
Create a Main Page
Create a Page for Posts No Content for the  Page, just a title
Settings    Reading Select Front Page & Posts Page
News tab shows Posts now
But …  Home & Welcome both go to the same place.  Need to delete HOME
Edit header.php file Delete the line of code that creates the default HOME link
Yay, extra tab is gone!
More Code! Theme & CSS Editor
A quick look at the Theme Editor Modify existing themes Change fonts, colors, graphics Create your own themes NOTE: Can’t do this with class test blogs Wordpress.com – $$ extra
Example: Editable Theme Files
Stylesheet – styles.css
Custom 404 page
Default 404 – page not found
Custom 404
Custom 404 page
Appearance > Editor > 404.php
PHP code & HTML <?php get_header(); ?> <div id=&quot;primary&quot;> <h1 class=&quot;page-title&quot;>Oops! </h1> <p>Visit the <a href=“ <?php bloginfo('url'); ?> &quot;>Home Page</a></p> <?php include (TEMPLATEPATH . &quot;/searchform.php&quot;); ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Add Navigation to Footer
Custom Footer Navigation Bar added Customize the credits too!
With WP template tag
Or with straight HTML
Template Pages
Page uses “no sidebar” template
Add Page – Select Template
Editing a Template
Web Developer Firefox Add On
Artiseer ($) Theme Designer
Handy Plugins
My Page Order http://wordpress.org/extend/plugins/my-page-order/
My Page Order http://wordpress.org/extend/plugins/my-page-order/
AWS Easy Page Link Adds list of pages to the Insert Link dialog box VERY handy!  (note: doesn’t work with WP MU) http://wordpress.org/extend/plugins/aws-easy-page-link/
WP Contact Form Plugin http://wordpress.org/extend/plugins/wp-contact-form/
Add <!--contact form--> to a page
MobilePress Detects mobile device  Displays mobile version of page http://wordpress.org/extend/plugins/mobilepress/
MobilePress
Page Links To
Page Links To
Flexi Pages Many options for PAGES Widget List subpages only on the relevant pages Easily exclude pages http://wordpress.org/extend/plugins/flexi-pages-widget/
aggr – rss feed tool Place this code on page  <!--rss url=“ http://feed.address.here /&quot;-->  http://perassi.org/p/aggr/
aggr – rss feed tool
OpenBook Book Data http://johnmiedema.ca/portfolio/openbook-wordpress-plugin/
More Plugins…  There are more plugins on your test site! And still more listed at: http://delicious.com/grdnldy/wordpress+plugins http://wordpress.org/extend/plugins/
Some books WordPress For Dummies 2 nd  edition by Lisa Sabin Wilson WordPress 2.7 Cookbook by Jean-Baptiste Jung WordPress 2.7 Complete by April Hodge Silver & Hasin Hayder
More Help! WordPress Codex -  http://codex.wordpress.org/ WordPress Forums -  http://wordpress.org/support/ WordPress FAQ’s -  http://codex.wordpress.org/FAQ New to WordPress? –tips http://codex.wordpress.org/FAQ_New_To_WordPress
Thank you! http://lib20.pbworks.com
Photo Credits Jamison Judd,  Server Rack , April 21, 2008, Flickr, http://www.flickr.com/photos/jamisonjudd/2433102356/ Joe Popp,  'THAT WAS EASY!' , January 24, 2006, Flickr, http://www.flickr.com/photos/spackletoe/90811910/.  Open Source Graphic: www.lumaxart.com

More Related Content

PPTX
Intro to ExpressionEngine and CodeIgniter
PPT
Building a Simple, Responsive Website with ExpressionEngine
PDF
Getting to Know WordPress May 2015
PPT
WordPress 2.5 Overview - Rich Media Institute
PDF
How to Fix Error 404 in Wordpress
PPTX
Wordpress for Beginners: 10 Must Knows
PPT
Blog Pres
PPT
How websites and search engines work
Intro to ExpressionEngine and CodeIgniter
Building a Simple, Responsive Website with ExpressionEngine
Getting to Know WordPress May 2015
WordPress 2.5 Overview - Rich Media Institute
How to Fix Error 404 in Wordpress
Wordpress for Beginners: 10 Must Knows
Blog Pres
How websites and search engines work

What's hot (20)

PPTX
WordPress for Beginners
PPTX
Wordpress Intro
PDF
Wordpress 101 - The Basics by Jack Davenport
PDF
Getting to know WordPress
PPT
SynapseIndia wordpress installation training module
PPTX
WordPress101 ppt
PPT
Seminar Presentation for FrontPage
PPTX
Overview and hosting
PPTX
Tablepress - WordPress plugin on inserting Tables
PDF
Introduction to WordPress Class 2
PDF
Website Development Guidelines
PPTX
Create a stunning, mobile friendly business website with the divi theme
PDF
Test ss 1
PPT
UCBCHL - Guide to creating your online presence with Wordpress
PPTX
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
PPT
W pthemes
PDF
Alt tab - better apex tabs
PDF
Introduction to WordPress Class 3
PDF
Introduction to WordPress
PPTX
Facebook Developer Garage Cyberjaya
WordPress for Beginners
Wordpress Intro
Wordpress 101 - The Basics by Jack Davenport
Getting to know WordPress
SynapseIndia wordpress installation training module
WordPress101 ppt
Seminar Presentation for FrontPage
Overview and hosting
Tablepress - WordPress plugin on inserting Tables
Introduction to WordPress Class 2
Website Development Guidelines
Create a stunning, mobile friendly business website with the divi theme
Test ss 1
UCBCHL - Guide to creating your online presence with Wordpress
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
W pthemes
Alt tab - better apex tabs
Introduction to WordPress Class 3
Introduction to WordPress
Facebook Developer Garage Cyberjaya
Ad

Viewers also liked (6)

PPT
Presentazione Salonicco- Maria Perifanou
PPT
15 interesting ways_to_use_a_visualiser_in_the
PPT
Practice based learning in Higher Education
PPT
Delivering Internet Based Guidance Services
PPTX
Emotional Intelligence in Financial Planning
PPT
12 interesting way_to_use_a_nintendo_wii_in_th
Presentazione Salonicco- Maria Perifanou
15 interesting ways_to_use_a_visualiser_in_the
Practice based learning in Higher Education
Delivering Internet Based Guidance Services
Emotional Intelligence in Financial Planning
12 interesting way_to_use_a_nintendo_wii_in_th
Ad

Similar to Internet Librarian Slides (20)

PDF
WordPress 101
PPT
Every Artist needs a Great Website: Getting Started with WordPress
PDF
CONCEPT AND PDF OF WORDPRESS COURSE .pdf
PPT
SEO Recommendations for WordPress
PPT
WordPress Complete Tutorial
PPTX
WordPress 3.x for the sake of your sanity
PPTX
Wordpress For Begineer
PDF
Amazing WordPress & Productivity Tips
ODP
Building a WordPress Powered Website
PPT
Worldpress
PPT
Worldpress
PPT
Wordpress Beyond A Blog Word Camp Toronto08
PPTX
Wordpress seo and digital marketing
PPTX
Wordpress podcamp2011
PPTX
Create Professional Websites on a Shoestring
PPT
Introduction wordpress
PPTX
Web publishing
ODP
Wordpress as a CMS
PPTX
Wordpress
PPT
WordPress for Libraries PreConference Workshop
WordPress 101
Every Artist needs a Great Website: Getting Started with WordPress
CONCEPT AND PDF OF WORDPRESS COURSE .pdf
SEO Recommendations for WordPress
WordPress Complete Tutorial
WordPress 3.x for the sake of your sanity
Wordpress For Begineer
Amazing WordPress & Productivity Tips
Building a WordPress Powered Website
Worldpress
Worldpress
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress seo and digital marketing
Wordpress podcamp2011
Create Professional Websites on a Shoestring
Introduction wordpress
Web publishing
Wordpress as a CMS
Wordpress
WordPress for Libraries PreConference Workshop

More from Polly Farrington (20)

PDF
CDLC 2013 Annual Meeting Keynote
PDF
23 Things & Learning 2.0 in Schools
PPT
NYLA Preconference - Beyond PowerPoint
PPT
Making Learning Stick
PPT
Digital Presence & Online Outreach
PPT
Google Update
PPT
School Library Websites
PPT
Getting Started with iGoogle
PPT
Rockland BOCES School Library System
PPT
WordPress in School Libraries
PPT
Google Maps, Earth & Lit Trips
PPT
Google Search & Tools Update - North Country
PPT
12 back to school tech tools
PPT
Google Search Update
PPT
2010 05-crandall
PPT
Google Search Update
PPT
Google Earth
PPT
Google Tools for Schools
PPT
Meeting Community Needs: 2.0 Tools & Statewide Services
PPT
Google Reference Update
CDLC 2013 Annual Meeting Keynote
23 Things & Learning 2.0 in Schools
NYLA Preconference - Beyond PowerPoint
Making Learning Stick
Digital Presence & Online Outreach
Google Update
School Library Websites
Getting Started with iGoogle
Rockland BOCES School Library System
WordPress in School Libraries
Google Maps, Earth & Lit Trips
Google Search & Tools Update - North Country
12 back to school tech tools
Google Search Update
2010 05-crandall
Google Search Update
Google Earth
Google Tools for Schools
Meeting Community Needs: 2.0 Tools & Statewide Services
Google Reference Update

Recently uploaded (20)

PDF
Computing-Curriculum for Schools in Ghana
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
Lesson notes of climatology university.
PPTX
Cell Types and Its function , kingdom of life
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Complications of Minimal Access Surgery at WLH
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Trump Administration's workforce development strategy
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
master seminar digital applications in india
PDF
01-Introduction-to-Information-Management.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
Computing-Curriculum for Schools in Ghana
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
FourierSeries-QuestionsWithAnswers(Part-A).pdf
human mycosis Human fungal infections are called human mycosis..pptx
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Lesson notes of climatology university.
Cell Types and Its function , kingdom of life
O7-L3 Supply Chain Operations - ICLT Program
Anesthesia in Laparoscopic Surgery in India
Microbial diseases, their pathogenesis and prophylaxis
Complications of Minimal Access Surgery at WLH
Supply Chain Operations Speaking Notes -ICLT Program
Chinmaya Tiranga quiz Grand Finale.pdf
Trump Administration's workforce development strategy
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
master seminar digital applications in india
01-Introduction-to-Information-Management.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
2.FourierTransform-ShortQuestionswithAnswers.pdf

Internet Librarian Slides