How to Use WordPress

Size: px
Start display at page:

Download "How to Use WordPress"

Transcription

1 How to Use WordPress Introduction... 1 When to Use WordPress... 1 WordPress vs. WordPress.com... 1 WordPress... 1 WordPress.com... 2 Getting Started... 2 WordPress.com... 2 WordPress software... 3 Logging In... 3 Dashboard... 4 WP.com Dashboard... 4 WP Dashboard... 5 Making Pages and Posts... 5 Media... 6 Plugins... 6 Examples of Plugins... 7 Installing Plugins... 7 Customization... 8 Widgets... 8 Menus... 9 Managing Users... 9 Importing and Exporting Data Conclusion Credits and Attributions Table of Figures... 12

2 Introduction This is a How To document is for novice/beginning web developers who are creating a website project either for themselves or tasked to create one by a client and are planning to use a simple client such as WordPress. It assumes a basic knowledge of web development knowledge, including coding and scripting in basic languages. The user should be all caught up on HTML, CSS, JavaScript, and other common languages, enough to be trusted to handle an independent web project. Depending on your options, further knowledge in using FTP and MySQL may also be required. This document covers a basic run-through of installing and implementing WordPress for websites and the essentials of using it to enhance your web design. Topics covered in this document include: when to use WordPress, the differences between WordPress vs. WordPress.com, the installation process, navigating your dashboard, making posts, installing plugins, customizing your layout, and managing data. When to Use WordPress Before going farther with this document, make absolutely certain that WordPress is what your project truly needs. WordPress, be it the software or the actual hosting network, is a tool for novice project developers who need to enhance the design of their website. If you re an advanced enough programmer/designer, you shouldn t need to use WordPress at all, and depending on who your employer or client is, they might question your use of it. WordPress has many plugins and features that even an advanced developer finds useful from time to time however, so don t be too hesitant to install it if you need such a feature for your website. Overall, WordPress is a fantastic tool for beginning web developers who need a push in the right direction. This document is written to take you through all the steps for installation under the assumption that you re in need of WordPress s entire services. WordPress vs. WordPress.com Once you ve locked down that you definitely want WordPress for your website, the next thing to figure out is how exactly you want WordPress implemented. WordPress comes in two forms: the WordPress open-source software downloadable from the main website, and the hosting service WordPress.com. The two platforms function similarly but have distinct differences that are key to understanding which one is appropriate for the needs of yourself and your website. WordPress Installing WordPress as a software integrates its UI into your website on the front-end. It comes in a software package that you download and then insert into the public_html folder of your web server. Inside comes all of the assets that make up your admin panel, content storage, and every configuration file important to running your site on WordPress. Everything about your website stays the same, including the domain. You have to manually type in WordPress s login prompt to access all of your controls, which become embedded into the code of the website (but will not alter anything until you directly configure objects). It is important to know how to use both FTP and MySQL before using the WordPress software. 1

3 The most important aspect of featuring WordPress this way is that there s no purchase required for basic features, and any first-party and third-party WordPress plugins without a price tag can be easily downloaded and uploaded through the admin panel to become part of your website without any need for upgrading your software (however, some plugins and features may still require an upgrade to access more advanced options). WordPress.com By creating a website through WordPress.com, all of the necessary website configurations will be made automatically without you having to upload and insert files server-side. You will gain access to a more expanded, but still limited, amount of WordPress s features by letting it install for free, and will gain access to a wider support community. This option is really only viable If you haven t already started your website, since you ll mostly be starting it from scratch this way. You will also likely have to pay a premium subscription to have WordPress this way, since features like being able to have your own domain name and installing plugins are locked behind a paywall. However, the full list of features available under a subscription are most advanced than with the WordPress software package, and WordPress will take care of plugin installs, security features, and server-side configuration by itself without you having to do most of these things manually. Therefore, this hosting method is ideal for the developer who doesn t want to deal with back-end configurations and is willing to spend the money for an expanded sandbox of options. Getting Started Once you re comfortable with which direction you want to go, follow the instructions for your respective installation type below. WordPress.com Getting set up with WordPress.com starts with, as you might have guessed, visiting itself. Luckily, WordPress has a built-in user guide to take you through the journey of making a website with their company. Begin by making an account with WordPress. You will create an admin username and password for yourself, specify the domain name of your website, and provide payment details if you decide to select a payment plan. Your options include: Free Basic design options, a limited storage space, a small pool of themes to choose from, and an admin panel with basic website tools. Personal ($4*) Create your own personalized domain name. Receive live chat support, choose from a multitude of free themes and design options, remove ads from your site, and gain access to Jetshark, a tool that aids your website s speed performance and spam protections. 2

