search ]

Posts about: WordPress Development | Page 9

What are Child Themes & How to Create them in WordPress?

WordPress themes today are much more sophisticated than in the past and offer a wide range of customization options. However, in many situations, we want to modify a specific function or file in the purchased template. Of course, you can [...]

Create a Clean Navigation Menu Markup in WordPress

In this guide, we demonstrate how to use the Walker Class to print a menu with clean markup. By default, most WordPress themes come with a menu in the traditional location – usually at the top of the page or [...]

What is WordPress CMS? Introduction Guide

WordPress is a free content management system (CMS) written in PHP and has an open-source code. The system is under the GPLv2 license, which states that anyone is allowed to use it or modify it...

How to Create Custom Post Types In WordPress

What are Custom Post Types and how to create them. WordPress has gained momentum in recent years and has established itself as a reputable and influential content management system (CMS) in the online world.

How to Backup & Restore a WordPress Site?

Two Methods for Backing Up a WordPress Site: Without a Plugin and an Additional Approach Using UpdraftPlus. Performing a backup for a WordPress site enables you to safeguard it in case you encounter any issues...

How to Load Custom Fonts Using @font-face

The @font-face Rule in CSS enables the usage of customized fonts (Custom Fonts) for the text on your website. These fonts can be loaded from an external server using the "url()" function or...

How to Allow Gutenberg Editor for Custom Post Types

Gutenberg is the new editor that comes by default in WordPress (version 5.0+). However, it turns out that it does not automatically appear for Custom Post Types. By default, these use the classic WordPress editor. It’s possible (quite likely, actually) [...]

FTP Explained: A Beginner’s Guide for WordPress Users

Although lots of things can be done via the WordPress dashboard, not everything can be done. Sometimes you need to make a change directly to one of the website files. You may want to do this in order to strengthen [...]

Savvy WordPress Development