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
Others related eBooks about Getting started with WordPress
Node.js programming by example
Download Free training document about Node.js under 16 pages intended to advanced level-users....
How To Code in Node.js
Node.js is a popular open-source runtime environment that can execute JavaScript outside o..., download free Node.js tutorial in PDF (418 pages) created by David Landup ....
Advanced javascript
...
Practical Semantic Web and Linked Data Applications
The next major advance in the Web will be Web 3.0 which will be built on semantic Web technologies. ...
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....
RESTful Web Services
"Every developer working with the Web needs to read this book." - David Heinemei..., download free Web Services tutorial in PDF (448 pages)....
React Enlightenment
React.js is a JavaScript library that can be used to build user interfaces. With React, users can create reusable components, and these components display data as it changes over time....
The React Beginner's Handbook
Download free course The React Beginner's Handbook, pdf file on 40 pages by Flavio Copes....
jQuery Succinctly
Download free course jQuery Succinctly, pdf file on 91 pages by Cody Lindley....
Web Application Security
Download free course Web Application Security, pdf file on 331 pages by Andrew Hoffman....