Leanpub Header

Skip to main content

Filters

Category: "WordPress"

Books

  1. Language changes from version 7.4 to 8.5Use of typing in functions, parameters, return types, constantsUse of namespaces and strict typesWP_Request and WP_Response objects for handling requestsAdd custom meta to the REST API using responses with rest_ensure_response and error handling with the WP_Error classUsing the WP_REST_Server class to define HTTP methods and using schemes to validate parameters and the request bodyCreating custom tables, using the $wpdb object, handling dates using SQL and the DateTimeImmutable classFunctional programming for handling results before sending the response, using range, array_walk, array_map, and arrow functions.WordPress options management, security methods, CORS and JWTUsing predefined endpoints in WordPress with paginationUse of read-only classes, enums to define data modelsWordPress controller classes and utilities such as WP_List_Util, wp_remote_get, WP_Filesystem, and wp_cache_get

  2. Ready to build your own website but don’t know where to start? Dive into How to create a website using WordPress for beginners Step-by-Step Guide by Cuong, your ultimate roadmap to mastering WordPress! This beginner-friendly ebook walks you through every step—from installing WordPress to customizing themes, adding plugins, and launching your site. Packed with practical tips and easy-to-follow instructions, it’s perfect for anyone eager to create a stunning online presence. Start your journey today

  3. Transform your Shopify store with 100 copy-and-paste code snippets designed to boost speed, improve UX, grow email lists, and increase conversions — all without extra apps or bloated themes. Perfect for developers and store owners who want results fast.

  4. WordPress Editor and Blocks
    A Comprehensive Guide (to the Gutenberg Editor)
    Paulo Carvajal

    WordPress Editor and Blocks is a comprehensive and continuously evolving guide for developers who want to master modern WordPress development through the block editor (Gutenberg) and its ecosystem. The book is evergreen—meaning it is regularly updated to stay aligned with the latest changes in WordPress core, block APIs, and best practices. In addition to in-depth conceptual explanations, the book comes with a code companion repository featuring more than ten fully working plugins. Each plugin demonstrates a specific technique or concept covered in the text, offering a hands-on approach that makes learning practical and efficient. Whether you are just starting with blocks or want to refine your existing skills, this guide grows with WordPress itself—helping you stay current as the platform evolves. From extending existing core blocks to building custom implementations and enterprise-level solutions, this book covers all aspects of modern WordPress development with blocks.

  5. Ready to take your online presence to the next level? Build Your Own Website with WordPress by Cuong is your ultimate guide to creating a stunning, professional website with ease. Whether you're a complete beginner or looking to refine your skills, this book offers step-by-step guidance to help you build and customize a WordPress site that stands out. Start your journey today and unlock the power of WordPress to bring your ideas to life on the web!

  6. Wordpress Security Guide
    How to reduce the risk of getting your Wordpress site being hacked?
    Jean Cavallera

    The time and cost of securing your website is not much compared to the incalculable reputation and financial losses in case cyber criminals gain control of your website. Learn web security, common attach vectors and how to harden the security of your Wordpress site and the server hosting it.

  7. Using WordPress on AWS Lightsail and Docker
    A Practical Guide to WordPress, Docker and VPS Hosting on AWS Lightsail
    Adam Craig Johnston

    Learn how to deploy WordPress on AWS Lightsail using Docker and VPS hosting. This guide walks you step-by-step through setting up AWS CLI, creating your virtual server, installing Docker, and deploying WordPress with WP-CLI. You'll also learn how to automate WordPress theme deployments using GitHub Actions for seamless CI/CD. Perfect for anyone aiming to streamline, simplify, and secure their WordPress deployments using DevOps best practices.