WordPress from Start to Finish Day 1: Installing and Using WordPress Looking at the WordPress database.

Slides:



Advertisements
Similar presentations
The Power Of Custom Types John Havlik
Advertisements

WordPress Installation for Beginners Sheila Bergman
@beckyddesign Beckydavisdesign.com Take Control of Your Site with WordPress.
Greg Sennema library.wlu.ca/blogs/technolibrarian Library Blogs using WordPress Greg Sennema Electronic Services Librarian Wilfrid Laurier University Session.
WordPress Getting Started. What is the purpose of a classroom web page or blog? It is a web site that maintains an ongoing chronicle of information. A.
Getting Started with WordPress David Grogan
Web Site Integration using WordPress MySql A presentation (that should have been made) to WordPress Meetup By Peter Mantos; Mantos I.T.Consulting, Inc.
USING WORDPRESS. WEEK 1 1.Why WP? 2.Setting Up WP 3.Exploring the Admin screen 4.Page Organization 5.Posting 6.Polls.
Getting Set-up with Hosting and WordPress Gregory Young Alternative Hosting
Introduction to WordPress. Learning Outcomes Describe WordPress Compare and contrast the difference between a WordPress hosted blog and a hosted blog.
WORDPRESS WEBSITE WORKSHOP Part 1: Building a Web Presence with WordPress Karen & Brad Trivers (902)
Easy Website Creation Using WordPress Welcome and Thank You to our Sponsors.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
INSTALLATION OF WORDPRESS. WORDPRESS WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Multiple Tiers in Action
Creating A Blog Using WordPress at PSU. The Steps to Setup a Blog 1.Create a Blog (this is done only once, after this, login to add, or edit) 2.Login.
5 Days Open Source Workshop Zencart – Wordpress – Joomla Welcome Day 3.
UWWD In our quest to eliminate bad websites, we present…. HALLELUJAH!!
Learning Word Press. You will learn how to Get your own Get hosting for your website Get a design for your website Learn.
About the CMS WordPress A brief overview of both Wordpress.org & WordPress.com WordPress is one of the most popular content management and blog publishing.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
The easy way to a nice looking website design By a total non-designer (Me!)
Wordpress Tutorial 22 – 24 April Table of Contents Introduction Designing blog Writing and Publishing blog Pages Posts Categories Tags Links Comments.
Bones – HTML5 Wordpress Theme Development
Sahil Narang What is CMS? A content management system (CMS) is a computer application that allows publishing, editing and modifying content,
Basics of Administration & Theming - Smarajit Dasgupta.
Launch Your WordPress site in One Hour By Bret Phillips For slides, codes, and notes: Web Devils WordPress.
Installing CiviCRM onto Wordpress. How does it work?
Creating a Web Presence Introduction to WordPress Week 1.
© 2012 Boise State University1 WordPress Training February 14, 2013.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
© 2012 Boise State University1 WordPress Training February 14, 2013.
WordPress ® in simple terms WordPress is a free and open source blogging tool and a content-management system (CMS) based on PHP and MySQL, which runs.
Drupal Jumpstart Information Systems 337 Prof. Harry Plantinga.
WORDPRESS TECHNOLOGY BY AMEER. WELCOME INTRODUCTION WordPress is an Open Source software system used by millions of people around the world to create.
WordPress Fast Track. What Is WordPress? Learn what WordPress is Know why WordPress is a popular tool in making websites and blogs Discover some of the.
WordPress Plugin Development A Starter Guide For Beginners.
WordPress Architecture ► Core files – PHP ► MySQL database  Configured by the installation script ► wp-content directory  themes subdirectory: layout.
To see how your website looks you have to login to your WordPress account. Th en you need to click on My Site, and on the next page click on View Site.
Securing Sensitive Information Data Security Dashboards often contain the most important data in the company Securing that information makes business.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
+ Date : 22 Oct 2014 Digital Publishing Tools Design.
Migrating Sites to Wordpress GRC OCIO Wordpress Workshop 11/17/2014.
WordPress for Beginners February 2, 2014 Facebook.
Presented by Karen Porter UM School of Business Administration & ImpactOnlineMarketing.com Getting Familiar with the Dashboard.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
…for beginners Class #2. Reminders Tues 7/21, 7/28, 8/4: 7-9:30pm at CMU 243 (UW) WiFi (UW) user: event0960, pass: aEBk_uYXf_uUMm class website (new slides!):
Lab 3.21 MySQL Database Lab Developing the Tools May 5 th, 2004 Montréal, Québec Dominik Gehl Hôpital Ste-Justine, Montréal.
Website Update and Use of Official accounts Dr.Lasantha Ranwala ( MBBS,MSc-Biomedical Informatics) Medical Officer - Health Informatics RDHS Office.
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
Installing and Configuring Moodle. Download Download latest Windows Install package from Moodle.orgMoodle.org.
H OW TO INSTALL W ORDPRESS MANUALLY Enukesoftware.com.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Wordpress Overview Wordpress is an open-source and free Web publishing application, content management system( CMS) and blogging tool built by a community.
Intro to WordPress (Using XAMPP)
WordPress Introduction
WordPress For Beginners
What is a Blog? short for Weblog journal on a website
PHP Training at GoLogica in Bangalore
WordPress Development
Easy Way to Reset WordPress Admin Password on Localhost? Guided By: WPGLOBALSUPPORTWPGLOBALSUPPORT.
Easy Website Creation Using WordPress
Introduction to WordPress
Samer Koda IEEE-SEM – Section Student Representative IEEE-SEM-SA – Webmaster 12/7/2018.
Course teacher: Svetlana Kojić
Consult America Technology Consulting Services
Rev Up Your Design Cycle With DesktopServer
WordPress Development
Presentation transcript:

WordPress from Start to Finish Day 1: Installing and Using WordPress Looking at the WordPress database

The Famous 5 Minute Install Download and unzip the WordPress package from Upload the WordPress files in the desired location on your web server. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. – create database wp_training; – create user identified by 'fcAnUMh9RO8y'; – grant all privileges on wp_training.* to – flush privileges; Run the WordPress installation script by accessing the WordPress directory of your site in a web browser.

WordPress Settings Settings – General – Writing – Reading (blog vs website) – Discussion – Media – Privacy – Permalinks

Desmond Hume is my Constant (editing wp-config.php) DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, $table_prefix Security Keys – WP_SITEURL, WP_HOMEURL Enable/Disable Post Revisions Set Cookie Domain Enabled/Disable Debugging PHP Memory Limits Enable/Disable WordPress Cache Enabled/Disable WordPress Multisite

Basic Security Steps Move wp-config.php to one directory level above the WordPress installation. Use non-standard admin username. Use non-standard wp_ table prefix. Use WordPress security keys (done by default on all new installs) – Enable SSL login – define('FORCE_SSL_LOGIN', true); – define('FORCE_SSL_ADMIN', true);

Dashboard Walk-thru Updates Posts – Categories – Tags Media Links Pages Comments Appearance – Widgets – Custom Menus Plugins Users Tools

The WordPress Database wp_comments wp_links wp_options wp_postmeta wp_posts wp_terms wp_term_relationships wp_term_taxonomy wp_usermeta wp_users

Next Week… Themes – Primary Stylesheet – File Hierarchy – The Loop and WP_Query – Child Themes – functions.php Were going to create a child theme and add a custom post type w/ custom taxonomy to our site.