Advanced Web 2012 Lecture 11 Sean Costain 2012.

Slides:



Advertisements
Similar presentations
WordPress Themes.
Advertisements

Creating a WordPress Website Oklahoma Conference of The UMC Department of Communications 1.
An Introduction to Using
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
Chapter 3 – Designing your web pages Dr. Stephanos Mavromoustakos.
This presentation can be downloaded at Presented by the Office of Public Affairs Using the Cal State L.A. Web.
Seattle Drupal Clinic Introduction to Drupal and Web Content Management.
Content Management, Working with WordPress Pavel Ivanov Telerik Corporation
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
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.
Blogs – what, why and how? A blog is a web-log It is a simple website that anyone can setup without any advanced computer know-how It’s the future: blogs,
Wordpress as a content management system Building a better website with content management systems | June 12, 2009.
Creating and Managing RSS Feeds Kate Pitcher SUNY Geneseo © 2005
Final Presentation WordPress 3.0+ Leonard Bogdonoff 12/6/11 T. DEDONNO CIM225.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Build a WordPress theme from HTML5 template Mario Peshev Devrix Devrix OnTheGo OnTheGo.
Review of last session Logon – username = l4luser02 – l4luser16 Logon – username = l4luser02 – l4luser16 Password = Startnow1 Password = Startnow1 Fill.
Wordpress Tutorial 22 – 24 April Table of Contents Introduction Designing blog Writing and Publishing blog Pages Posts Categories Tags Links Comments.
Review of last session The Weebly Dashboard The Weebly Dashboard Controls your account and your sites Controls your account and your sites From here you.
Bones – HTML5 Wordpress Theme Development
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
November 3, 2011 Deborah de Bruin Building Digital Libraries.
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.
Review of last Session Adding custom html Adding custom html HTML is the language that web servers understand, all web pages are created using HTML. HTML.
Microsoft ® Word Templates and Accessibility. 1 What is a Word template? File with a.dot (document template) extension Can define the following:  Paragraph.
Microsoft Expression Web - Illustrated Unit B: Creating a Web Site.
#psuweb13 WORDPRESS THEMES 101 A WORDPRESS THEME INTRO WORKSHOP.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Website Confidence By Andrea Bailey and Nedra Rezinas.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
SqlReports Dean Dahlvang PSUG-MO March About Dean Dean Dahlvang Director of Administrative Technology for the Proctor.
Web Technologies Website Development Trade & Industrial Education
Advanced Web 2012 Lecture 12 Sean Costain Course Summary Sean Costain 2012 To develop skills in web design and authoring  Html 5 / CSS 3 / PHP.
CHAPTER 3 Working with Templates and Styles. CHAPTER OBJECTIVES  Create an Expression Web site from a template  Rename a page  Rename a folder  Add.
Updating the School Website St George’s C of E (V.A.) Primary School.
Website Development with Dreamweaver
Microsoft FrontPage 2003 Illustrated Complete Using a Dynamic Web Template.
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.
Nickelodeon – Blogs User Guide. 1. Introduction The admin tool allows you to create and publish blog posts easily and efficiently along with managing.
Forms and Server Side Includes. What are Forms? Forms are used to get user input We’ve all used them before. For example, ever had to sign up for courses.
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Dwayne Forrester Next  A blog is a discussion or informational site published on the World Wide Web and consisting of discrete entries ("posts") typically.
Creating Links. The Anchor Element: The anchor tag can be used in three different ways: 1.External link – to link to a web page outside your own website.
Global Teacher Blogs. Blogs – (Web log) a blog is a web site that is usually used as an individual journal and is publicly accessible. (
Creating a Web Site Review of Concepts. Templates Templates are special HTML files that are used to quickly create pages on a web site. They contain the.
Creating a Dynamic Web Page Template Module 5: Beyond the Basics with Expression Web LESSON 10.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
#eduguruSummit WORDPRESS THEMES 101 SOME SIMPLE STARTER TIPS FOR WORDPRESS THEMES dotEduGuru Summit 2013.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
External Style Sheets Exploring Computer Science – Lesson 3-6.
WordPress for Beginners February 2, 2014 Facebook.
1111 Master Pages Beginning ASP.NET in C# and VB Chapter 6.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Before We Begin Please download the files from as we will be using them in our walkthroughs.
Here are some things you can do while you wait 1.Open your omeka.net site in your browser (e.g. 2.Open.
Workshop Partner:. Saad Amin Cofounder and CTO Inspire Chittagong Cofounder & Managing Director Codework Builders and Assets Ltd.
 A Javascript library designed to simplify client-side scripting of HTML.
Creating a Theme From Scratch in Drupal
Intro to WordPress (Using XAMPP)
What is a Blog? short for Weblog journal on a website
WordPress Development
Easy Way to Improve Your 404 Page Template in Wordpress If you want to improve your 404 error page. So we are here to explain to you how to improve your.
Build a WordPress theme from HTML5 template
Title: Tech Training Certificate: Ace of Initiative Program
WordPress Development
WordPress Development
Presentation transcript:

Advanced Web 2012 Lecture 11 Sean Costain 2012

Wordpress Themes Sean Costain 2012 The make up of a word press site consists of a few types of files. These files are: -index.php -Page.php -Style.css -Header.php -Footer.php -Single.php -Sidebar.php Themes are stored in the wp-content/themes folder

Index.php Sean Costain 2012 The index.php is the main page that is seen upon an end user entering the website. The index file controls what the home page looks like. By default it contains a loop that queries and then displays the most recent blog posts, with a link at the bottom to view previous posts. Alternately, you can specify in wp-admin>settings>read to have the home page be a page you created yourself in wordPress. In that case, you specify a different page/URL for the regular blog posts to appear on, and that page is generated by index.php

Page.php Sean Costain 2012 Page.php controls what WordPress pages look like. You can choose to eliminate sidebars or other elements, or add other unique elements for pages alone. WordPress also allows you to create different page templates for different types of pages. To create a page template simply copy page.php, rename it to whatever you want, then add this code to the top: <?php /* Template Name: Your NameHere */ ?>

Single.php Sean Costain 2012

Style.css Sean Costain 2012 This is the main CSS stylesheet for your theme. It also contains text at the top which tells WordPress what your theme name is, who the author is, and what the URL of your site is.

Header, Footer, Sidebar & the Loop Sean Costain 2012

Archive, Category, tag Sean Costain 2012

The Loop Sean Costain 2012 The Loop is perhaps the most powerful part of your WordPress theme. It starts with a query (which determines which posts or pages to grab), and ends with a php endwhile statement. Everything in between ¡s up to you. You can specify the output of titles, post content, metadata, custom fields, and commenting all within the loop, and each element is output for each post or page until the query is done. You can set up multiple loops and queries on a single page; for example: on a single.php you could have the loop showing the entire content of a single post, with a loop outputting just titles and thumbnails for related posts below it.

Theme Examples Sean Costain

Theme Examples Cont. Sean Costain The theme you design is only limited to your imagination. For your assessment, make sure you push the boundries of wordpress. Think outside the Box!

Starting your theme Sean Costain 2012 The easist way to start making your theme, is to copy and paste the twentyeleven folder and rename it to your new theme name.

Creating theme cont. Sean Costain 2012 Open up your theme in expression web. - Modifiy style.css with your theme name

Creating theme cont. Sean Costain 2012 Go to your localhost and login as admin. From here go to themes and you should see your theme listed. Make your theme the active theme. From here start playing with your style sheet for a look you are after