Lesson 3: WordPress Themes: Bringing Your Website to Life

Size: px
Start display at page:

Download "Lesson 3: WordPress Themes: Bringing Your Website to Life"

Transcription

1 Lesson 3: WordPress Themes: Bringing Your Website to Life Chapter 1: Introduction Welcome back! You've already accomplished a lot in this course. Let's see, you've: Registered a domain name Lined up a hosting company Learned how to use a control panel Uploaded WordPress to your server Toured the administrative area Configured some basic settings Organized your site's structure Now it's time to start working on the actual website, beginning with the theme. When people started building websites in the late 90s, designing was a tedious chore that involved adding text, color, and pictures to an invisible table. It often took several weeks to produce a usable design.

2 Apple website, circa 1997 Today's Web designs are far more attractive and functional. Recent Apple home page And themes help you to achieve the desirable combination of usability and good looks. Simply described, a WordPress theme is a skin for your website. You can literally plug in a WordPress theme and give your site a unified style and feel in a few seconds. Don't like the way it looks or behaves? It takes only a couple more mouse clicks to activate a different theme, and you don't have to worry about losing your site's content when you switch. And perhaps the best part is that you can go on to customize WP themes to your heart's content. WordPress includes a few default themes in its basic installation, and WP's open source community has created thousands more that you can download at no charge from WordPress.org and hundreds of other websites.

3 The latest WordPress.org default theme In addition, there's a growing industry of designers offering "premium themes" at prices ranging from $20 each up to $100 or more. This lesson will cover every aspect of WordPress themes how they work, where to find them, what to look for, and how to install them. We'll also discuss the theme for our class project website. Ready to get started? Join me in Chapter 2! Chapter 2: A WordPress Theme's Backbone Template files form the core of each WordPress theme. Each template controls a website element, like the header, footer, and sidebars. Templates are written in a combination of two coding languages, PHP and HTML.

4 HTML and PHP code in the WordPress header template All WordPress sites require at least two theme files: An index.php file, which spells out the basic layout. A style.css file (known as the style sheet), which controls what the website's elements will look like. Most theme folders have additional templates to structure individual website components. These formatting templates, the style sheet, and perhaps some images are packed into a folder and stored in the /wp-content directory of your WordPress installation. Choosing a Theme If you're fluent in PHP, it's possible to design your own themes, but let's get started by using one of the thousands of themes you can download for free from WordPress.org or from many independent sites that also feature them. Because the theme plays such an important role in your website's presentation, choosing the best one for your needs is a major decision. For some people, it can take as much time as any other part of the development process. When you're picking a theme, here are a few things you'll want to keep in mind: Overall layout

5 Responsive themes Popularity of the theme Purpose of the website Special features Hidden links Page templates Let's look at these one at a time! What is the overall layout? Here's a wireframe of the most traditional website layout: Traditional website layout If this tried-and-true layout (or a variation) will satisfy your needs, go with it. If not, sketch out your own blueprint and compare it to what's available. For example, you may need an extra sidebar on the left or right of the main content, or above the footer. If you want to show a lot of articles on the home page, look for a magazine-style format. Or if you're an artist or photographer, a graphics-oriented portfolio theme might work best. Because the overall layout is one of the most difficult elements to change, make sure you're satisfied with the way your theme is set up. Use a responsive theme. There are so many ways people can access your website from a smartphone screen all the way up to a 40-inch desktop monitor. And it's even possible to display Web pages on 70-inch HDTV sets.

6 When a theme is responsive, it's designed to look good on any size screen. Designers make a theme responsive by sizing the elements in proportion to one another. In other words, they might use percents, specifying that a headline should be 300% larger than the body text. (As opposed to using a fixed size, such as one inch for a headline.) If you make a headline three times the size of the body text, then no matter what size monitor we're using, the headline will remain three times the size of the text. Responsive themes will also move sections of the site (like the menu) to different locations based on the screen size. Not all responsive themes work as advertised. You might find out-of-proportion fonts or misplaced menus on occasion. Still, I recommend you choose a theme that's responsive over one that's not. Example of magazine style layout How many others are using the same theme? If you're like me, you won't be happy if you go online and see a website that looks just like yours. You can avoid this by steering clear of the WordPress default themes like Twenty Thirteen and Twenty Fourteen and by modifying a theme to make your version distinctive. We'll talk about how to customize your site later in the course. What's the purpose of the website? If you're planning an e-commerce site, for example, you'll have different design needs than someone who's putting out a family blog. In addition to general purpose designs, there are plenty of WordPress themes for specific uses.

7 E-commerce theme Do you need special features? Sliders rotating home page pictures are all the rage these days. And while it's possible to get a plugin to add this feature (or indeed any other), it might be easier to choose a theme with those special bells and whistles built in. Do you mind hidden links? You'll sometimes run across an unusual-looking link in the footer or sidebar of a free WordPress theme. Clicking it takes you to a commercial website that has some sort of financial arrangement with the theme's developer. This is a hidden link and while there are people who are critical about their usage, it is a form of support for the designer who's giving you a theme at no charge. I don't have any objection to hidden links, as long as they don't force you to do something you don't want to do. But if you dislike the concept, avoid themes with hidden links. Consider using a theme with more page templates. Themes that have more templates will give you more page formatting options. And that does it. So now that you know what to look for, let's discuss where to find it. Focusing Your Search WordPress themes are all over the Internet. Search for "free WordPress themes," and you'll find hundreds of websites where you can download them. I've posted links to a few of my favorite