4 Premium ($8*) All benefits included in the Personal plan, as well as more advanced customization options, an unlimited variety of themes, larger storage space, a built-in video editor, and the ability to monetize your website. Business ($25*) All benefits listed above, as well as completely unlimited storage space, the ability to install any first and third-party plugins, opportunities to attend live creator courses, and the option to remove WordPress s branding from your site completely. * Per month, billed annually Once you ve gone through the sign-up process, you will be taken to a blank screen constituting your very first page, with the admin panel ready for you to go! WordPress software If you re opting to integrate WordPress into an already-existing website, then download the WordPress open-source software from and follow the detailed instructions at for further help. 1. Download and unzip the WordPress package from 2. Create a database for WordPress on your server, and make sure you or one of your team members has MySQL privileges to access, edit, update, and delete data. 3. Use an FTP client to transfer the WordPress folder into either the root directory of your web server for easy installation, or create a blog directory and move the files there. 4. Start up the WordPress installation (which will generate an admin username and password and install your admin controls into the domain) by either: a. Typing in your domain URL directly, if you placed the software package in your root directory. b. Going to if you created a blog directory for your files. You can go to for more detailed instructions on installing the package, including some optional but potentially necessary steps such as alternate installation locations and setting up your config file. Logging In Once WordPress has been installed and set up for your website, you should be able to access the login prompt by typing /wp-admin in your URL after your domain name (e.g. Logging into the website as the administrator (which you set up during the installation) allows you to access the Dashboard with admin controls, which differs depending on how you integrated WordPress. Figure 1 - wp-admin Login Screen 3

5 Dashboard Now that you ve logged into your website using your WordPress account, you should have access to all of your WordPress tools, conveniently sorted into a taskbar on the top of the screen, opening a dashboard to the left of it. WP.com Dashboard Pictured is the Dashboard that appears when you re running your website on WordPress s domain. Pricing plan does not affect what you see here, as options that are not available on your current plan will still appear but pull up a prompt informing you to upgrade. The Stats page lets you track all of the traffic, activity, content, and performance statistics of your website, with more detailed variables depending on your current plan. The Activity page, available only on Personal plan and up, shows you a feed of everything your fellow website members (see Roles) have contributed recently. You can manage your site pages and blog posts (see Pages and Posts) through this tool, as well as media, feedback, and your plugins. You can also Import content from other hosting sites such as Blogger, Squarespace, or a different WordPress site. Finally, you can configure your sharing options (where you can set your posts to be shared through social media profiles), fellow users, other domains you can integrate into the site, and the rest of your website settings. On a WordPress.com domain, these Settings are where you go to edit site properties (title, icon, time zone, etc.), search engine preferences, feedback, traffic, and content modification. Figure 2 - WordPress.com Dashboard 4

6 WP Dashboard This is the admin panel for when you re using a website with WordPress software integration. The toolbar at top is always accessible as long as you re logged in as an administrator. It displays your updates, comments, and the ability to add a new post, page, media, or user, open the customization options (see Customization), and edit the page you re currently on. Figure 3 - WordPress toolbar On the dashboard, you can manage your posts and pages (see Posts and Pages), media, comments, plugins, users, and appearance (selecting a theme for your website and adjusting colors). The Tools tab allows you to import and export data between websites and content from another website (see Importing and Exporting Data). Settings allows you to edit site properties that can be altered through WP s code, such as the site title and time zone data, writing permissions, display options, permalinks, media upload sizes, and the ability to set your Privacy Policy page. Figure 4 - WordPress Dashboard Making Pages and Posts Your main method of content creation on WordPress is by using its page and post creation tools. Generally, you want to make a specific Page for any content that s non-malleable and meant to be just displayed rather than interacted with. Posts should be used for personal content such as blog updates or news articles. A Post will generally display an author and allow passing users and visitors to make comments dependent on your feedback settings. By default, your text editor for posts and pages (see Fig on next page) displays content in Visual mode. Any formatting changes you make or any media inserted is automatically previewed in real-time, similar to using the application Adobe Dreamweaver. You can select the Text tab to switch to displaying your content in HTML format, for more advanced coding inserts and the ability to make CSS style adjustments. Any page and post you create in this editor is saved on your server as a PHP file. 5

7 Figure 5 - WP.com and WP text editors To the right of the text editor, you have various settings available depending on which version of WP you re using and what type of page you re creating. You can choose publishing options and set a parent page as well as a featured image to be displayed at the center of your page. Publishing a page/post means it will go live on the website after you hit the Publish button. You can set your page/post to publish immediately or schedule it for a specific day and time. You can also set its visibility when it goes live to be: Media Public Anyone who visits the page can see it. Password protected Configure a password that anyone who accesses the page needs to enter in order to see the content inside. Private Only users with certain roles can see the page. Non-logged in visitors cannot see it at all. Media uploaded in WordPress is saved into a digital library on the admin side. WordPress supports most picture, video, and audio types. When uploading a photo, you can choose what size to display it at as well as whether the image contains a hyperlink. Video files can be set to autoplay and loop. Certain types of video files may only play with a certain plugin installed, however. Videos from video sharing sites like YouTube and Dailymotion can be embedded into your website as well. Once a media file has been uploaded to your library, it can be accessed and inserted into any page at any time. You can use the library tools to create a media gallery. Plugins WordPress boasts an abundance of special first-party and third-party developed plugins to expand your web experience. They can do an amazing array of features like enhance your speed performance and traffic, check your comments for spam, build automated survey and feedback forms, integrate new security measures, and even apply new visual editor interfaces. Ultimately, how much you want plugins as a part of your website may be vital in determining whether you choose WordPress or WordPress.com for your services. On WordPress.com, plugins are a premium 6

8 feature only available on higher payment plans. Through the WordPress software, many plugins can be installed for free but may require some interaction on the server end. Examples of Plugins Akismet Anti-Spam Reviews every comment or piece of feedback with its spam database to protect you from malicious users. Jetpack Helps you manage your search engine optimization, performance, and traffic across the webspace. Form Builder A custom form editor that gives you many options in creating forms, determining submission data, and generating feedback. WordPress Importer An essential tool for importing data from WordPress export files. WP-Optimize Clean up databases easily with zero manually-written queries. Instagram Feed Display responsive feeds from a selected Instagram account. WP Maintenance Mode Create a custom splash page to inform your users when your website is down for maintenance. Installing Plugins Every plugin has its own page on WordPress with tabs for its description of use, reviews from users, installation guide, and even a link to a support forum. On WordPress.com, plugins can be installed either directly through your dashboard or by using the WordPress Plugin Directory. You can only manage plugins through WP.com on a Business level payment plan. Before installing a plugin, you should always make sure that it s compatible with your version number of WordPress. Through the WordPress software, any first and third-party plugins listed as free can be installed directly. Many of them can be installed with the click of a button. However, you also have the option to download the files and upload them through the server: 1. Download the ZIP for the plugin files through its download page. 2. Extract the folder within. 3. Open an FTP client and access your web server. 4. Find the folder wp-content inside your WordPress folder. 5. Upload the folder containing your plugin files into the plugins folder. 6. Return to your WordPress dashboard and navigate to your Installed Plugins. Activate the plugin you just uploaded. Each plugin has its own specialized controls, and some even add their own buttons to your Dashboard or text editor for easy access. 7

9 Customization WordPress has customization tools that allow you to alter the website s appearance, specifically by setting properties that remain consistent no matter what page of the site you re on. In WP.com, this appears as the Customize option in your Dashboard. On WP, it shows up as Customize on your toolbar and Appearance on your dashboard. Figure 6 Gallery of selectable themes One of the options you have through this feature is to set a universal theme over your website. This theme will grant you a preset background with a preset color scheme, font structure, and various layout mechanics across every page of the website. This is where you set up widgets and menu creators for static properties, namely your sidebars, footer, and whatever dropdown menus you desire. You can also use the Customization tool to set up specific header and background properties, place custom widgets, and lay out menu navigation for your website. Widgets There is a multitude of widgets available in WordPress for your use. Widgets are pieces of content that can be added to the sides of your webpage. You have Widgets available to add to top and bottom of the site (in-between the content of the page and the footer/header), to the sidebar, and to the footer. The option to add Widgets appears wherever your Customization menu is located. You can drag and drop items straight from your Widgets menu into the different bars representing parts of the webpage. For example, you can add a textbox to the Footer Widget middle, and then a search bar to the Footer Widget right, and finally add a Calendar widget into the Sidebar. Then when your website is live, there will be a text blurb and search bar at the bottom of every page, and a Calendar to the right. 8

10 Menus Through the Customization feature, making a dropdown menu for your website is extremely simple. WordPress uses a drag-and-drop system, similar to the widgets, and has menu options that allow you to easily set menu items and what you want them to link to. They can be set to either a page or a custom URL. And you can go into Customization at any time to rearrange objects by dragging-anddropping, edit and delete any menu items, and select where you want the menu to be placed on your website. Figure 7 - Menu creator Managing Users Other individuals can be registered into your WordPress site as users with their own log-in information. Please note that having a WordPress.com login is not viable to log in to a WordPress site; you have to have your own individual login created. In order for other users to join the site, a user in an administrator role needs to invite them. In your Users setting, you select Add User. Input an address and a username; make sure your user is comfortable with their username, because it cannot be changed later. You also have to select the user s Role. Their role is dependent on what purpose you re making them a user for, and particularly what privileges you want them to have. The roles you can assign are as follows: Administrator Administrators have every WordPress control and feature available to them. They are the only ones who can modify themes, add and change users roles, manage plugins and widgets, and completely control the content. Anyone with an administrator role will have all the same powers as the webmaster, so only assign this role to people who you trust to help you run the site. Editor Users with the Editor role have most of the same control as administrators when it comes to creating, modifying, and accessing all of the content on the site. They have full access to the text editor and moderating comments. What they cannot do is change settings and manage utilities such as plugins and themes. Author Authors can publish, edit, and delete their own posts, however they cannot edit posts made by anybody else and have the same limitations as the editors. They can moderate comments on their own posts and upload their own images to the media library. This role would be ideal for users who will be running their own section of the website independent from everyone else. Contributor Contributors can create and edit their own posts similar to contributors, but they cannot publish any content. Any posts made by a Contributor have to be reviewed and 9

11 approved by users in an Administrator or Editor role. They also cannot access the media library or moderate comments, necessitating a higher user s role in those fields as well. This role would be ideal for guest users who will not be writing for the site often. Subscriber The most basic of user roles, a subscriber can view any posts that are made public, read and post comments, and create and edit their own WordPress profile through your site. They have no other permissions on the site, and thus cannot create content of their own or edit settings. Any new user registered to your site will be made a Subscriber by default, unless you choose a different role. If you d like to allow users to register to the site themselves without administrator input, you can go to the General tab in Settings and check the box that says Anyone can register, which will add the option to your front page. By default, any new user who registers through this channel becomes a Subscriber. You can set a new default role in the same part of the Settings, but ideally you would want anyone who registers as a user on their own merit to be as restricted in your website as you feel comfortable. Importing and Exporting Data WordPress has importing and exporting options available for sending data between two websites. WordPress can import and export with other sites that run on WordPress as well as sites through other hosts such as Blogger, LiveJournal, RSS, and Tumblr. On WP, the Import option appears on your Dashboard and the Export Data option is available in your Settings. On WP.com, Import and Export" are both listed in your Tools. If you d like to import posts and comments from another site, go to Import and select which hosting service the site you re importing data from uses. Do note that if you re using WP, you may have to install a plugin to communicate with a specific host. And on WP.com, some of your importing options may be restricted based on your payment plan. On both versions of WP, you can export all of your website data into an XML file to be imported int another site. On the Export screen, you have the option to either export all content at once, or to pick and choose by variables such as category, author, etc. Conclusion This document should have covered all the basics to get you started in WordPress. Once you ve made yourself comfortable, then there are even more advanced features, plugins, and options to explore. WordPress only goes as far as you can make it, and though it isn t always considered the optimal web development option in the field, it s a great place for new and budding web designers to get their feet wet in modern, responsive web design. Hopefully, you now have the confidence to go out there and make something special! 10

12 Credits and Attributions This document was created by Douglas Huber. Most of the information gathered for this document was obtained through the very helpful installation guides and documentation boasted through WordPress.com and WordPress.org. The Alfred State IT Website, which runs on WordPress itself, was used for visual references. WordPress Plugins Directory Explanation on User Roles Great resources for learning WordPress: WordPress Learn Udemy WordPress for Beginners 11

13 Table of Figures Figure 1 - wp-admin Login Screen... 3 Figure 2 - WordPress.com Dashboard... 4 Figure 3 - WordPress toolbar... 5 Figure 4 - WordPress Dashboard... 5 Figure 5 - WP.com and WP text editors... 6 Figure 6 Gallery of selectable themes... 8 Figure 7 - Menu creator

Create an Account on

Create an Account on Wordpress.com Basics! 1 Wordpress.com or Wordpress.org? Wordpress.com is a quick and easy way to get a blog online. You can go sign up and create a WordPress blog immediately, for free. You have a variety

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

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

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

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

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

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

of websites on the internet are WordPress

of websites on the internet are WordPress WELCOME TO WORDPRESS.COM This tutorial is available for download at fas.camden.rutgers.edu/wordpresscom Questions? Contact: Kate Blair at kate.blair@rutgers.edu What is WordPress? WordPress is an open

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

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Marketing Insider... 3 Section 1 Your List... 4 AWeber Basics... 4 Create your Account... 5 Exploring AWeber s Members Area...

Marketing Insider... 3 Section 1 Your  List... 4 AWeber Basics... 4 Create your Account... 5 Exploring AWeber s Members Area... Email Marketing Insider... 3 Section 1 Your Email List... 4 AWeber Basics... 4 Create your Account... 5 Exploring AWeber s Members Area... 6 Create Your List... 7 Create Your Web Form... 8 Facebook List

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

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

User s Guide to MiParque.org

User s Guide to MiParque.org User s Guide to MiParque.org Columbia College IAM Team 2012 12/9/2012 TABLE OF CONTENTS 1. Logging In / Dashboard 2. Appearance 3. Plugins 4. Users 5. Tools 6. Settings 7. MiIdea (Disqus) 8. Pages 9. Polls

More information

WHILE YOU RE GETTING ORGANIZED

WHILE YOU RE GETTING ORGANIZED CAMPTECH.CA WHILE YOU RE GETTING ORGANIZED 1. Go to camptech.ca/wordpress and download the PDF of slides. 2. If you have to leave early, please remember to fill out the (100% anonymous) feedback form on

More information

WordPress.com: Creating Your First Site

WordPress.com: Creating Your First Site MNC Nonprofit Technology and Communications Conference April 10 2014 WordPress.com: Creating Your First Site Presented by Peter Fleck, President, PF Hyper LLC pfhyper@gmail.com Gary Leatherman, Creative

More information

For more info on Cloud9 see their documentation:

For more info on Cloud9 see their documentation: Intro to Wordpress Cloud 9 - http://c9.io With the free C9 account you have limited space and only 1 private project. Pay attention to your memory, cpu and disk usage meter at the top of the screen. For

More information

In This Guide. More Help Elsewhere. Quick Start Guide WRTG 101 with Professor Hoskins edspace.american.edu

In This Guide. More Help Elsewhere. Quick Start Guide WRTG 101 with Professor Hoskins edspace.american.edu Quick Start Guide WRTG 101 with Professor Hoskins edspace.american.edu In This Guide Log In 2 Change Password 2 Change Display Name and Set Profile 3 Orientation to Dashboard and Toolbar 4 Setting Your

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

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

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

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

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

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

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

Creating a Technical Writing Online Portfolio with Wikispaces.com

Creating a Technical Writing Online Portfolio with Wikispaces.com Creating a Technical Writing Online Portfolio with Wikispaces.com November 11, 2010 Hollie Cookson Tyler Kiefer Allison Knowles Andrew Neutzling 1 Table of Contents I. Getting Started A. Create a Wikispaces.com

More information

End-User Reference Guide Troy University OU Campus Version 10

End-User Reference Guide Troy University OU Campus Version 10 End-User Reference Guide Troy University OU Campus Version 10 omniupdate.com Table of Contents Table of Contents... 2 Introduction... 3 Logging In... 4 Navigating in OU Campus... 6 Dashboard... 6 Content...

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

Website instructions. 1. Creating a Post

Website instructions. 1. Creating a Post Website instructions Using the Wordpress site is a fairly simple process. To access the control panel in order to add content, simply go to Link > Staff Only > Site Login and enter your username and password.

More information

WordPress Maintenance For Beginners

WordPress Maintenance For Beginners WordPress Maintenance For Beginners Content Pages, posts, users, links, widgets, menus, comments, products, etc. Media Images, documents, videos, music, etc. Plugins Function, features, and facilities.

More information

The Ultimate Blogging Cheat Sheet Over 90 Blogging Terms and Tools Defined

The Ultimate Blogging Cheat Sheet Over 90 Blogging Terms and Tools Defined This document is brought to you by MomBlogMentor.com and may include affiliate links. Wordpress.org A blogging platform software that you use on a self-hosted site. Wordpress.com A free blogging platform.

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

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

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

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca The web address to your blog starts with blogs.sd41.bc.ca/lastnamefirstinitial (eg. John Smith s blog is blogs.sd41.bc.ca/smithj) All work is done in

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

What s a module? Some modules. it s so simple to make your page unique

What s a module? Some modules. it s so simple to make your page unique How to guide What s a module? To create a functioning network without knowing about code, you need to be fluent in drag and drop. Webjam is made up of scores of modules. Modules are the tools that Webjam

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

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

The ICT4me Curriculum

The ICT4me Curriculum The ICT4me Curriculum About ICT4me ICT4me is an after school and summer curriculum for middle school youth to develop ICT fluency, interest in mathematics, and knowledge of information, communication,

More information

The ICT4me Curriculum

The ICT4me Curriculum The ICT4me Curriculum About ICT4me ICT4me is an after school and summer curriculum for middle school youth to develop ICT fluency, interest in mathematics, and knowledge of information, communication,

More information

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

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 Maintenance For Beginners

WordPress Maintenance For Beginners WordPress Maintenance For Beginners Content Pages, posts, users, links, widgets, menus, comments, products, etc. Media Images, documents, videos, music, etc. Plugins Function, features, and facilities.

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

Adobe Business Catalyst

Adobe Business Catalyst Adobe Business Catalyst Adobe Business Catalyst is similar to the Content Management Systems we have been using, but is a paid solution (rather than open source and free like Joomla, WordPress, and Drupal

More information

Committee Chair Manual for AIA SEATTLE S ONLINE MEMBER COMMUNICATION TOOL. Questions? Contact AIA Seattle s Communications team.

Committee Chair Manual for AIA SEATTLE S ONLINE MEMBER COMMUNICATION TOOL. Questions? Contact AIA Seattle s Communications team. Contents Access to edit aiaseattle.org... 1 Committee Hub Pages... 2 Hub Page Editor... 2 Main Content Block... 2 Featured Image... 3 Files... 3 Events... 5 Recurring Committee Meetings... 8 Posts... 8

More information

Teachers Manual for Creating a Website with WordPress

Teachers Manual for Creating a Website with WordPress Teachers Manual for Creating a Website with WordPress ISBN 978 90 5905 422 6 2 1. Introduction This course manual assumes a lesson structure consisting of nine points. These points have been divided into

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

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

Table of Contents. Introduction. Getting Started. The Dashboard

Table of Contents. Introduction. Getting Started. The Dashboard Table of Contents Introduction What Is WordPress?...3 Who Uses WordPress?...5 Why Use WordPress?...6 Getting Started Requirements..13 Installation 14 The Dashboard Dashboard Overview 20 Navigation 26 Quick

More information

Surface Documentation

Surface Documentation Surface Documentation A fully responsive magazine and blogging WordPress theme credit... Surface is a fully responsive magazine and blogging WordPress theme, built in a timeless and dynamic style. Surface

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

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

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

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

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

Documentation:Blogzine WordPress Theme

Documentation:Blogzine WordPress Theme Documentation:Blogzine WordPress Theme Install Blogzine WordPress Theme within a few minutes:- Blogzine is a minimalistic WordPress theme dedicated to blogs. Blog In provides a responsive layout with unlimited

More information

epals SchoolBlog Teacher s Guide

epals SchoolBlog Teacher s Guide epals SchoolBlog Teacher s Guide DOCUMENT VERSION 2.0 JUNE 2007 Copyright 2007 epals, Inc. All rights reserved. epals, epals SchoolBlog,and the epals SchoolBlog logo are trademarks or registered trademarks

More information

APPENDIX. Using Google Sites. After you read this appendix, you will be able to:

APPENDIX. Using Google Sites. After you read this appendix, you will be able to: APPENDIX B Using Google Sites Objectives After you read this appendix, you will be able to: 1. Create a New Site 2. Manage Your Sites 3. Collaborate on a Shared Site The following Hands-On Exercises will

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

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

Passwords. Twitter UN: IDANRV Twitter PW: idanrv1. Thank You

Passwords. Twitter UN: IDANRV Twitter PW: idanrv1. Thank You Passwords Twitter UN: IDANRV Twitter PW: idanrv1 Thank You USER'S MANUAL TABLE OF CONTENTS Page # 1.1 SYSTEM OVERVIEW... 4 1.2 DEFINITIONS & ACRONYMS... 4 1.3 REFERENCES... 4 2.0 INSTALLATION... 5 2.1

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

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

Navigating Your CrowdRise Dashboard Team Member Guide

Navigating Your CrowdRise Dashboard Team Member Guide Navigating Your CrowdRise Dashboard Team Member Guide Once you have set up a fundraising page and added some pictures, it s time to explore more options available on your Dashboard. Step 1 - Log in to

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

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

NWIC EDITOR GUIDE August 2016

NWIC EDITOR GUIDE August 2016 NWIC EDITOR GUIDE August 2016 THEME NAME: CLEVERCOURSE logging in: GO TO nwic.edu/wp-login.php blogs.nwic.edu/wp-login.php foundation.nwic.edu/wp-login.php Please note that your Username is your full nwic.edu

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

Lectures 6: Manage WebSite/ CATEGORIES and POSTS

Lectures 6: Manage WebSite/ CATEGORIES and POSTS Yarmouk University Transferring E-Business Fundamentals to Syrian Refugees (TEFSR) Lectures 6: Manage WebSite/ CATEGORIES and POSTS Dr. Anas AlSobeh anas.alsobeh@yu.edu.jo ADD CATEGORY Category is used

More information

Quick Start Guide #1 Getting Started & Basic Setup WishList Products

Quick Start Guide #1 Getting Started & Basic Setup WishList Products 1 Table of Contents A. Pre-Setup... 4 1) Secure a domain name:...4 2) Secure a hosting account:...4 3) Setup DNS accordingly:...4 B. Installation... 4 1) Download/Install WordPress to recently secured

More information

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page.

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page. North Star Marketing Client : The Guthrie Group Deliverable : Website Training +++ LOGGING IN AND OUT +++++++++ 1. Go to http://tgg.northstarmarketing.com/wp admin/. This is the address for the staging

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index A account management, 25 Add Media window, 116 117, 124 125 Add New Post panel, 82 90 Admin Bar, 20, 24 25, 57 Administrator user, 242 AdSense, Google, 5, 266, 268 269 advertisements affiliate ads, 5,

More information

WordPres for Beginners, Easy as 1-2-3!

WordPres for Beginners, Easy as 1-2-3! WPBrix & WordPressNinja.com present: WordPres for Beginners, Easy as 1-2-3! FREE Beta edtion - v 0.3 - covering WordPress 3.4 To download the most recent version of this guide, please visit: www.wpbrix.com/wordpress-for-beginners-tutorial/

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

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

How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store

How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store Thank you for purchasing the InstaGenus plugin. You have received our bonus Genius Store

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

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times. 12 Menu, Modules and Setting of Wordpress.com Collapse, Hide, Icons, Menu, Menus The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

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

UNIVERSITY OF CYPRUS PUBLIC AND BUSINESS ADMINISTRATION DEPARTMENT

UNIVERSITY OF CYPRUS PUBLIC AND BUSINESS ADMINISTRATION DEPARTMENT UNIVERSITY OF CYPRUS PUBLIC AND BUSINESS ADMINISTRATION DEPARTMENT : Management Information Systems Introduction to WordPress What is WordPress? WordPress (www.wordpress.com) is a platform which allows

More information

A Tale of Three Content Management Systems (CMSs) Donald L. Schrupp

A Tale of Three Content Management Systems (CMSs) Donald L. Schrupp A Tale of Three Content Management Systems (CMSs) Donald L. Schrupp The Driving Motivation A request to help co-develop a website for the 8 th International Congress for Wildlife and Livelihoods on Private

More information

Edmodo for Teachers Guide (Taken directly from Edmodo s site.)

Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Table of Contents: 1. Teacher Sign Up 2. Create a Group 3. Manage Your Groups 4. Small Group 5. Co-Teaching 6. Student Sign up 7. Post a Message

More information

ordpress User Manual

ordpress User Manual ordpress User Manual Putting YOU behind the wheel of your website, and giving you the keys to drive. -1- Compliments of Paula Bishop of Bishop Design to help my clients get started with Wordpress. Wordpress

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

BOLT eportfolio Student Guide

BOLT eportfolio Student Guide BOLT eportfolio Student Guide Contents BOLT EPORTFOLIO STUDENT GUIDE... I BOLT EPORTFOLIO BASICS... 3 BOLT eportfolio user interface overview... 3 Dashboard... 3 My Items Page... 4 Explore Page... 5 Sharing

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

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

WordPress Quick Reference Guide

WordPress Quick Reference Guide Log In A log In link is available in the global footer at the bottom of all UF Health webpages. You can bookmark this link, as well: http://ahc-webservices.sites.medinfo.ufl.edu/wp-login.php Pages Create:

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

Website / Blog Design Training Using WordPress. Basic Skill Acquisition and Vocational Training Program in Nigeria

Website / Blog Design Training Using WordPress. Basic Skill Acquisition and Vocational Training Program in Nigeria Website / Blog Design Training Using WordPress Presented as part of the Basic Skill Acquisition and Vocational Training Program in Nigeria By Coolink Integrated Services Limited Nigeria in Partnership

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

Logging Into Your Site

Logging Into Your Site This training document is meant as a step-by-step guide to creating and delivering a UW-Madison site in the current UW-Madison theme. In this training class, you will learn how to log in to access your

More information

UW Oshkosh WordPress Training Manual. June 2015 Integrated Marketing Communications *Updated January 2016

UW Oshkosh WordPress Training Manual. June 2015 Integrated Marketing Communications *Updated January 2016 UW Oshkosh WordPress Training Manual June 2015 Integrated Marketing Communications *Updated January 2016 Table of Contents What is WordPress...3 WordPress Resources...3 Website Best Practices...4 How to

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

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

SOCE Wordpress User Guide

SOCE Wordpress User Guide 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

More information