In this article, Tonino completes his foray into building a WordPress theme from scratch, focusing on refining templates, adding meta information, post thumbnails, sidebars, user-friendly controls and more.
Tag: WordPress-tutorials
This second part on creating a WordPress theme from scratch shows how to create a very basic WordPress theme, add in Bootstrap styles and scripts, separate header and footer output into their respective partials, and leverage the crucial functions.php file.
This introductory article is part one in a tutorial series taking non-technical users through the building of a WordPress REST API app using React.
Tonino introduces WordPress themes, showing how they work, how they’re structured, the PHP architecture behind them, and other relevant information, as the first step in learning how to build a WordPress theme from scratch.
Tonino Jankov introduces the WordPress Settings API, and showing how to create a WordPress administration page to demonstrate the use of this API. In this article, he shows how to wrap this functionality into a plugin, though it can also be a part of a WordPress theme.
Ahmed Bouchefra shows how to create a WordPress plugin that makes use of the Vue.js library, creating a shortcode that can be used to display a Vue component in posts and pages that fetches and displays the latest posts every five seconds.
Ahmed Bouchefra shows how to create your own custom route(s) for WP-API, allowing you to create mobile and web clients for your WordPress website that can also interact with your custom post types, rather than just the built-in WordPress types such as posts and categories.
Sufyan bin Uzayr introuces Easy Digital Downloads, a WordPress plugin that makes it easy to accept payment for digital products and provide immediate download links to customers.
Sufyan bin Uzayr explains what a headless CMS is and why you might want to use one, and then goes on to explain how wordPress itself can be used as a headless CMS, showing ways to get started with WordPress as a headless CMS, including installation tips and tricks.
Sufyan bin Uzayr explains how to sell physical goods on a WordPress site with the help of the WooCommerce plugin, covering installation, settings, and how and where to choose the perfect theme.
Sufyan bin Uzayr digs into how you can use WordPress to run a regular, non-blog website, covering the steps required to disable blog-specific functionality, how to choose the right kind of theme, plugins for non-blog sites, and issues related to content management issues on non-blog WordPress sites.
Anthony Burchell shows how WordPress users can prepare their site content for the extended reality future. The ways we consume content are ever-changing, but with a platform like WordPress, we’re able to adapt and create many new and engaging digital experiences.
Shaumik Daityari walks through the simple steps of creating your own WordPress Widget via a plugin, even if you don't have a lot of experience with WordPress or writing code.