8 free theme sites in the Supplementary Material section. But before you try those places, first visit the official WordPress Theme Directory. WordPress Themes Directory (

9

10 The WordPress themes collection Though it has less than 6,000 of the many thousands available, WordPress volunteers have vetted these themes to make sure they meet WP standards. The directory also contains a link to a filter that will help narrow your choices. But don't confine your theme hunting to the WordPress.org site. It s easy to look for themes directly from your WP installation. Here's how: 1. Open the administrative area, and click Appearance in the left column menu.

11 Your website's Themes screen The Themes screen will open to show you the themes that WordPress preloaded for your review. The latest default theme is designated as the active theme. 2. To see a complete description, put your cursor over the theme's thumbnail, and click the Theme Details button in the center. In the lower right corner of every theme's thumbnail is a button that lets you make some changes to the theme. It's labeled Customize on the active theme and Live Preview on the others. To see this button on the others, hover your mouse cursor over the thumbnail. 3. Click this button (Customize or Live Preview) to take a theme for a test drive. In the preview screen's column, WordPress lets you customize the header, the colors, any sidebar features known as widgets, and in some cases, additional elements such as images and the menu. You'll see the changes immediately in the main column theme view. 4. If you like what you see, click the Save and Activate button at the top of the left column. It's as easy as that to change themes!

12 To find many (but not all) themes in the WP directory, click the Add New button at the top of the Appearance > Themes screen. And you can now open the feature filter I mentioned earlier. Search for themes by feature 5. Click the Feature Filter button, and then check the box next to every option you want. 6. Click the Apply Filters button, and WordPress will show you a themes matching your criteria. Next up, we'll talk about premium themes. See you in Chapter 3!

13 Chapter 3: Premium and Parent-Child Themes In this chapter, we'll take a close look at premium themes and parent-child themes. Let's begin with premium themes. Wondering what these are? Well, if you're willing to spend anywhere from $20 to $150, you can buy a premium WordPress theme from an ever-expanding group of commercial designers. Please note that in this context, premium means only that the theme isn t free it doesn't refer to any quality standard. Despite that, there is a difference between most premium WordPress themes and those that are free after all, you should expect to get something extra for your money! Premium themes often come with their own options panels installed in the WP back end. You can enable these optional features with a mouse click, so even if you don't know the markup and styling languages, you can easily make changes to your site's layout and appearance. Here are a few of the most common options in premium themes: Layout control: Select from a variety of page layouts. (You can also override this feature on a page-by-page basis.) Color schemes: Match your font colors and backgrounds to your existing company's or organization's palette. Navigation: Decide whether to include a secondary menu, fancy drop-down effects, breadcrumbs (secondary links that show visitors exactly where they are on a website), and more. Custom logo: Upload it to replace the default title. Fields for adding elements: If you need to add your advertising or Google Analytics identification, you can paste it into the theme options page instead of the WordPress script. Home page slider: Insert and control an image carousel on the front page.

14 Frameworks and Parent-Child Themes The concept of creating a basic framework for a website and adding customizable layers is one of the newest and most exciting WordPress trends. And premium theme developers are leading the charge. To get a handle on this concept, think about creating a website the same way that a builder would construct a house: The framework represents the foundation and outer walls; the parent theme corresponds to the interior floor plan and utilities; and the child theme includes cosmetic additions, like painting, decorating, and flooring. StudioPress Genesis framework and one of its child themes This framework-parent-child structure makes it possible to change the way your website looks (the child theme) without touching the elements that make the site work (the parent) or the basic structure (the framework). In Web design, this lets the developer make improvements and updates to the framework and parent theme without forcing a change in the way the child site looks. Premium theme designers will sell you frameworks and parent themes to use for the basic website structure. Then, if you wish you can buy child themes from them to further customize your site's look and feel.

15 Preserving Changes to the Theme There's another important reason to use child themes: You can create your own child themes to protect your custom style changes from being overwritten. (Updating WordPress itself won't affect your customization, but when you upload a revised theme, you'll lose any changes you've made to the style sheet.) In a later lesson, you'll find out how to use an alternative to a child theme Jetpack's Additional CSS feature. (Jetpack is a package of WordPress.com plugins that you can install on your WordPress.org site. We'll discuss this later in the course.) The Additional CSS feature works just like a child theme: It's loaded after the theme's original style sheet and preserves all the changes you've made. Other Benefits And there s more! Here are two more reasons to consider purchasing a premium theme: support and documentation. Free theme developers don't often create manuals or videos, but premium themes almost always come with plenty of how-to information. And premium theme publishers usually include reliable support systems featuring designers and programmers who can answer specific questions from customers. True, many free theme developers also host forums where users can ask and answer questions, but they're often not as personalized or efficient. The Bottom Line on Premium Themes Basically, it's up to you to decide whether using a premium theme is worth the money. The best way to determine that is to visit some premium sites and demo the themes. Here are some well-respected premium theme developers. You'll want to set aside some time to browse through these sites there's a lot to look at and absorb! StudioPress Elegant Themes (Here you ll find the Divi theme, which they say is the most popular premium WordPress theme in the world.) WooThemes

16 Theme Forest Okay, so you now know all about themes. What theme will we use for our class project? Join me in Chapter 4, where I'll unveil the selection. Chapter 4: And the Winner Is... To find the best theme for our Building a Backyard Water Garden website, I looked at more than a thousand WordPress themes and found nothing that met all my needs. Here's a look at my criteria (and you'll want to keep these in mind as you consider a theme for your own website): Topic Cost Commercial appearance Blog included Attractive Information The theme must be free. I didn't want you to spend any money on the project. It must have a commercial flavor, because we'll be selling and advertising (fictitious) products. It should be structured like a traditional website with a static home page, but it must integrate a blog section that looks like fits in visually with the rest of the site. It should be reasonably attractive and configurable, with a theme options page that lets us control aspects of the look and feel without diving into the underlying code. I ruled out many possibilities because they looked and behaved too much like run-of-the-mill blogs. They were either too narrow for all we'll need to include, too oriented to displaying posts (as opposed to pages), or offered few customization tools. The ultimate theme choice didn't come from the WordPress.org theme collection, but rather from a developer who offers many of his themes on his own website at no cost.

17 The theme is called Marina. It's released by a company called Web2Feel and created by Jinson Abraham, a talented designer. Like many premium themes, his themes are attractive, loaded with features, and user-friendly and this one is free! Marina theme I also chose Marina because it includes a few of the extras you'll find in premium themes: a home page slider, the option to add thumbnail images to post previews, and a theme options page where you can easily control many of its features without having to tinker with the underlying code. Marina will also let you put multiple articles on the home page, and its design (featuring water bubbles on a blue-gray background) is appropriate for a website about water gardens. Drawbacks? Nothing s perfect. I don't really like the overly large slider and some duplication of content on the default home page. Also, there s a hidden link in the theme's footer. But that link is almost unnoticeable, and it opens a fairly innocuous sales page about Las Vegas condos. Marina isn't a responsive theme, but nonetheless it does look good when viewed on a mobile screen. And if need be, we could always install a plugin so that its elements display logically on any size screen.

18 Despite the negatives, Marina came closest to what I was looking for. We'll change some of the elements when I show you how to customize themes. Ready? We'll begin by installing Marina! Installing the Marina Theme Since Marina isn't part of the WordPress collection, you'll need to download the theme folder to your computer from this link: 1. Click the black Theme Download button, and save the folder to your hard drive. If you've created a folder for your site, put it there... or else download it to your Desktop or a memory stick, so you can find it easily. Reminder You'll need to upload the zip folder to WordPress, so do not unzip it! (If you're using the Safari browser, go to Safari Preferences and make sure there's no check in the box next to "Open safe files after downloading.") The next step is to send the zip folder to your host server. 2. If you're not already there, go to Appearance > Themes in the WordPress back end. 3. Click the Add New button on the top of the page to open the Add Themes screen. Installing a theme from your hard drive

19 4. Click the Upload Theme link near the top of the page. 5. Click the Choose File button. A new window opens, displaying your hard drive directory. 6. Navigate to the directory where you saved the downloaded theme, and when you've found the Marina folder, click the Open button in your hard drive window (or double-click Marina.zip). 7. Click Install Now. You'll receive a message that WP has installed the theme successfully. 8. Click the Activate link. Marina, ready to be activated Great! Now take a peek at what the Marina theme looks like before we add content. You can do this by clicking the title Build a Backyard Water Garden next to the WordPress logo at the top of the page. It's pretty bare, isn't it? You'll take care of that in the next lesson, when you begin to include articles, photos, features, and more. For now, let's meet in Chapter 5 for a quick review! Chapter 5: Summary

20 Summary Wow we started this lesson with a blank slate and ended it with the framework for a website! You learned that a WordPress theme is what turns a site's basic structure into readable, clickable Web pages. Themes contain at least one CSS style sheet and one or more templates, which format pages and posts, sidebars, headers, and footers. You also learned what to look for when picking out a theme by paying close attention to its layout, design, level of support, and special features. While you can find both free and premium WordPress themes all over the Internet, you should look first within the WordPress.org site, where volunteers review the themes before including them. I found an appropriate theme, named Marina, outside the official site. And you learned how to install it from within the WordPress back end. Next time, our subject will be content. We'll discuss how to create pages and posts and how to include images, videos, and documents. But before you join me in Lesson 4, stop by the Discussion Area if you have any questions or comments. And don't forget to visit the FAQs and Supplementary Materials section. You'll need that information to complete your assignment for this lesson!

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

Selecting Your Wordpress Theme

Selecting Your Wordpress Theme Selecting Your Wordpress Theme Wordpress uses templates, otherwise known as Themes to define the look, feel, and functionality of a blog. The Theme you choose is not only the face you present to the world

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

Lesson 4: Making Your Pages Look Great Chapter 1: Introduction Introduction

Lesson 4: Making Your Pages Look Great Chapter 1: Introduction Introduction Lesson 4: Making Your Pages Look Great Chapter 1: Introduction Introduction Welcome back! Up to now, we've ignored the project website's overall look and feel. That's about to change. In this lesson, you'll

More information

WORDPRESS 101 A PRIMER JOHN WIEGAND

WORDPRESS 101 A PRIMER JOHN WIEGAND WORDPRESS 101 A PRIMER JOHN WIEGAND CONTENTS Starters... 2 Users... 2 Settings... 3 Media... 6 Pages... 7 Posts... 7 Comments... 7 Design... 8 Themes... 8 Menus... 9 Posts... 11 Plugins... 11 To find a

More information

Lesson 2: Setting Up Your WordPress Website

Lesson 2: Setting Up Your WordPress Website Lesson 2: Setting Up Your WordPress Website Chapter 1: Introduction Welcome back! Now that you've found a domain, chosen a hosting company, toured the Control Panel, and uploaded WordPress, you're almost

More information

28 JANUARY, Updating appearances. WordPress. Kristine Aa. Kristoffersen, based on slides by Tuva Solstad and Anne Tjørhom Frick

28 JANUARY, Updating appearances. WordPress. Kristine Aa. Kristoffersen, based on slides by Tuva Solstad and Anne Tjørhom Frick Updating appearances WordPress Kristine Aa. Kristoffersen, based on slides by Tuva Solstad and Anne Tjørhom Frick Agenda Brief talk about assessments Plan for WordPress lessons Installing themes Installing

More information

WordPress is free and open source, meaning it's developed by the people who use it.

WordPress is free and open source, meaning it's developed by the people who use it. 1 2 WordPress Workshop by BBC July 2015 Contents: lorem ipsum dolor sit amet. page + WordPress.com is a cloudhosted service that runs WordPress where you can set up your own free blog or website without

More information

Class #7 Guidebook Page Expansion. By Ryan Stevenson

Class #7 Guidebook Page Expansion. By Ryan Stevenson Class #7 Guidebook Page Expansion By Ryan Stevenson Table of Contents 1. Class Purpose 2. Expansion Overview 3. Structure Changes 4. Traffic Funnel 5. Page Updates 6. Advertising Updates 7. Prepare for

More information

Azon Master Class. By Ryan Stevenson Guidebook #4 WordPress Installation & Setup

Azon Master Class. By Ryan Stevenson   Guidebook #4 WordPress Installation & Setup Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #4 WordPress Installation & Setup Table of Contents 1. Add Your Domain To Your Website Hosting Account 2. Domain Name Server

More information

Contents. Page Builder Pro Manual

Contents. Page Builder Pro Manual PRISM Contents 1. Website/Pages/Stripes/Items/Elements... 2 2. Click & Edit, Mix & Match (Drag & Drop)... 3 3. Adding a Stripe... 4 4. Managing Stripes... 5 5. Adding a Page... 7 6. Managing Pages and

More information

Lesson 8: Customizing Your Website, Part 2

Lesson 8: Customizing Your Website, Part 2 Lesson 8: Customizing Your Website, Part 2 Chapter 1: Introduction Now that you've taken a tour into the world of CSS and HTML, let's spend a little more time practicing how to use these tools to refine

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

Introduction. Using Styles. Word 2010 Styles and Themes. To Select a Style: Page 1

Introduction. Using Styles. Word 2010 Styles and Themes. To Select a Style: Page 1 Word 2010 Styles and Themes Introduction Page 1 Styles and themes are powerful tools in Word that can help you easily create professional looking documents. A style is a predefined combination of font

More information

Design 101: Dress for the Job You Want

Design 101: Dress for the Job You Want Design 101: Dress for the Job You Want by RAFAL TOMAL Themes Choosing a WordPress theme can be a little overwhelming at the beginning. Especially if you don t really know what you want your final website

More information

Crux. Getting Started. Theme Features. Setting up your store. Setting up the Page templates. Using background images. Working with Sidebars

Crux. Getting Started. Theme Features. Setting up your store. Setting up the Page templates. Using background images. Working with Sidebars Crux Table of Contents Getting Started Installing WordPress Installing the theme Installing the Required Plugins Theme Features Custom Menus Theme Options Serving Retina Images Child Theme Support Setting

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Azon Master Class. By Ryan Stevenson Guidebook #7 Site Construction 2/2

Azon Master Class. By Ryan Stevenson   Guidebook #7 Site Construction 2/2 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #7 Site Construction 2/2 Table of Contents 1. Creation of Additional Site Pages & Content 2. Custom HTML Menus for Category

More information

Kinetika. Help Guide

Kinetika. Help Guide Kinetika Help Guide 1 Hope you enjoy Kinetika theme! 3 Table of Contents Important Links 6 Theme Options - Setting Up Logo 26 Cover Photos 44 Applying Revolution Slider Slides 71 Important Notes 7 Logo

More information

Rocket Theme. User Guide

Rocket Theme. User Guide Rocket Theme User Guide This user guide explains all main features and tricks of multifunctional Rocket WordPress Theme. This information will make your work with the theme even easier and more effective.

More information

Lesson 10: Site Work and Social Networking

Lesson 10: Site Work and Social Networking Lesson 10: Site Work and Social Networking Chapter 1: Introduction If you've ever been involved in a building project, you're probably familiar with the punch list, the minor details remaining after the

More information

ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011)

ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011) 1 ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011) TABLE OF CONTENTS: if Topic Page(s) Installing ifeature Pro 2 Updating ifeature Pro 3 Using the Menu 4 ifeature Pro Layout Templates

