SOCE Wordpress User Guide

Size: px
Start display at page:

Download "SOCE Wordpress User Guide"

Transcription

1 SOCE Wordpress User Guide 1. Introduction Your website runs on a Content Management System (CMS) called Wordpress. This document outlines how to modify page content, news and photos on your website using the functions provided by the CMS. Before starting, it s important to understand that Wordpress is split between two primary views: 1. Front End 2. Dashboard The Front End is what your users will see (ie. the layout of the page, the content, etc). The Dashboard is what you will log in to in order to change the content on the Front End. As you make changes, you ll want to switch to the Front End and refresh your page to make sure it looks the way you intended. Sometimes the way things look in the Dashboard aren t quite the same as they way they look in the Front End. What Can I Change? Although Wordpress is a very powerful Content Management System, there are limits to what can be modified in the Dashboard. The following is a list of what can be modified through the Dashboard: Page Content News Posts Basic text Formatting for page content (bold, italics, size) Some sidebar content (see the Widgets section for more info) Images and other media can be added using the Add Media button when editing a page. The following is a list of what cannot be modified directly through the Dashboard without knowledge of Web languages (HTML & CSS). Advanced text formatting (spacing, global colours) Page Layout Images that appear outside of main content area (ie. banners, logos, etc) Background colours If there is a problem with the content or layout that cannot be modified, please contact SOCE at UniSA to discuss what can be done via soce@unisa.edu.au or SOCE Wordpress User Guide Page 1 of 16

2 2. Loading Website Front End You will find your website at the following address, where <FOLDER> is the folder name supplied to you: For example, your site might be Once you do this, you should see your website appear. SOCE Wordpress User Guide Page 2 of 16

3 3. Log in to your Wordpress Dashboard To open up your Wordpress Dashboard is the same process as loading the Front End of your site, except you need to add /wp-admin to the end of your URL: For example, your Dashboard URL might be Once the page loads, you will be presented with a login page: Enter the Username and Password supplied to you, then select Login. If successful, you will see the Dashboard page: SOCE Wordpress User Guide Page 3 of 16

4 When working through this document, all of the administrative functions referred to can be found on the left menu (shown above). SOCE Wordpress User Guide Page 4 of 16

5 4. Adding editors Add editors of your website by clicking on Users in the left menu. You will then have the options to view all users and add users. Note that you can change existing users passwords, but not their usernames. Fill in the fields and click on Add New User to save. 4.1 Choose Role Before saving the user, you ll need to choose a Role. We recommend adding Editors as the highest level users for your website, but below is an explanation of each: SOCE Wordpress User Guide Page 5 of 16

6 Role Subscriber Contributor Author Editor Administrator Description Low privileges, can only edit their own profile or comment on articles. Can read, edit or delete posts, but cannot create their own Can do everything the Contributor can, but can also publish their own news posts. Can manage all pages and news posts, as well as upload and delete media files. Has full access to the website, including system settings and turning features on or off. For a full explanation of adding users and description of roles, access the Wordpress Help - top right corner of your screen when editing, or view this URL: SOCE Wordpress User Guide Page 6 of 16

7 5. Add or Edit Pages To edit page content, start by choosing Pages from the left menu. This will bring up the Pages screen (below). You can re-order your pages by clicking and dragging up or down from the left side of the row, or click the page name to edit it. Important: The websites that have been developed for you have likely been designed with a certain number of pages in mind. If you add too many extra pages you may find your layout breaks. Generally it s best to edit your existing pages with new content rather than adding new ones. 5.1 Add New Page or Edit Existing Page To edit an existing page, select it from the table shown, this will display the Edit Page screen. To add a new page, choose Add New at the upper-left of the screen. 5.2 Enter Title and Content On the next screen, enter a title and content for your page. SOCE Wordpress User Guide Page 7 of 16

