The Gadget Gazette

Est 2023

Adding Custom Post Templates in WordPress Plugin

Posted on 17th June 2023

WordPress plugins are great for adding functionality to your site. Often, you may want to add a custom post template to a plugin you’re developing, for a specific post type. In this article, we’ll show you how to add custom post templates to a WordPress plugin. Creating the Plugin First, you’ll need to create a Read More

Creating a Plugin Dependency Management System

Posted on 17th June 2023

Introduction As a WordPress developer, you’re probably familiar with the process of creating a plugin. You start by creating a folder for your plugin, then creating a PHP file with the same name as the folder. In that file, you put a header comment with some basic information about the plugin, and then the code Read More

How to Set Up Email Templates in Microsoft Outlook on Windows 11

Posted on 17th June 2023

Introduction Email templates can be a huge time saver when you find yourself sending similar emails on a regular basis. Whether it’s a weekly update to your team or a monthly report to your boss, having a template on hand can make the process much quicker and easier. Creating an Email Template in Outlook Step Read More

Creating a Plugin Rollback System for WordPress

Posted on 17th June 2023

Creating a Plugin Rollback System for WordPress As a WordPress plugin developer, it’s important to have a rollback system in place in case something goes wrong with a new update. In this article, we’ll show you how to create a plugin rollback system for WordPress. Rollback systems are vital for any software that is updated Read More

How to Customize App Permissions on the Samsung Galaxy S23

Posted on 17th June 2023

Introduction The Samsung Galaxy S23 is a great phone with many features. One of the most useful features is the ability to customize app permissions. This means that you can control what information each app can access on your phone. For example, you can allow an app to access your location only while you are Read More

Integrating Email Subscription Forms in WordPress Themes

Posted on 17th June 2023

Email subscription forms are a great way to keep visitors informed about new content on your WordPress site. By regularly sending subscribers updates, you can encourage them to return to your site and keep them engaged with your content. In this article, we’ll show you how to easily add an email subscription form to your Read More

How to Use Split View and Snap Windows in Mac OS Mojave

Posted on 17th June 2023

What is Split View? Split View is a feature in Mac OS Mojave that allows you to have two windows side-by-side in full screen mode. This is useful for multitasking or when you want to compare two documents side-by-side. To use Split View, you first need to enter full screen mode with one window. Then, Read More

Implementing Custom Pagination in WordPress Themes

Posted on 17th June 2023

3-5 times throughout the article Pagination is a crucial element of any WordPress theme. It allows users to navigate through your content easily and quickly. By default, WordPress themes come with a pagination feature that works well for most sites. However, there are times when you may need to customize the pagination to better suit Read More

Customizing Notifications on the Samsung Galaxy S23

Posted on 17th June 2023

The Samsung Galaxy S23 is a powerful and popular smartphone that offers a variety of features and customization options. One feature that you may want to customize on your phone is notifications. Notifications can be customized in a number of ways on the Galaxy S23, including changing the sound, vibration, and LED light settings. You Read More

How to Build a Filterable Portfolio Plugin for WordPress

Posted on 17th June 2023

If you’re a web developer, chances are you’ve been asked to build a portfolio for a client at some point. And if you’re a WordPress developer, chances are you’ve been asked to build a portfolio plugin for WordPress. In this tutorial, we’re going to show you how to build a filterable portfolio plugin for WordPress. Read More