Getting started with WordPress

Table of contents

  • About
  • Getting started with WordPress
  • Remarks
  • Versions
  • Examples
  • Introduction to WordPress
  • WordPress Themes
  • Mapping URLs to specific templates
  • Basic Theme Directory Structure
  • Example of a "Single" (template for an individual post)
  • Example of an "Archive" (template for a list of multiple posts)
  • Posts, Pages, Custom Post Types, and Custom Fields
  • Actions and Filters
  • Syntax
  • Parameters
  • Remarks
  • Examples
  • add_action - init
  • add_action - init - anonymous function
  • add_action - init - within class object
  • add_action - init - within static class
  • Add Shortcode
  • Syntax
  • Parameters
  • Remarks
  • Examples
  • Simple shortcode for recent post
  • Advanced shortcode for recent posts
  • Add/remove contact info for users with user_contactmethods filter hook
  • Actions and Filters
  • Add/remove contact info for users with user_contactmethods filter hook
  • add_editor_style()
  • add_submenu_page()
  • Admin Dashboard Widgets
  • Alternating main loop (pre_get_posts filter)
  • Create a Post Programmatically
  • Creating a custom template
  • Custom Post Types
  • Customizer Hello World
  • Enqueuing scripts
  • Function : wp_trim_words()
  • get_bloginfo()
  • get_option()
  • get_template_part()
  • get_template_part()
  • get_the_title()
  • How Can I integrate Markdown editor with Advance Custom Field's repeater Add-on.
  • Installation and Configuration
  • Meta Box
  • Plugin development
  • Querying posts
  • Remove Version from Wordpress and Stylesheets
  • Run WordPress local with XAMPP
  • Security in WordPress - Escaping
  • Shortcode
  • Shortcodes
  • Site Migration
  • Template hierarchy
  • The $wpdb Object
  • The Loop (main WordPress loop)
  • the_title()
  • Themes
  • Update WordPress Manually
  • WordPress Plugin creation
  • Wordpress theme and child-theme development
  • wp_get_current_user()
  • wp_get_current_user()
  • WP_Query() Loop
  • WP-CLI
  • WP-Cron

It is a free WordPress ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many WordPress developers and contributors.

The content is released under Creative Commons BY-SA

Size : 3.13MB
File type : pdf
Downloads: 451
Created: 2019-05-02

Others WordPress Tutorials

Wordpress In A Week

Learning advanced-custom-fields PDF course

Others related eBooks about Getting started with WordPress

Symfony2 and HTTP Fundamentals

Symphony lets you develop faster and build more robust and efficient web site and application,it's important for every web developer. This tutorial explains the fundamental concept and the basics of Symphony....

AngularJS Fundamentals

This tutorial is an AngulaRJS training document intended to architects, developers And web project leaders wanting To optimize their web application with JavaScript....

Webapps in Go

Download free course Webapps in Go, pdf file on 185 pages by Suraj Patil....

Modern Web Development on the JAMstack

Download free course Modern Web Development on the JAMstack, pdf file on 127 pages by Mathias Biilmann, Phil Hawksworth....

AngularJS Notes for Professionals

Download free course AngularJS Notes for Professionals, pdf file on 201 pages by by Stack Overflow Community....

Learn to build with PHP

This is a free PHP PDF tutorial in 9 chapters and 29 pages. This course aims to give students the basics of PHP concepts. This is a pretty short book, but we're going to cover a lot. In just a few pages, we're going to create a simple clone of Twitter....

Deep Learning with JavaScript: Neural Networks in TensorFlow.js

Deep learning has transformed the fields of computer vision, image processing, and natural language applications. Thanks to TensorFlow.js, now JavaScript developers can build deep learning apps without relying on Python or R....

Angular Testing Succinctly

Though sometimes perceived as a hurdle, testing can save developers from heartbreak in the..., download free Angular tutorial in PDF (94 pages) created by Joseph Booth ....

Essential PHP

This book written to provide clear and concise explanation of topics for programmers both starting to learn the PHP programming as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Introduction to XHTML

XHTML is a stricter and cleaner version of HTML. In this tutorial you will learn the difference between HTML and XHTML. We will also show you how W3Schools.com was converted into XHTML....