Word Press – Web Design and Development

Request info

Word Press Training 

A brief description of the module

This course introduces new techniques to build and edit a website, where you will gain a deeper
knowledge of how Word Press themes are created. With word press you can build responsive websites
that looks great on all devices. You will learn how Word Press templates are used and learn about various Word Press functions.

What the course aims to teach

 Introduction & Getting Started
 Word Press Blog
 Customizing
 Editing pages
 Updating contents
 Media library
 Word Press security
 Basics of PHP
Learning outcomes

By the end of the course delegates will be able to:

 Understand how Word Press is structured
 Add Word Press contents such as pages, blog posts, menus etc
 Manage users’ permissions and comments
 Add custom header images
 Integrate with social media
 Understand how Word Press works with PHP page templates
 Gain a better understanding of how Word Press structures files & folders
 Create a Word Press site with confidence using the PHP programming language
 Choose and install plug-in and themes

Pre – Requisites

Anyone who wants to build a professional looking website, and don’t know where to start with, you can now with word press.

This course is for beginners with a little or no knowledge. Basics of PHP would be an advantage but is not compulsory as will be covered in the course.

Duration: 3 Days

Cost: £550 + VAT

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-04-24' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (11320) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC