100%
  • Home
  • Courses
    • View All
Login
  • Home
  • Courses
  • Log In
  • View All
Home WordPress Training Program Getting started with WordPress πŸ“£ WordPress Terminology πŸ“ƒ

Course Lessons

WordPress Training Program

1 Getting started with WordPress πŸ“£
  • What is WordPress
  • Creating a blog and writing daily updates ✍️
  • Installing WordPress
  • WordPress Terminology πŸ“ƒ
  • How WordPress works
  • Understanding WordPress Database Schema
  • Using themes and plugins
2 Setting up Development Environment πŸ‘¨β€πŸ’»
  • Introduction to Git and SVN πŸ”„
  • Setting up an Integrated Development Environment (IDE)
  • Pushing changes to site via Git commits/branches
  • Setting up Z shell and Oh My Zsh for fast command line work
3 Coding Standards and Best Practices πŸ’―
  • WordPress Coding Standards (WPCS)
  • PHP_CodeSniffer (PHPCS)
  • Peer Code Review
  • Security πŸ›‘οΈ
  • WordPress Documentation Schema
4 Plugin Development πŸ› οΈ
  • Introduction to plugin development
  • Hooks: Actions and Filters
  • Custom Post Types and Taxonomies
  • WordPress Core APIs
  • WP_Query (Custom Query)
  • WordPress AJAX
  • Interacting with remote data and APIs
  • Plugin development assignment
5 Theme Development πŸ‘€
  • Anatomy and architecture of a theme
  • Theme Stylesheet and Functions file
  • Template files and hierarchy
  • Customizer
  • Asset Building using Webpack & Babel
  • Child Themes
  • Handling Media in WordPress
  • Theme development assignment
6 Debugging 🐞
  • Introduction to Xdebug
  • EasyEngine site debugging with docker commands
  • How to check Nginx, PHP, and WP Debug logs
7 Advanced Concepts πŸ“œ
  • WP-CLI
  • REST API
  • Roles and Capabilities
  • Caching
  • Custom Database Table Creation
  • Optimization ⚑
  • Users and User metadata
  • Cron β³βš™οΈ
  • Background Processing
  • Internalization and Localization 🌐
  • Multisite
  • Email with WordPress πŸ“§
8 Block Editor (Gutenberg) πŸ—οΈ
  • Default Blocks
  • Creating a block
9 Testing πŸ€“
  • PHPUnit Test
  • JavaScript: QUnit, Jest
  • ESLint, JSLint, JSHint, JSCS
  • CSS: Stylelint
10 Extras πŸ˜ƒ
  • Decoupled
  • GraphQL
  • React and Next.js
  • WooCommerce πŸ›’
  • Accessibility (WCAG 2.0) πŸ”
11 Contributing to WordPress ❀️
12 Server Side πŸ–₯️
  • How to check CPU/Memory/Disk Space on a server
  • Rsync and SSH basics
  • How to sync one site with other using WP-CLI and rsync
  • Tmux basics
13 Congratulations πŸ₯³
Return to WordPress Training Program

Trainer(s)

There is no group/trainer

WordPress Training Program

WordPress Terminology πŸ“ƒ

Now that you know what WordPress is and how to install WordPress using various development tools, it’s time for you to get comfortable with the terms used within the WordPress ecosystem.

You might have heard some of these terms previously depending on your level of experience with WordPress, and web development in general.

But since you are new to this course and you would like to become a better WordPress developer, we urge you to get comfortable with these terms to better understand the official documentation, support articles, and other WordPress developers. Now, here are some terms which you will find handy when talking about WordPress –

  • Back End β€“ The back end refers to the area of your site where you can log in and manage everything from your Dashboard.
  • Codex β€“ The official WordPress manual with support articles, documentation, code snippets, and links to external resources.
  • Content Management System β€“ A software which helps to manage content a website.
  • cPanel β€“ A web-based administration tool for managing your web hosting account.
  • Database β€“ A software used to store and manage data in an orderly fashion.
  • Default theme β€“ The theme that comes by default with a fresh installation of WordPress. Also used as a fallback theme if the current theme breaks.
  • DNS β€“ Refers to the Domain Name System which maps domain names( like google.com) to its IP address.
  • DOM β€“ An interface that allows programmers to dynamically access HTML and XML on a web page.
  • Domain name β€“ A system used to assign easy to remember names to IP addresses of websites.
  • Footer area β€“ The horizontal area at the bottom of the website where widgets and copyright information are usually displayed.
  • Front end β€“ The user-facing part of your website where visitors can view and interact with your content.
  • Gravatar β€“ A service which lets users associate a global avatar (image or photo) with their email addresses.
  • Header Image β€“ A wide picture that can be set to appear at the top of your website.
  • Hosting provider β€“ A company which sells space on a web hosting server for a fee.
  • IDE β€“ An application which provides you with all the tools you need to develop and test software.
  • Menu β€“ A collection of links to pages, categories, and social media profiles on your website usually displayed in the navigation area.
  • Meta β€“ Can mean different things in WordPress depending on where it is used. Usually used to refer to administrative data.
  • Multisite β€“ Create a network of WordPress sites from a single WordPress installation.
  • Navigation β€“ A set of links on your website which helps site visitors navigate through your content.
  • Nonce β€“ A one-time token generated by WordPress to protect your site against unexpected or duplicate requests which can cause permanent or unintended consequences.
  • Permalink β€“ A permanent link to content on your website. Can be used to share unique pages on your website with others easily.
  • Sidebar β€“ A place on your website where you usually display the search bar, recent and popular posts, and other important widgets. A website can have more than one sidebar.
  • Toolbar β€“ The small black bar just above your site from where you can access quick links to various parts of your website. Usually visible only to logged in users.
  • XML-RPC β€“ A remote procedure call (RPC) protocol which uses XML to encode its calls and HTTP as a transport mechanism.

To learn more about WordPress terminology, have a look at the WordPress Glossary page.

← Previous Topic

Copyright 2017-25 All Rights Reserved | Designed by WisdmLabs