8 Entering content can be done similar to the way you would do on a Word document. Use the toolbar at the top of the content box to bold, italicise or align your text. Images and other media can be added using the Add Media button. Do not directly cut and paste or copy text or images from Word documents into the Wordpress editing interface/your website, as this will transfer coding that will interfere with your web page. Instead, cut and paste text from documents/web pages into a text editor such as Notepad (see programs > accessories if using a PC or the text editor in Mac). Tip: If you see code in the content box, select the Visual tab on the upper right to ensure you re in the visual editor. 5.3 Upload Images & Other Media (optional) If you wish to add an image, or link to an uploaded document, you can do this by first placing your cursor at the point you want the image or file to appear in the Content text box, then selecting Add Media: This will bring up the Media Browser: Click Select Files to choose files from your computer to upload, or select the Media Library tab to choose from files that have been uploaded previously. Once you upload an image, or choose an existing one, select the Insert into page button to paste this into your text box: SOCE Wordpress User Guide Page 8 of 16

9 5.4 Edit Page Attributes (optional) You may also want to change the attributes that appear on the right side (below). You can use the Parent dropdown menu to make this page a child of an existing page. Use the Order text box to set the order in which the page will appear in navigation menus (where lower numbers appear first). SOCE Wordpress User Guide Page 9 of 16

10 5.5 Save Changes Once you re happy with your changes you can save them using the Publish box at the top-right of the screen. If you re creating a new page, select the Publish button (above left); if you re editing an existing page, select the Update button (above right). SOCE Wordpress User Guide Page 10 of 16

11 6. Editing News Posts If your site also has a News section, then you will also want to be able to add, remove or edit news posts too. 6.1 What s the Difference Between Posts and Pages? On the surface, Pages and Posts will look very similar, but they serve two different purposes: A Page is used for static content that is not likely to change often and is not related to news or events (eg. About Us, Contact Us etc). A Page also will usually appear in the primary navigation menu on every page. A Post is a news posts that offers information about a timely event and is generally only viewable from a special News section on your website (eg. Volunteers Needed In December, New Website Launched, etc) If you create 5 Posts, they will all be organised under the News section of your website, for example: SOCE Wordpress User Guide Page 11 of 16

12 Notice in the above example I have three News Posts: New Website Launched, Volunteers Need in December, and Hello World. All three of these posts are grouped under the same page, with the most recent post appearing at the top. Also notice my site has three Pages: Home, News and Sample Page, which are listed on the left sidebar. Each of these Pages are independent, whereas the Posts only appear on the News Page. 6.2 Add New or Edit Existing Post From the Dashboard choose Posts from the left menu, this will bring up the Posts screen: To add a new Post, select the Add New button at the top of the page. To edit an existing Post, select it from the table shown. 6.3 Enter Title and Content On the next screen, enter a title and content for your Post, this works the same way as adding content to Pages. SOCE Wordpress User Guide Page 12 of 16

13 6.4 Enter Categories For news posts, it s a good idea to add 1 or more categories using the Categories Metabox on the right. Select 1 or more existing categories from the All Categories tab, or create a new category by selecting the Add New Category. If you re unsure, you can add more categories later if needed. 6.5 Enter Tags It s also a good idea to add some tags to your post. These can be added using the Tags Metabox on the right. Add a tag by typing them into the box, separated by a comma. What s the difference between a Category and a Tag? A category is a high-level grouping, whereas tags are designed for specific concepts covered by an article within that grouping. For example, Design Principles might be a category, whereas Colour and Shape might be a tag. SOCE Wordpress User Guide Page 13 of 16

14 6.6 Save Changes If you re creating a new post, you ll see the Publish box on the right, which allows you to save your post as a draft, or publish it. If you re editing an existing post, the Publish box will show an Update button. Select Update, Publish, or Save Draft to save your changes (note that if you choose Save Draft, the post will not show on the website). SOCE Wordpress User Guide Page 14 of 16

15 7. Global Options In many cases, content and settings relating to global page elements such as footer contnet is placed in a special GLobal Options area. You will find this by selecting Options from the left menu: If global options are available, they will appear on the right side of the screen: SOCE Wordpress User Guide Page 15 of 16

16 8. Accessing Help There is a lot of help information available for Wordpress. To access this, explore the Help tab at the top right hand of screen. For other assistance with your website, contact the SOCE help desk at soce@unisa.edu.au. SOCE Wordpress User Guide Page 16 of 16

