Tag: WordPress-hub

Three Ways to Create Your Own WordPress Theme
Three Ways to Create Your Own WordPress Theme
WordPress

By Sufyan bin Uzayr,

Sufyan bin Uzayr provides a bird's-eye view of three basic ways to approach building your own WordPress theme, covering child themes, adapting existing themes, and building a theme from scratch, as well as how to use basic starter themes and theme frameworks to speed up your workflow.

Building a WordPress Plugin with Vue
Building a WordPress Plugin with Vue
WordPress

By Ahmed Bouchefra,

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.

Using WordPress as a Headless CMS
Using WordPress as a Headless CMS

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.

Building a Non-blog Site with WordPress
Building a Non-blog Site with WordPress

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.

Improving Native WordPress Search
Improving Native WordPress Search
WordPress

By Janna Hilferty,

Janna Hilferty looks into why WordPress search often doesn’t perform well, explaining why the default WordPress search doesn’t scale and some ways to make it better, covering Algolia, Elasticsearch, Relevanssi, SearchWP and Amazon CloudSearch.

A Guide to Caching in WordPress
A Guide to Caching in WordPress

If your WordPress site isn't performing well, one of the improvements to consider is to implement caching. In this post, Shaumik Daityari takes you beyond the layman's understanding of caching, explaining how to implement it in a website to improve WordPress site performance.

Lazy Loading for WordPress: How to Add It to Your Website
Lazy Loading for WordPress: How to Add It to Your Website
Web

By Nick Schäferhoff,

Lazy load is another tool in your toolbox to improve page loading speed. The technique decreases page weight and HTTP requests, allowing visitors to see their desired page more quickly. Nick Schäferhoff explains how lazy loading works, lists tools you can use to set it up, and explains what you can use it for.

Advanced OOP for WordPress: Customizing REST API Endpoints
Advanced OOP for WordPress: Customizing REST API Endpoints
Web

By Josh Pollock,

Josh Pollock digs into advanced OOP for WordPress, showing how to use filters to modify the WordPress REST API using an object-oriented approach. He walks through how to create a WordPress plugin to modify the capabilities of WordPress REST API endpoints so they can be better optimized for search.

A Simple Guide to WordPress Starter Themes
A Simple Guide to WordPress Starter Themes
WordPress

By John Hughes,

WordPress starter themes can help to speed up your development workflow, by providing foundational code that will get you started. If you’re new to theme development, they can also be an excellent teaching tool. In this post, we’ll introduce five stellar examples for you to try out on your next WordPress project!