Final Presentation WordPress 3.0+ Leonard Bogdonoff 12/6/11 T. DEDONNO CIM225.

Slides:



Advertisements
Similar presentations
Deconstructing the Loop AL DAVIS WPTEACH.COM
Advertisements

Wordpress Theme Hacks Nearly Anyone Can Do Afraid you might "break something" by mucking around in your theme? With a little determination, and just a.
@beckyddesign Beckydavisdesign.com Take Control of Your Site with WordPress.
Selected Topics Dr Yi Zhou
Seattle Drupal Clinic Introduction to Drupal and Web Content Management.
Government Web Template (GWT) for WordPress Updated 03/20/2015.
Customizing your Theme Information Systems 337 Prof. Harry Plantinga.
Easy Website Creation Using WordPress Welcome and Thank You to our Sponsors.
Content Management, Working with WordPress Pavel Ivanov Telerik Corporation
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Web Services Presentation. Site Management Console (SMC)
WPML Translation plugin is the best option when you need to translate your Wordpress website into multiple languages. The plugin makes it easy to translate.
Νοέμβριος 2007 ΝΙΚΟΛΑΟΣ ΚΑΝΤΖΕΛΗΣ Use Worpress to create your own blog WORDPRESS 2.0.
Web 2.0 Tools Carmen N. Malavé Lyvanice Pérez INCO 3005 (05) Dr. Jesús López Oral Presentation Wordpress.com.
Wordpress as a content management system Building a better website with content management systems | June 12, 2009.
INSTALLATION OF WORDPRESS. WORDPRESS WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Intro to Web Design WORKING WITH WORDPRESS. Programming for the Web.
UWWD In our quest to eliminate bad websites, we present…. HALLELUJAH!!
Learning Word Press. You will learn how to Get your own Get hosting for your website Get a design for your website Learn.
Build a WordPress theme from HTML5 template Mario Peshev Devrix Devrix OnTheGo OnTheGo.
PROJECT 3: E-PORTFOLIO PHASE 1. WHAT IS AN E-PORTFOLIO? “An e-portfolio, also known as electronic portfolio, digital portfolio, or electronic resume,
Jiří Balej, Martin Podborský, Petra Čačková.  Tools, which enables to produce content without source code knowledge  Text document ◦ MS Word/OO Writer.
What is Wordpress?  WordPress has a web template processor. Users can re-arrange widgets without editing PHP of HTML code; they can also install and.
Drupal Workshop Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology, Drupal technology, directories.
Basics of Administration & Theming - Smarajit Dasgupta.
Launch Your WordPress site in One Hour By Bret Phillips For slides, codes, and notes: Web Devils WordPress.
What Every WordPress User Should Know By: Anthony Montalbano & John Pratt (JTPratt Media)
Introduction to WordPress with SiteControl By: Web Services.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
#psuweb13 WORDPRESS THEMES 101 A WORDPRESS THEME INTRO WORKSHOP.
Drupal Training Syllabus Chaitanya Lakshmi
Server-side Scripting Powering the webs favourite services.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
WordPress Fast Track. What Is WordPress? Learn what WordPress is Know why WordPress is a popular tool in making websites and blogs Discover some of the.
WordPress Plugin Development A Starter Guide For Beginners.
INTRODUCTION TO HTML5 Semantic Layout in HTML5.  The new semantic layout in HTML5 refers to a new class of elements that is designed to help you understand.
WordPress Architecture ► Core files – PHP ► MySQL database  Configured by the installation script ► wp-content directory  themes subdirectory: layout.
Drupal Overview Prepared by : Agustin D. Gumogda Jr. Instructor.
Business Web Design & Marketing Dignity for Children Students By Andrea Loh Lesson 4 Wordpress Add Ons.
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
META tag META tag is the element in the HTML that interacts with the search engines. It’s contain 2 attributes that should always be used: NAME: is an.
Louisa Lambregts, Louisa Lambregts
Project 6: Kayaking HTML5 Site
Introduction to Views Stanford Drupal Camp April 6, 2013.
Web Design Part I. Click Menu Site to create a new site root.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Week 2: Building a Simple Website IMC 320 Web Publishing Spring 2011.
Advanced Web 2012 Lecture 11 Sean Costain 2012.
#eduguruSummit WORDPRESS THEMES 101 SOME SIMPLE STARTER TIPS FOR WORDPRESS THEMES dotEduGuru Summit 2013.
WordPress for Beginners February 2, 2014 Facebook.
Presented by Karen Porter UM School of Business Administration & ImpactOnlineMarketing.com Getting Familiar with the Dashboard.
Before We Begin Please download the files from as we will be using them in our walkthroughs.
2.4. Choose and configure HTML5 tags to organize content and forms Choose and configure HTML5 tags for input and validation. Building the User Interface.
Website Update and Use of Official accounts Dr.Lasantha Ranwala ( MBBS,MSc-Biomedical Informatics) Medical Officer - Health Informatics RDHS Office.
Workshop Partner:. Saad Amin Cofounder and CTO Inspire Chittagong Cofounder & Managing Director Codework Builders and Assets Ltd.
+ Responsive Technology Performance, efficiency and elegance are the three key elements that make our platform unique. Each of the features in this presentation.
Intro to WordPress (Using XAMPP)
Cms Full-featured Flexible Web Content Management System for All Your Needs.
What is a Blog? short for Weblog journal on a website
Customizing your Theme
WordPress Development
Build a WordPress theme from HTML5 template
Easy Website Creation Using WordPress
Title: Tech Training Certificate: Ace of Initiative Program
WordPress Development
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
Wordpress.
WordPress Development
Presentation transcript:

Final Presentation WordPress 3.0+ Leonard Bogdonoff 12/6/11 T. DEDONNO CIM225

What is WordPress "A semantic personal publishing platform with a focus on aesthetics, web standards, and usability.“ -WordPress.com

What is WordPress (cont.) Open Source: Constant growth, support and versatility in application. “well-architectured personal publishing system built on PHP and MySQL”PHPMySQL Web-standards: Search Engine Friendly

Who Uses WordPress? Users Individuals Businesses Developers HTML CSS PHP Javascript

Why Does WordPress Use PHP Stores contents in Databases: posting, comments, settings, tags, categories Website flexibility Header/Sidebar/Footer Template system The Loop Hooks Themes Plugins/Widgets

Header.php Global file that displays headers and navigation. Loads first. Title/Description Image Navigation Menu

Header Nav

Templates Designates how the page content loads. Loads after Header.php Controls “The Loop” Decides where to load sidebars

Sidebar.php Multiple sidebars can be set up in functions.php, and contents of sidebar widgets are set up from the WordPress wp-admin panel. Sidebar: Template Designated Widget: Nested in Sidebar wp-admin

Sidebar.php Place anywhere in the Template Wp-admin UI

The Loop Displays the main area of sites that are controlled by individual template. Repeats specified content: Title, Date, Content, Date, Links Uses template: Single, Full-width, Custom

The Loop Query post or page Start Loop the_title (outputs the title of the post) the_excerpt (outputs the post excerpt) the_content (outputs the full post content) the_category (outputs the post categories) the_author (outputs the post author) the_date (outputs the post date) other tags (there is a variety of other tags you can use in the loop) endwhile; Exit the loop

The Loop Content: Photos Template: Gallery

The Loop Content: No Loop Template: Emphasize Nav Menu

Footer.php Loads Global footer instructions.

Header.php Template.php Footer.php Index.html

User/Admin User Interface User Wp-Admin: UI

1. Learn The Syntax 2. Buy A Theme/Plug-in 3. ??? 4. Profit