More information

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition LizardThemes.com Free & Premium WordPress Themes LizardThemes User Guide First Edition Online version: http://lizardthemes.com/documentation/ 2013 Contents Chapter 1 How to start... 3 Chapter 2 Theme Settings...

More information

Ready? Let s Get Started!

Ready? Let s Get Started! Did you know that less than 50% of small business owners have a website? That is despite the fact that 81% of consumers say they research online before making purchasing decisions. In this guide we show

More information

DOCUMENTATION. Lotos WordPress Theme

DOCUMENTATION. Lotos WordPress Theme DOCUMENTATION Lotos WordPress Theme Lotos Simple & Elegant Blog Theme Lotos is a versatile and powerful multipurpose WordPress blog theme perfect for any personal blog. Lotos makes customizing your blog

More information

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital This WordPress tutorial for beginners (find the PDF at the bottom of this post) will quickly introduce you to every core WordPress

More information

Installation and Activation of Foody pro theme

Installation and Activation of Foody pro theme Installation and Activation of Foody pro theme Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press Admin: - Go to your WordPress admin panel,

More information

Setting up your WordPress blog CS4031

Setting up your WordPress blog CS4031 1. Sign up for a wordpress.com (not a wordpress.org) account. 2. Please use your real name (or a derivative of it), or your brand identity. Your blog address will be name.wordpress.com For example, mine