Creating Post(s) In WordPress

Creating Post(s) In WordPress Creating Post(s) In WordPress Posts In WordPress: Here is what posts are in WordPress: Posts are regular blog entries i.e. dynamic content. When any Post(s) are published, they appear automatically in

More information

USING JOOMLA LEVEL 3 (BACK END) OVERVIEW AUDIENCE LEVEL 3 USERS

USING JOOMLA LEVEL 3 (BACK END) OVERVIEW AUDIENCE LEVEL 3 USERS USING JOOMLA LEVEL 3 (BACK END) OVERVIEW This document is designed to provide guidance and training for incorporating your department s content into to the Joomla Content Management System (CMS). Each

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

Wordpress Editor Guide. How to Log in to Wordpress. Depending on the location of the page you want to edit, go to either:

Wordpress Editor Guide. How to Log in to Wordpress. Depending on the location of the page you want to edit, go to either: Wordpress Editor Guide How to Log in to Wordpress Depending on the location of the page you want to edit, go to either: http://www.necc.mass.edu/wp- admin (for the main website) Or http://facstaff.necc.mass.edu/wp-

More information

ADRION PROJECT WEBSITES USER S MANUAL

ADRION PROJECT WEBSITES USER S MANUAL ADRION PROJECT WEBSITES USER S MANUAL September 2018 Summary 1. The ADRION Project Website... 3 2. Content instructions... 3 3. Contacts for technical assistance... 3 4. Login... 3 5. Editable contents...

More information

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

Updating your blog# How to add or edit a blog post on Baptists Today.

Updating your blog# How to add or edit a blog post on Baptists Today. Updating your blog# How to add or edit a blog post on Baptists Today. Updated: Version 1.0 The new Baptists Today (BT) website uses the Wordpress CMS. This guide will walk you through the steps for correctly

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

SITE ADMINISTRATION.

SITE ADMINISTRATION. SITE ADMINISTRATION www.urbandalelibrary.org/wp-admin A P R I L 2 8, 2 0 1 1 HOW TO LOG IN Login as an admin: 1. In your web browser, go to www.urbandalelibrary.org/wp-admin Note: While in development,

More information

Managing Content in WordPress

Managing Content in WordPress The Beginners Guide to WordPress Posts, Pages & Images WordPress is one of the most popular content management systems and blogging platforms in the world. It is free, open source software that allows

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

Somerville College WordPress user manual. 7th October 2015

Somerville College WordPress user manual. 7th October 2015 Somerville College WordPress user manual 7th October 05 0 INDEX YOUR SITE IMAGES FORMS THE MENU 4 4 5 0 YOUR SITE The Content Management System The Somerville website has been built using the WordPress

More information

HOW TO USE WORDPRESS TO BUILD A WEBSITE A STEP-BY-STEP GUIDE

HOW TO USE WORDPRESS TO BUILD A WEBSITE A STEP-BY-STEP GUIDE HOW TO USE WORDPRESS TO BUILD A WEBSITE A STEP-BY-STEP GUIDE YOUR WEBSITE How to login Go to your website and add /wp-admin: www.palondoncourse.co.uk/xxxxxxxxx/wp-admin This will bring up the login screen.

More information

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

More information

Managing your Website s Content in WordPress

Managing your Website s Content in WordPress Managing your Website s Content in WordPress Prepared for Westmont Aged Care Services Ltd 1 December 2016 For further support please contact: Annie O Shea M: 0412 169 664 E: annie@webstrategies.net.au

More information

Hart House C&C Website Guide

Hart House C&C Website Guide step-by-step Instructions Hart House C&C Website Guide > Step-by-step instructions > Guidelines Materials available Online: www.harthouse.ca/design What s included in this guide? Included in this guide:

More information

ScholarBlogs Basics (WordPress)

ScholarBlogs Basics (WordPress) Emory Center for Digital Scholarship Library and Information Technology Services ScholarBlogs Basics (WordPress) Table of Contents (click on the headings below to go directly to the section) Use of ScholarBlogs

More information

