20
Introduction to Wordpress JOMC 463 Newsdesk September 15, 2010 Tony Zeoli

Jomc463 beginner wordpress(zeoli)

Embed Size (px)

Citation preview

Page 1: Jomc463 beginner wordpress(zeoli)

Introduction to Wordpress

JOMC 463 NewsdeskSeptember 15, 2010

Tony Zeoli

Page 2: Jomc463 beginner wordpress(zeoli)

Wordpress is…

• A popular content management system otherwise known as a CMS.

• A fork of B2 Café Log, early blogging system• HTML/CSS (Layout and Style)• PHP (scripting)• MySql (database)• Matt Mullenweg, Mike Little• Open Source– Free to modify under GPL (General Public License)

Page 3: Jomc463 beginner wordpress(zeoli)

What makes Wordpress work

• LAMP– Linux Operating System

• Just another operating system, like Windows or MacOS.

– Apache Web Server• Resolves requests for web pages in folders on a machine connected

to the Internet. Delivers to your browser.

– MySql Database• Stores all the content and settings (except for physical assets like

photo and video—but saves the URL’s pointing to those media assets.

– PHP Scripting Language – Call information from the database and places it into pages, posts, headers, sidebars and footers.

Page 4: Jomc463 beginner wordpress(zeoli)

What does Wordpress look like?

• Wordpress is simply a folder full of files that do stuff.

• All files are dependant on each other to effectively run.

• Code, Front End and Back End.

Working in Wordpress

Page 5: Jomc463 beginner wordpress(zeoli)

WP-Content

• The WP-Content folder is the most important folder in Wordpress.

Page 6: Jomc463 beginner wordpress(zeoli)

WP-Content

• Stores your “themes,” uploads and plugins.

Page 7: Jomc463 beginner wordpress(zeoli)

WP-Config

• The WP-Config files is the most important file in Wordpress.

Page 8: Jomc463 beginner wordpress(zeoli)

WP-Content• If I upload files in Wordpress, where do they go?• WP-Content stores your “themes,” uploads and plugins.

Page 9: Jomc463 beginner wordpress(zeoli)

WP-Content

• wp-content > uploads > year > month

Page 10: Jomc463 beginner wordpress(zeoli)

Themes

• uploads > themes

Page 11: Jomc463 beginner wordpress(zeoli)

Plugins

• uploads > plugins

Page 12: Jomc463 beginner wordpress(zeoli)

You already know Content Mangement

• If you use:– Facebook– Twitter– Blogger– Wordpress.com– Blackboard– Basecamp– Any other online site where you log in and add

content, then save it, and it display on a web page somewhere.

Page 13: Jomc463 beginner wordpress(zeoli)

Facebook Notes

• Adding content to Wordpress is just like adding a Facebook note.

Page 14: Jomc463 beginner wordpress(zeoli)

Posting to Twitter is CMS driven

• Each post to Twitter is saved in a database by:– User– Date Stamp– Time Stamp– Keywords– Tags– Links

Page 15: Jomc463 beginner wordpress(zeoli)

How does stuff get into Wordpress?

• For Editors, Authors, Contributors– Publish Posts & Pages in Wordpress Admin.– Upload file assets using the Wordpress Media Library in

Wordpress Admin.• For Wordpress Developers– SSH: secure shell access < most secure.– SFTP: secure file transfer protocol < generally secure.– FTP: file transfer protocol < least secure.

• On ReeseNews, only developers can upload to our servers via SSH or SFTP. All staff will add content using the admin system.

Page 16: Jomc463 beginner wordpress(zeoli)

Wordpress Admin > Add New Post

Page 17: Jomc463 beginner wordpress(zeoli)

What’s a Theme?

• Wordpress is the engine.• The car body is the theme.

Page 18: Jomc463 beginner wordpress(zeoli)

Themes

• Free Themes– Download from Wordpress Codex

• Premium Themes ($$$)– Download from Theme developers

• Custom Themes– Build your own

• Theme Frameworks & Child Themes– Minimal Themes containing all relevant elements, just

override with “child theme” – a new CSS style sheet.

Page 19: Jomc463 beginner wordpress(zeoli)

Examples

• Free • Paid

Page 20: Jomc463 beginner wordpress(zeoli)

What do I need to know?

• For Editors– Managing content

• Categories, Tags• SEO• Writing Style/Spell Check• Assignment Desk / Digital Workflow• Formatting Content

• For Content Producers– Producing Content

• Posting Articles• Uploading media assets• Formatting Content• Non-traditional posting via mobile