More information

HOW TO BUILD AN ONLINE STORE

HOW TO BUILD AN ONLINE STORE A-Z GUIDE HOW TO BUILD AN ONLINE STORE by Dawning Digital DAWNINGDIGITAL.COM A-Z GUIDE Hi There! HOW TO BUILD AN ONLINE STORE Here's your guide to building an online store! After building quite a few online

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

The Villages Wordpress User Group Basic WordPress Concepts

The Villages Wordpress User Group Basic WordPress Concepts The Villages Wordpress User Group Basic WordPress Concepts Jim Rietz jrietz@mac.com (352) 205-1555 Meeting 3rd Tuesday 8-11:50 each month Paradise Recreation Center Marilyn Monroe Room TVWUG.com TVWUG

More information

Easy Website Creation Using WordPress. Welcome and thank you to our Sponsors

Easy Website Creation Using WordPress. Welcome and thank you to our Sponsors Easy Website Creation Using WordPress Welcome and thank you to our Sponsors Easy Website Creation Using WordPress Every Business Needs a Website! Presented by: Todd Schafer Designer & WordPress Developer

More information

Version Copyright Feel free to distribute this guide at no charge...

Version Copyright Feel free to distribute this guide at no charge... Version 2.0 Feel free to distribute this guide at no charge... You cannot edit or modify this guide in anyway. It must be left exactly the way it is. This guide is only accurate from the last time it was

