Creating Websites With WordPress

Slides:



Advertisements
Similar presentations
Wordpress Workshop 101 Presented by Will Hardison.
Advertisements

Selected Topics Dr Yi Zhou
Advanced Web 2012 Lecture 10 Sean Costain Wordpress Sean Costain 2012 The core software is built by hundreds of community volunteers, and there.
An LEDC Initiative: Hosted by the Louisiana RII School District. Provided by Bart Niedner of Resource Forge LLC.
This presentation can be downloaded at Presented by the Office of Public Affairs Using the Cal State L.A. Web.
Easy Website Creation Using WordPress Welcome and Thank You to our Sponsors.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
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
Creating A Blog Using WordPress at PSU. The Steps to Setup a Blog 1.Create a Blog (this is done only once, after this, login to add, or edit) 2.Login.
Chapter 8 Designing with Cascading Style Sheets. Chapter 8 Topics Building three different types of complete Web pages using CSS: Build a style sheet.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
The easy way to a nice looking website design By a total non-designer (Me!)
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.
Wordpress Tools Codesign PPTV Group. WordPress Mobile Edition Link: ss-mobile-edition/
Getting Started with Dreamweaver
Dreamweaver CS6 Jumpstart CCSA 115 Web tools Lesson 1.
WEBSITE DESIGN COURSE SESSION 1. WORDPRESS WORDPRESS.COM ONLINE FREE SOFTWARE FREE HOSTING BUT WITH A TAG IN IT VERY SIMPLE TO MAKE WORDPRESS.ORG OFFLINE.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
Child Themes 101 Presentation by Jess Jacob. Child Themes 101 Who am I? – Jess Jacob – Freelance front end web developer – Callcenter dialer programmer.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Customize Sakai Skin June 14, 2007 Julie Mai, Stanford University Gonzalo Silverio, University of Michigan.
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
© 2012 Boise State University1 WordPress Training February 14, 2013.
How to develop your website Chapter Websites Denise R. E. Copeland
EUDET WEB FACILITIES Yan Benhammou Tel-Aviv University Eudet web team
Working with Templates Lesson 6. Skills Matrix SKILL #MATRIX SKILL 1.1.1Work with templates 1.1.6Insert blank pages or cover pages.
BY PRIYA M ROBOHELP HTML. INTRODUCTION RoboHELP is a program designed to assist the user in writing help files, including Windows help files (Win HELP)
1 Type in the URL to access the WEBSPACE Control Panel HOW TO MAKE CHANGES AND UPDATES TO YOUR WEBSITE.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
Content Administration 08/19/13 & 08/20/13.
INTRODUCTION TO HTML5 New HTML5 User Interface and Attributes.
CitiWiki Summer Workshop Day 4: Wiki Teaching Project Li Xu CS, UMass Lowell.
1.Getting Started 2.Modifying Design 3.Newsletter Templates 4.Announcement 5.Administer Sections Index Training 14 th Mar., 2011.
Presented by Karen Porter UM School of Business Administration & ImpactOnlineMarketing.com Getting Familiar with the Dashboard.
Here are some things you can do while you wait 1.Open your omeka.net site in your browser (e.g. 2.Open.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Presentation by Giorgos Theodoridis. WordPress is a free web software you can use to create a beautiful website, blog, or app, (CMS) based on PHP and.
How to Apply PDF in Flipbook on Website. Description If you are finding solution for applying PDF in flipbook mode on website, and adding multimedia items.
Building CSS in Visual Studio Slide 2 Introduction Using the different HTML (and other) Visual Studio Editors CSS tools.
Wordpress Overview Wordpress is an open-source and free Web publishing application, content management system( CMS) and blogging tool built by a community.
Getting Started with Dreamweaver
Tips & Tricks with Multiple Skins
Kentico CMS Essentials Training Self Paced
Imaging and Design for Online Environment
 Google analytics add your word press to help you to track your website visitors  That what they are looking for  Google + help you to access your.
How to use.
CNIT131 Internet Basics & Beginning HTML
Tutorial: How to Creat a Website.
The Web Wizard’s Guide to Web Design
Holdings Management Overview
WordPress Development
WordPress Plugins.
Gordon Chow WordPress Gordon Chow
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.
Web Page Development Tools
Easy Website Creation Using WordPress
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Starting to develop a website
Samer Koda IEEE-SEM – Section Student Representative IEEE-SEM-SA – Webmaster 12/7/2018.
So you were told to make a website
Getting Started with Dreamweaver
WordPress Development
How to Maintain Your ARS Websites
Consult America Technology Consulting Services
Web Page Development Tools
CMPT 241 Web Programming Instructor: Tina Tian.
Wordpress test.cs.edinboro.edu.
The Web Collection Standard CS3 Revealed
Presentation transcript:

Creating Websites With WordPress CS 49 – Week 3: Themes!

Agenda Themes Modifying Themes with CSS, HTML, and PHP

What’s a Theme? To a certain extent, themes let you "skin" your site. But, it is more than just a "skin." Skinning your site implies that only the design is changed. WordPress Themes can provide much more control over the look and presentation of the material on your website. A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a site. These files are called template files. A Theme modifies the way the site is displayed, without modifying the underlying software. Themes may include customized template files, image files (*.jpg, *.gif), style sheets (*.css), custom Pages, as well as any necessary code files (*.php).

Obtaining Themes You can obtain themes in a number of ways: http://wordpress.org/themes/ From within your Dashboard: Appearance > Themes > Install Themes > Search From 3rd party vendors

Installing a Theme To install a theme: Log into your site as an admin. In the Dashboard, go to Appearance>Themes. Click Install Themes. If you’re searching for a theme, locate it; if you have already downloaded a theme, click Upload and then upload the theme. Click Install Now. To activate, click Activate.

Modifying Themes Dashboard > Appearance > Themes If your theme allows editing in the Dashboard, click Customize/Menus/Header/Background/Footer to edit within WordPress Dashboard > Appearance > Editor Click the appropriate PHP/CSS file Edit the PHP or CSS accordingly Using Chrome’s and Firefox’s “Inspect Element” can help you figure out what needs to be changed.