Training Manual and Help File

Training Manual and Help File Training Manual and Help File 30.06.2011 Update Manage Grow Welcome to your new Juniper Website Management System with CMS Introduction The Juniper Website Management System with CMS (Website Content Management

More information

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13 UIS Office of Web Services WordPress User Guide WordPress User Guide 8/31/17 Page 1 of 13 UIS Office of Web Services WordPress User Guide Prepared by Ralph Shank Table of Contents About WordPress 3 Getting

More information

Linn-Mar Staff Web Page Setup

Linn-Mar Staff Web Page Setup Linn-Mar Staff Web Page Setup Log In To set up your staff/teacher site, browse to sites.linnmar.juiceboxint.com/jb-login and log in with your network username. NOTE: Once the sites are launched, you ll

More information

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 4/17/18 Page 1 of 12

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 4/17/18 Page 1 of 12 WordPress User Guide WordPress User Guide WordPress User Guide 4/17/18 Page 1 of 12 Prepared by Ralph Shank Table of Contents About WordPress... 3 Getting Connected to Your Website... 3 Editing and Publishing

More information

Web Authoring Guide. Last updated 22 February Contents

Web Authoring Guide. Last updated 22 February Contents Web Authoring Guide Last updated 22 February 2016 Contents Log in................................ 2 Write a new post...3 Edit text...4 Publish a post...5 Create a link...6 Prepare photographs...7 Insert

More information

Creating and updating content on your WordPress content management system (CMS)

Creating and updating content on your WordPress content management system (CMS) Creating and updating content on your WordPress content management system (CMS) Posts vs pages WordPress comes with two content types: Posts and pages. Posts are content entries listed in reverse chronological

More information

Getting Started for COE Faculty Websites using WordPress By David K. Whisler, David Weber and Jack Stein Last Updated 05/6/2012

Getting Started for COE Faculty Websites using WordPress By David K. Whisler, David Weber and Jack Stein Last Updated 05/6/2012 Getting Started for COE Faculty Websites using WordPress By David K. Whisler, David Weber and Jack Stein Last Updated 05/6/2012 Contents Getting a WordPress Site... 2 Basic customization of your WordPress

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

EasySites Quickstart Guide. Table Of Contents

EasySites Quickstart Guide. Table Of Contents EasySites Quickstart Guide Table Of Contents 1. Introduction: What is an Easysite? Page 2 2. Log In: Accessing your Easysite Page 2 3. Categories: A Navigation Menu for your Website Page 3 4. Entries:

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Type into the address bar of your web browser. You ll see this screen. Enter in the username and the password.

Type   into the address bar of your web browser. You ll see this screen. Enter in the username and the password. Type http://www.arlingtonmtw/wp-admin into the address bar of your web browser. You ll see this screen. Enter in the username and the password. user: Gallen pw: G@rth&3mma! Log in, and you ll see what

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

New Website User Manual

New Website User Manual New Website User Manual General Notes 3 How To Login To Your Website And Access Admin Dashboard 4 Adding / Editing Sliders 5 Home Slider 5 School Slider (Same steps for ALL school pages) - Add a Slide

More information

In This Guide. Quick Start Guide REAL 737 edspace.american.edu

In This Guide. Quick Start Guide REAL 737 edspace.american.edu Quick Start Guide REAL 737 edspace.american.edu In This Guide Log In 2 Change Password 2 Create/Update Your Profile 2 Orientation to Dashboard, Toolbar, and Your Site 3 Introduction to your REAL 737 Group

More information

INTRODUCTION & BASIC STRUCTURE... 2 PAGES... 3 EDITING A PAGE... 3 BLOG ENTRIES (POSTS)... 5 CREATING A BLOG ENTRY (POST)... 6

INTRODUCTION & BASIC STRUCTURE... 2 PAGES... 3 EDITING A PAGE... 3 BLOG ENTRIES (POSTS)... 5 CREATING A BLOG ENTRY (POST)... 6 Contents INTRODUCTION & BASIC STRUCTURE... 2 PAGES... 3 EDITING A PAGE... 3 CREATING A NEW PAGE... 4 PASTING TEXT... 4 EXTERNAL LINKS... 4 LINKING THE PAGE TO A MENU... 5 BLOG ENTRIES (POSTS)... 5 CREATING

More information

CMS (Content Managed System) Training Manual

CMS (Content Managed System) Training Manual CMS (Content Managed System) Training Manual 1 Contents Document History... 3 Introduction... 4 Login... 4 Control panel... 4 User manager... 5 Global Configuration... 7 Site Settings... 8 Metadata Settings...

More information

OPM Rugby Club Web Site Overview

OPM Rugby Club Web Site Overview OPM Rugby Club Web Site Overview Table of Contents Main site URL... 2 Register as a user... 2 Change user Password... 3 Login to OPM Wordpress Site... 3 Roles... 4 Subscriber... 4 Contributor... 4 Author...

More information

Center for Academic Excellence engaging faculty inspiring learning. WordPress Quick-Reference Manual

Center for Academic Excellence engaging faculty inspiring learning. WordPress Quick-Reference Manual Center for Academic Excellence engaging faculty inspiring learning WordPress Quick-Reference Manual Contents Signing up for a WordPress account... 2 Adding a new blog... 2 Changing the theme of your blog...

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

More information

Theme System: It allows modifying the site view and functionality. It includes images, stylesheet, template files and custom pages.

Theme System: It allows modifying the site view and functionality. It includes images, stylesheet, template files and custom pages. WORDPRESS BASICS Contents WordPress - Overview... 2 WordPress - Dashboard... 4 WordPress - Categories... 6 WordPress - Posts... 7 WordPress - Media Library... 8 WordPress - Links... 9 Master Slider...

More information

WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016

WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016 WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016 LOG INTO WORDPRESS Visit the Login page http://intermountaineyecare.net/wp-admin/ Enter your Username and Password NOTE: Additional usernames

More information

Imagery International website manual

Imagery International website manual Imagery International website manual Prepared for: Imagery International Prepared by: Jenn de la Fuente Rosebud Designs http://www.jrosebud.com/designs designs@jrosebud.com 916.538.2133 A brief introduction

More information

Website Training Manual

Website Training Manual Website Training Manual Version 1.0 9/11/13 Section 1: Manage Users... 3 Adding Users... 3 Managing Users... 3 Section 2: Manage Content... 4 Section 3: Create Content... 5 Featured Slider... 5 Governance...

More information

WEB 2.0 FOR T&L : SOCIAL MEDIA & BLOG. Wordpress manual. Norah Md Noor Noor Dayana Halim

WEB 2.0 FOR T&L : SOCIAL MEDIA & BLOG. Wordpress manual. Norah Md Noor Noor Dayana Halim WEB 2.0 FOR T&L : SOCIAL MEDIA & BLOG Wordpress manual Norah Md Noor Noor Dayana Halim Word Press Table of Contents Word Press... 1 Getting Started... 1 Viewing the Webpage... 2 Changing the Password...

More information

ADMIN MANUAL OF Wordpress

ADMIN MANUAL OF Wordpress ADMIN MANUAL OF Wordpress By: - Pratap Singh 8800 93 45 56 Logging In to WordPress WordPress login screen Enter your username and password. If you have forgotten this information, use the Lost Your Password?

More information

PBHS WordPress Blog Manual v1.0

PBHS WordPress Blog Manual v1.0 PBHS WordPress Blog Manual v1.0 Logging into your WordPress Blog In our address bar at the top of your browser, enter in www.yourdomain.com/blog/wp admin and press enter on your keyboard. (substitute youtdomain.com

More information

WEBSITE USER GUIDE.

WEBSITE USER GUIDE. WEBSITE USER GUIDE www.thegrangekent.co.uk Crafted by Burning Leaf Creatives burningleaf.co.uk May 2018 Fundraising for the children of Five Acre Wood School ABOUT THIS GUIDE This guide has been crafted

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

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

Creating a Website with Wordpress

Creating a Website with Wordpress Creating a Website with Wordpress Wordpress Fundamentals Version 1.6 Fayette County Public Schools June 28, 2013 Sow-Foong Hedman Technology Web Team Contents What is Wordpress?... 4 Overview... 4 Key

More information

School Website WordPress User Guide

School Website WordPress User Guide School Website WordPress User Guide version 3.3 Olathe Public Schools USD # 233 2012 Table of Contents Introduction 0 Log into WordPress... 1 Dashboard View... 1 Dashboard Menu Bar.. 2 Pages. 4 New Page

More information

Dacorum U3A. Computer Support Group

Dacorum U3A. Computer Support Group Dacorum U3A Computer Support Group Friday 28th October 2016 How to setup and Run a simple Wordpress Web site Agenda Identify topics to discuss in later meetings Overview of todays Presentation Wordpress

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Wordpress Section Types RAINBOW DISTRICT SCHOOL BOARD WORDPRESS GUIDELINES

Wordpress Section Types RAINBOW DISTRICT SCHOOL BOARD WORDPRESS GUIDELINES Wordpress Section Types RAINBOW DISTRICT SCHOOL BOARD WORDPRESS GUIDELINES OCTOBER 2016 Table of Contents Summary...1 Menu Structure & Pages...2 Navigating Pages...3 Text Block...4 Resource Listings...7

More information

Introduction... 1 What is WordPress?... 2 Log in to the Administration Dashboard... 3 The WordPress Dashboard... 4

Introduction... 1 What is WordPress?... 2 Log in to the Administration Dashboard... 3 The WordPress Dashboard... 4 Table of Contents Introduction... 1 What is WordPress?... 2 Log in to the Administration Dashboard... 3 The WordPress Dashboard... 4 Managing Content... 5 What Are Pages and Posts??... 6 Managing Posts

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

Monarch Services Website Quick Guide

Monarch Services Website Quick Guide January 2016 Monarch Services Website Quick Guide www.monarchscc.org Credentials Wordpress Login URL: http://www.monarchscc.org/wp-login Login name :Nancya Password: wcs9na! Hosting Login at dreamhost.com

More information

CMS Training Reference Guide

CMS Training Reference Guide CMS Training Reference Guide Your training session may have been conducted on one of your sites Dev or Staging or Live To login, type your web address domain into a web browser and add (/admin) o Example:

More information

SITE ADMINISTRATION.

SITE ADMINISTRATION. SITE ADMINISTRATION www.pella.k12.ia.us/wp-admin N O V E M B E R 6, 2 0 1 3 HOW TO LOG IN Login as an admin: 1. In your web browser, go to www.pella.k12.ia.us/wp-admin Note: While in development, you can

More information

Newcastle University Personal Web Publishing

Newcastle University Personal Web Publishing Newcastle University Personal Web Publishing User Guide (v1.1) Support: it.servicedesk@ncl.ac.uk Feedback: wordpress-feedback@ncl.ac.uk May 2014 Research and Collaborative Services, ISS Contents Section

More information

WordPress Manual For Massachusetts Academy of Math and Science

WordPress Manual For Massachusetts Academy of Math and Science WordPress Manual For Massachusetts Academy of Math and Science September 19, 2017 Table of Contents Who should use this manual... 4 Signing into WordPress... 4 The WordPress Dashboard and Left-Hand Navigation

More information

EKTRON 101: THE BASICS

EKTRON 101: THE BASICS EKTRON 101: THE BASICS Table of Contents INTRODUCTION... 2 TERMINOLOGY... 2 WHY DO SOME PAGES LOOK DIFFERENT THAN OTHERS?... 5 LOGGING IN... 8 Choosing an edit mode... 10 Edit in context mode (easy editing)...

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using SimpleCMS Overview 2 Accessing the CMS 2 Resetting Your Password 2 Pages 3 Managing Files 3 Shortcuts 4 Uploading 4 Page Options 4 Relabel 4 Duplicate 4 Google

More information

How To Guide. Hannon Hill Corporation for Rowan University

How To Guide. Hannon Hill Corporation for Rowan University How To Guide Hannon Hill Corporation for Rowan University Hannon Hill Corporation 3423 Piedmont Road, Suite 520 Atlanta, GA 30305 www.hannonhill.com 678.904.6900 info@hannonhill.com Rowan University: How

More information

Jack s Coal Fired Pizza

Jack s Coal Fired Pizza Jack s Coal Fired Pizza WORDPRESS MANUAL TABLE OF CONTENTS Login... 3 Editing Existing Pages... 4 Adding New Pages... 7 Editing/Adding Text... 8 Creating a Link... 9 Linking to a PDF... 10 Making a Link

More information

CUPA-HR Chapters: WordPress Reference Guide

CUPA-HR Chapters: WordPress Reference Guide CUPA-HR Chapters: WordPress Reference Guide Table of Contents How to Log In to WordPress... 1 How to Create a Page in WordPress... 2 Editing a Page in WordPress... 5 Adding Links in WordPress... 6 Adding

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

Website Training Guide for Staff

Website Training Guide for Staff Website Training Guide for Staff Welcome to the General Website Training Guide. This tutorial will cover a brief introduction to the Research Website for St. Michael s Hospital, the Wordpress backend,

More information

Edublogs. (WordPress) An Introductory Manual. Gail Desler

Edublogs. (WordPress) An Introductory Manual. Gail Desler Edublogs (WordPress) An Introductory Manual Gail Desler [Drawing on/updating/expanding tutorials and explanations from James Farmer, Mike Temple, Ewa McGrail, Lorelle, Joan Boan, Alice Mercer, Kate Olson,

More information

BT Web Hosting. Features and functionality

BT Web Hosting. Features and functionality BT Web Hosting Features and functionality 1 Hopefully you will now have a website that is activated and potentially even published. This guide will take you through some of the additional features and

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

Sacred Heart Nativity

Sacred Heart Nativity August 2016 Sacred Heart Nativity http://www.shnativity.org Credentials Wordpress Admin Login URL: http://www.shnativity.org/wp-login.php login = sarriola@shnativity.org pw = sent via system email Login

More information

LearnWP 2-day Intensive WordPress Workshop. Dawn Comber, Digital Dialogues Ruth Maude, Dandelion Web Design

LearnWP 2-day Intensive WordPress Workshop. Dawn Comber, Digital Dialogues Ruth Maude, Dandelion Web Design LearnWP 2-day Intensive WordPress Workshop Dawn Comber, Digital Dialogues Ruth Maude, Dandelion Web Design How do I login? Point your browser to your website URL adding wpadmin to the end of the address

More information

Getting Started for College of Engineering Faculty Websites using WordPress

Getting Started for College of Engineering Faculty Websites using WordPress Getting Started for College of Engineering Faculty Websites using WordPress By David K. Whisler, Last Updated 03/28/2012 by David Weber 1. Under normal circumstances, WordPress sites are created automatically

More information

Volunteer User Groups: CMS User Guide. September 2014

Volunteer User Groups: CMS User Guide. September 2014 Volunteer User Groups: CMS User Guide September 2014 INTRODUCTION This user guide includes full instructions for group admin users. LOGIN The same login page and URL will be used for both group admin users

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

Websites. Version 1.7

Websites. Version 1.7 Websites Version 1.7 Last edited 15 Contents MyNetball Information...3 Websites...4 Web packages...4 Setting up the layout...5 Uploading files and images...6 Using Dropbox to Increase your Website Data...7

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

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

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

A Guide to Blogging on Wordpress

A Guide to Blogging on Wordpress A Guide to Blogging on Wordpress Below is a written guide with pictures for using the WordPress blogging platform. If you re more of a visual person, there are videos here: http://wordpress.tv/category/howto/

More information

Categories In WordPress

Categories In WordPress Categories In WordPress Categories provide a helpful way to group related posts together, and to quickly inform readers what a group of posts are about. Categories also make it easier for people to find

More information

User Manual Contents

User Manual Contents User Manual Contents Accessing MyPortfolio... 2 New Users - Creating an Account... 3 Returning Users - Logging in to Your Account... 5 Resetting Your Password... 6 Updating Your Account/Profile Information...

More information

2 Document Manager Lite v5.2 User Guide

2 Document Manager Lite v5.2 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

CMS Manual with Shopping Cart (Shopp)

CMS Manual with Shopping Cart (Shopp) CMS Manual with Shopping Cart (Shopp) Contact Details: Ray Giridharan Email: ray@totalmarketingaustralia.com.au Contact: 0433 399 294 Website: www.totalmarketingaustralia.com.au Index 1. How to Login to

More information

To upgrade to ifeature Pro visit:

To upgrade to ifeature Pro visit: 1 ifeature Free Documentation for ifeature v1.0.7 (last updated 4/26/2011) TABLE OF CONTENTS: Topic Page(s) Installing ifeature 2 Templates and Widgets 3 imenu 4 ifeature Settings 5 General Settings 6

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Google Sites 101. Mrs. Wilson

Google Sites 101. Mrs. Wilson Google Sites 101 Mrs. Wilson Google Sites 101 Create a site 1. Go to http://sites.google.com/ 2. Login with your Google Account [or Google Apps account] email address and password You can create a Google

More information

HostPress.ca. User manual. July Version 1.0. Written by: Todd Munro. 1 P age

HostPress.ca. User manual. July Version 1.0. Written by: Todd Munro. 1 P age HostPress.ca User manual For your new WordPress website July 2010 Version 1.0 Written by: Todd Munro 1 P age Table of Contents Introduction page 3 Getting Ready page 3 Media, Pages & Posts page 3 7 Live

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

WordPress 3.5 User Manual. We get you there.

WordPress 3.5 User Manual. We get you there. WordPress 3.5 User Manual We get you there. Table of Contents 1. Table of Contents 2. Log in to the Administration Dashboard 3. The WordPress Dashboard 4. What are Pages and Posts? 5. How To Add A New

More information

Connecture Platform Manager

Connecture Platform Manager Connecture Platform Manager 1 P a g e Table of Contents Connecture Platform Manager... 1 Introduction to the Connecture Platform Manager... 3 Getting Started... 3 Login... 3 Dashboard... 3 Connecture Application

More information

Club Site Editing Guide

Club Site Editing Guide Swimming New Zealand Club Site Editing Guide Intelligent Software for Membership All information contained in this document is for the exclusive use of Swimming New Zealand. We are happy that any part

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Illinois State University Events Calendar

Illinois State University Events Calendar Illinois State University Events Calendar Adding an Event To add an event to the Illinois State University Events Calendar, visit Events.IllinoisState.edu and scroll to the footer to login. Click the Copyright

More information

Web Pro Manager: General User Guide

Web Pro Manager: General User Guide Web Pro Manager: General User Guide Version 1.14 (7/2013) Web Pro Manager is an open-source website management platform that is easy to use, intuitive, and highly customizable. Web Pro Manager can be used

More information

Web Site User Manual

Web Site User Manual www.dktinternational.org Web Site User Manual Last edited 12/18/2011 ACCESS TO EDIT WEB SITE CONTENT Logging in The access URL to edit pages is: http://www.dktinternational.org/wp-admin All userid information

More information

Blogs.mcgill.ca guide

Blogs.mcgill.ca guide Blogs.mcgill.ca guide A step-by-step document to blogging at McGill McGill University Table of Contents BLOGGING AT MCGILL...3 BLOGGING IN TEACHING AND LEARNING...3 LOGGING IN TO BLOGS.MCGILL.CA...4 USING

More information

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home Introduction to Cascade Server (web content management system) Last Updated on Jul 14th, 2010 The College of Charleston's web site is being produced using a Content Management System (CMS) called Cascade

More information

INTRODUCTION. This guide aims to help you make the most of your web presence. RETURN TO TOP eusa.ed.ac.uk/activities 1

INTRODUCTION. This guide aims to help you make the most of your web presence. RETURN TO TOP eusa.ed.ac.uk/activities 1 PROFILE GUIDANCE CONTENTS 01 Introduction 02 Editing your group s profile 03 Admin tools 04 Edit details 05 Tips for creating web content 06 Members 08 Memberships and groups 09 Messages 10 News 11 Writing

More information