More information

Web Host. Choosing a. for Your WordPress Site. What is web hosting, and why do you need it?

Web Host. Choosing a. for Your WordPress Site. What is web hosting, and why do you need it? You ve registered a domain name, and you know you want to use WordPress to create your online presence. The next question is, where are you going to build your website? This report will help you choose

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6 Divi Theme Options To get to Divi Theme Options select Divi from the side bar navigation from within your WordPress dashboard. Tabs within Divi Theme Options include: General, Navigation, Layout, Ads,

More information

Microsoft Office Word 2010

Microsoft Office Word 2010 Microsoft Office Word 2010 Content Microsoft Office... 0 A. Word Basics... 4 1.Getting Started with Word... 4 Introduction... 4 Getting to know Word 2010... 4 The Ribbon... 4 Backstage view... 7 The Quick

More information

1. Beginning (Important)

1. Beginning (Important) Appointway Wordpress" Documentation by InkThemes Get Your Site Ready in Just 1 Click Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel

More information

WordPress is web software you can use to create a beautiful website or blog.

WordPress is web software you can use to create a beautiful website or blog. WordPress is web software you can use to create a beautiful website or blog. 1. State of the Word 2. Flavors of WordPress 3. Themes and basic customization 4. _s 5. Learning more @simpledream Lance Willett

