User-Defined Options in your CSS/SASS
In the quick tip below, I will show you one method of how to load and use your WordPress theme or plugin style options on the front-end
In the quick tip below, I will show you one method of how to load and use your WordPress theme or plugin style options on the front-end
Have you ever wanted to change only the PHP version for your XAMPP installation. In this quick pro tip post, I will show you how to do that easily without the need to have multiple XAMPP installs on your system
Developing a plugin or theme for WordPress often involves managing versions and updates efficiently. While WordPress.org uses Subversion (SVN) for its plugin and theme repository, many developers prefer Git for its flexibility and robust feature set
This quick pro-tip article will show you the easiest and most efficient way to sync your local development WordPress database to any production/staging environment
Do you want to add some style and make your WordPress galleries more user-friendly. Your theme doesn't support Lightbox or Fancybox, and you don't want to use a plugin just for this feature
Managing multiple client websites efficiently is crucial for any WordPress developer. In an ideal scenario, you'd have a parent theme stored on GitHub, which you can update centrally and push changes to all client sites. But what about managing your local development environment effectively
This quick article will show you how to set up a GIT version control and host your code on GitHub on a plain shared hosting
Do you have a startup or launching a new product and would like to set up a feedback forum. Fider is your perfect solution
The Problem I needed to restrict access to a single Administrator user for a plugin of mine
WordPress is one of those things that many people assume they can wrangle on their own without any external help
There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with ESLint, Stylelint, and PHP standards, I would recommend looking at the Composer + NodeJS method or looking into Gulp
What is the best way to get theme or plugin support. The primary method to contact us is by using each of our themes or plugins WP.org Support Tab
Last Updated 2/27/2021 TypeExpertiseReading TimeCompletion TimeCase StudyBeginner15 minutes30 minutes 1. Introduction Addressing website performance is usually an afterthought. Even experienced WordPress web designers and developers make this mistake and leave to improve and optimize their website after doing everything else
Last Updated 2/19/2021 TypeExpertiseReading TimeCompletion TimeTutorialIntermediate40 - 60 minutes2 - 4 hours Table of Contents PrerequisitesIntroductionDigital OceanCreate a New ProjectCreate a New Cloud Server (Droplet)Add a DomainUpdate Domain DNS Records (e.g
As developers and especially when self-employed and working as freelancers, we leave our clients to dictate everything right from the start. This is usually a terrible practice and will always lead projects into the hole
Today's tip of the day is for the Advanced Custom Fields plugin
This tutorial will show you how to create a custom Gutenberg block by using the Advanced Custom Fields plugin. There is only one requirement: to have at least ACF 5.8 PRO version installed
Welcome back to another practical tutorial from the blog
Let me show you how to create a form with plain HTML, override the existing WordPress get_search_form() function, and give you a couple of ideas on autocomplete
Have you ever wanted to include and add an SVG icon or two on your page via the Gutenberg editor. Without the need to install a WordPress plugin or load an entire set of web fonts
In this tutorial, I will show you how to override a Gutenberg gallery block, extend, and display full-size images in a modal-type window
Welcome back to another WordPress tutorial. This time I will show you how to add and create a new Custom User Role and assign its own capabilities. This feature may come up handy if the default WordPress user roles (Author, Subscriber, Editor, etc