How to flush WP permalinks
If your site us unexpectedly taking you to non existing pages or to the wrong page it might be time ...
If your site us unexpectedly taking you to non existing pages or to the wrong page it might be time ...
Follow these 2 steps if you would like to use the block editor to edit the details of your events ...
Here is a brief code snippet that allows you to execute code on your site as a cron job. These ...
You can find the HTML code with your custom gTag ID in your Google Analytics account settings. You can copy ...
This is a handy trick when debugging a complex piece of code. It allows you to see all the active ...
To install a custom font directly in your theme create a fonts directory under your active theme directory and upload ...
This code snippet add a tab to the WordPress Dashboard as seen below
Adding a page redirect through a code snippet. If the page name matches the string give the page is redirected ...
The metaboxes can be added to a custom post type, or a user profile in the Admin view. The code ...
You can create a custom post type with just these simple lines of code. This code snippet can be placed ...
Creating a plugin in WordPress is very simple. Step 1 – Create a directory in the wp-content/plugins directory (Ex. MyFirstPlugin) ...