More information

IEEE Wordpress Theme Documentation

IEEE Wordpress Theme Documentation IEEE Wordpress Theme Documentation Version 1.0.2 2014-05- 16 Table of Contents TABLE OF CONTENTS 2 INITIAL SETUP 3 FRONT PAGE 3 POSTS PAGE 4 CONTACT 5 SITE MAP 6 MENU 7 HOME PAGE 8 PAGE TEMPLATES 10 LEFT

More information

Blogging using Wordpress

Blogging using Wordpress Blogging using Wordpress 5 th February 2014 ilqam By Mohd Ali Mohd Isa 2 Blogging with wordpress INTRODUCTION Wordpress is a free blogging platform that can be accessed from anywhere over the Internet.

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

Ace Corporate Documentation

Ace Corporate Documentation Ace Corporate Documentation Introduction Welcome To Ace Corporate! We would like to thank you for donwloading Ace Corporate, Business WordPress theme. It is the lite version of Ace Corporate Pro. Before

More information

Lesson 12: Digging Deeper Into WordPress: Tips, Tricks, and Hacks

Lesson 12: Digging Deeper Into WordPress: Tips, Tricks, and Hacks Lesson 12: Digging Deeper Into WordPress: Tips, Tricks, and Hacks Chapter 1: Introduction The weeks have flown by, and you've arrived at the final lesson. Almost time to break open the champagne! But first,

More information

Weebly 101. Make an Affordable, Professional Website in Less than an Hour

Weebly 101. Make an Affordable, Professional Website in Less than an Hour Weebly 101 Make an Affordable, Professional Website in Less than an Hour Text Copyright STARTUP UNIVERSITY All Rights Reserved No part of this document or the related files may be reproduced or transmitted

More information

SALIENT USER GUIDE. 1 Page 1

SALIENT USER GUIDE. 1 Page 1 SALIENT USER GUIDE This guide provides instructions for installation, help on getting started and extensive documentation of features. It is recommended you read it thoroughly to fully leverage the theme's

More information

Introduction to WordPress Creation and management software for blogs & websites

Introduction to WordPress Creation and management software for blogs & websites Introduction to WordPress Creation and management software for blogs & websites 1 Who is WordPress? Originally written by Matt Mullenweg in 2003, based on B2 Trademark is owned by Automattic Automattic

More information

seosummit seosummit April 24-26, 2017 Copyright 2017 Rebecca Gill & ithemes

seosummit seosummit April 24-26, 2017 Copyright 2017 Rebecca Gill & ithemes April 24-26, 2017 CLASSROOM EXERCISE #1 DEFINE YOUR SEO GOALS Template: SEO Goals.doc WHAT DOES SEARCH ENGINE OPTIMIZATION REALLY MEAN? Search engine optimization is often about making SMALL MODIFICATIONS

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Azon Master Class. By Ryan Stevenson Guidebook #11 Squidoo Marketing

Azon Master Class. By Ryan Stevenson   Guidebook #11 Squidoo Marketing Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #11 Squidoo Marketing Table of Contents 1. Getting Started With Squidoo 2. Lens Research & Targeting 3. Lens Creation Tutorial

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. Supercharge Your Email Marketing With Constant Contact Written by Ben Stegner Published July 2018. Read the original article here: https://www.makeuseof.com/tag/constant-contact-emailmarketing/ This ebook

More information

Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE

Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE You can make a simple, free chapter website using Google Sites. To start, go to https://sites.google.com/

More information

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint PowerPoint 2016 Getting Started With PowerPoint Introduction PowerPoint is a presentation program that allows you to create dynamic slide presentations. These presentations can include animation, narration,

More information

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the complete URL of the linked document, including the domain

More information

Masterstudy - Education Center WordPress Theme

Masterstudy - Education Center WordPress Theme A short guide and general information to help you get to know your new theme. Above all, I would like to thank you for purchasing this theme, your contribution is very much appreciated. This document covers

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

An Introduction to. WordPress.com. ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology

An Introduction to. WordPress.com. ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology An Introduction to WordPress.com ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology Acknowledgement: This document was compiled from notes available via the WordPress.com

More information

business card $ Business card design includes 3 business card options to choose from plus 2 rounds of editing.

business card $ Business card design includes 3 business card options to choose from plus 2 rounds of editing. kt Katie Tekulve Designs offers full-service graphic design and creative services. Designs can be created for printed materials, marketing materials, website design and development, html emails and social

More information

Lesson 11: WordPress SEO, Statistics, and Analysis

Lesson 11: WordPress SEO, Statistics, and Analysis Lesson 11: WordPress SEO, Statistics, and Analysis Chapter 1: Introduction Welcome to Lesson 11! We're in the home stretch now. So you've been spending lots of time learning how to build and optimize WordPress

More information

Startup Guide. Version 2.3.7

Startup Guide. Version 2.3.7 Startup Guide Version 2.3.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Oceanica Theme Documentation

Oceanica Theme Documentation Oceanica Theme Documentation Updated on December 29, 2017 Installation Import sample data Import sample data from xml file. Import sample data from.sql file. Set up the front page Edit front page Site

More information

Bluehost and WordPress

Bluehost and WordPress Bluehost and WordPress Your Bluehost account allows you to install a self-hosted Wordpress installation. We will be doing this, and you will be customizing it for your final project. Using WordPress 1.

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

More information

for Theme design, code and documentation authored by R.Bhavesh for

for Theme design, code and documentation authored by R.Bhavesh for for SimpleSite-01 An advanced wordpress theme that helps everyone build a portfolio/showcase or create product site in minutes, saves weeks of time, maintaining top notch standards-compliant quality. Theme

More information

Azon Master Class. By Ryan Stevenson Guidebook #7 Site Construction 2/3

Azon Master Class. By Ryan Stevenson   Guidebook #7 Site Construction 2/3 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #7 Site Construction 2/3 Table of Contents 1. Creation of Site Pages 2. Category Pages Creation 3. Home Page Creation Creation

More information

HOW TO MAKE A SMALL BUSINESS WEBSITE

HOW TO MAKE A SMALL BUSINESS WEBSITE HOW TO MAKE A SMALL BUSINESS WEBSITE Free, Step-by-Step guide from WebsiteSetup.org 1 of 25 Creating a website doesn t need to be difficult. And does it need to be expensive. It s a common myth that you

More information

WordPress SEO. Basic SEO Practices Using WordPress. Leo Wadsworth LeoWadsworth.com

WordPress SEO. Basic SEO Practices Using WordPress. Leo Wadsworth LeoWadsworth.com Basic SEO Practices Using WordPress Leo Wadsworth LeoWadsworth.com Copyright 2012, by Leo Wadsworth, all rights reserved. Unless you have specifically purchased additional rights, this work is for personal

More information

FanBuzz Business-Enterprise-Create A New fan Page

FanBuzz Business-Enterprise-Create A New fan Page This Tutorial video can be found here http://instamagicplugins.com/aio-tutorial-videos/create-a-new-fan-page/ Hi, this is Nick LaPolla with Red Zebra Media and InstaMagic Plugins. Welcome to the the All-inOne

More information

Oracle Cloud. Content and Experience Cloud ios Mobile Help E

Oracle Cloud. Content and Experience Cloud ios Mobile Help E Oracle Cloud Content and Experience Cloud ios Mobile Help E82090-01 February 2017 Oracle Cloud Content and Experience Cloud ios Mobile Help, E82090-01 Copyright 2017, 2017, Oracle and/or its affiliates.

More information

facebook a guide to social networking for massage therapists

facebook a guide to social networking for massage therapists facebook a guide to social networking for massage therapists table of contents 2 3 5 6 7 9 10 13 15 get the facts first the importance of social media, facebook and the difference between different facebook

More information

Wordpress & Theme Installation

Wordpress & Theme Installation Wordpress & Theme Installation At this point you have already completed all of the planning for your new website so it is time to start installing the software you need to run it. Today we will be installing

More information

User Guide and Theme Setup

User Guide and Theme Setup Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free ask any questions on the online Support Forum, located at: http://themewich.com/forum.

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

P a g e 0. CIDRZ Website Manual.

P a g e 0. CIDRZ Website Manual. P a g e 0 2015 CIDRZ Website Manual http://cidrz.org/ Manual Contents 1. Overview... 2 Getting Started... 2 The Frontend... 2 The Backend... 2 2.0 Managing the website... 4 Adding & editing pages... 4

More information

Getting Started with Word

Getting Started with Word Getting Started with Word gcflearnfree.org/print/word2016/word-2016-28 Introduction Microsoft Word 2016 is a word processing application that allows you to create a variety of documents, including letters,

More information

If you like this guide and you want to support the community, you can sign up as a Founding Member here:

If you like this guide and you want to support the community, you can sign up as a Founding Member here: Introduction Hey Sam here. Thanks for getting access to Vid Invision Enterprise. I m super excited that you ve come on board This guide is to help you to understand how to navigate the Vid Invision Enterprise

More information

How to Create a Killer Resources Page (That's Crazy Profitable)

How to Create a Killer Resources Page (That's Crazy Profitable) How to Create a Killer Resources Page (That's Crazy Profitable) There is a single page on your website that, if used properly, can be amazingly profitable. And the best part is that a little effort goes

More information

Raiden. A Personal Blogging WordPress Theme with focus on readability and style. Thanks for purchasing a theme from Codestag, you re awesome!

Raiden. A Personal Blogging WordPress Theme with focus on readability and style. Thanks for purchasing a theme from Codestag, you re awesome! Raiden A Personal Blogging WordPress Theme with focus on readability and style. Thanks for purchasing a theme from Codestag, you re awesome! In this document we will cover the installation and use of this

More information

every Website Packages

every Website Packages every every Website Packages So you ve decided you need a new website.. Congratulations! It s a big step venturing into the rabbit hole of the interwebs and you don t want to take a wrong turn. We love

More information

Introduction to the Weebly Toolkit for Building Websites

Introduction to the Weebly Toolkit for Building Websites Introduction to the Weebly Toolkit for Building Websites Maureen Pratchett July 2015 1 Objective The purpose of this workshop is not to teach you how to design or even build a website, but rather to introduce

More information

Creating Classroom Websites Using Contribute By Macromedia

Creating Classroom Websites Using Contribute By Macromedia Creating Classroom Websites Using Contribute By Macromedia Revised: 10/7/05 Creating Classroom Websites Page 1 of 22 Table of Contents Getting Started Creating a Connection to your Server Space.. Page

More information

Setting Up A WordPress Blog

Setting Up A WordPress Blog Setting Up A WordPress Blog Introduction WordPress can be installed alongside an existing website to be used solely as the 'blog' element of a website, or it can be set up as the foundation for an entire

More information

Sigurd WordPress Theme

Sigurd WordPress Theme This is a complete guide to help you manage the installation and setup of the Theme that you just bought. Thank you for purchasing our theme. We hope that you ll find it easy to use and customize. Please

More information

Copyright. For more information, please read the Disclosures and Disclaimers section at the end of this ebook. First PDF Edition, February 2013

Copyright. For more information, please read the Disclosures and Disclaimers section at the end of this ebook. First PDF Edition, February 2013 Copyright This ebook is Copyright 2013 Teresa Miller (the Author ). All Rights Reserved. Published in the United States of America. The legal notices, disclosures, and disclaimers in the front and back

More information

Getting Started in Web Design

Getting Started in Web Design Getting Started in Web Design 7 Tips You Need to Know by Candice Pardue Copyright Candice and Bob Pardue, Webmaster Course Com - All Rights Reserved This material may not be copied or reproduced in any

More information

Lesson 1. Importing and Organizing Footage using Premiere Pro CS3- CS5

Lesson 1. Importing and Organizing Footage using Premiere Pro CS3- CS5 Lesson 1 Importing and Organizing Footage using Premiere Pro CS3- CS5 When working with a video editor the video source will come from either a capturing process or importing video clips into the editing

More information

introduction what you'll learn

introduction what you'll learn introduction Jetpack is a plugin made by the same people that made Wordpress. By installing Jetpack you add a variety of useful modules to your Wordpress website. To use Jetpack on your website you need

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

JULIET Version /14/2016

JULIET Version /14/2016 Version 1.0 08/14/2016 Juliet Pro Check out the pro version at https://www.lyrathemes.com/juliet-pro INSTALLING WORDPRESS INSTALLING THE THEME Using the Administration Panel Using cpanel Manually Using

More information

Setting Your Site Preferences

Setting Your Site Preferences Setting Your Site Preferences Created on October 1, 2016 This Page Intentionally Left Blank Setting Your Preferences ii 02-Jan-17 ii Table of Contents Introduction... 4 Opening the Setting or Preferences

More information

Azon Master Class. By Ryan Stevenson Guidebook #10 Google and YouTube Marketing

Azon Master Class. By Ryan Stevenson   Guidebook #10 Google and YouTube Marketing Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #10 Google and YouTube Marketing Table of Contents 1. Google Analytics 2. Google Webmaster Tools 3. Google Plus 4. YouTube

More information

Oracle Cloud. Content and Experience Cloud Android Mobile Help E

Oracle Cloud. Content and Experience Cloud Android Mobile Help E Oracle Cloud Content and Experience Cloud Android Mobile Help E82091-01 Februrary 2017 Oracle Cloud Content and Experience Cloud Android Mobile Help, E82091-01 Copyright 2017, Oracle and/or its affiliates.

More information

Website/Blog Admin Using WordPress

Website/Blog Admin Using WordPress Website/Blog Admin Using WordPress Table of Contents How to login... 2 How to get support... 2 About the WordPress dashboard... 3 WordPress pages vs posts... 3 How to add a new blog post... 5 How to edit

More information

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and Hello, and welcome to another episode of Getting the Most Out of IBM U2. This is Kenny Brunel, and I'm your host for today's episode which introduces wintegrate version 6.1. First of all, I've got a guest

More information

Wordpress 101. Christy Costello & Becca Sayre

Wordpress 101. Christy Costello & Becca Sayre Wordpress 101 Christy Costello & Becca Sayre What is Wordpress? Let s get started. What is Wordpress? Content Management System (CMS) built with PHP and MySQL Free and open-source Mostly customizable Began

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

GeekLove. An Elegant WordPress Wedding Theme. Thanks for purchasing a theme from Codestag, you re awesome!

GeekLove. An Elegant WordPress Wedding Theme. Thanks for purchasing a theme from Codestag, you re awesome! GeekLove An Elegant WordPress Wedding Theme Thanks for purchasing a theme from Codestag, you re awesome! In this document we will cover the installation and use of this theme. If you have any questions

More information

Creating a Course Web Site

Creating a Course Web Site Creating a Course Web Site What you will do: Use Web templates Use shared borders for navigation Apply themes As an educator or administrator, you are always looking for new and exciting ways to communicate

More information