How to debug WordPress code
Debugging a problem in WordPress can be complicated and challenging. Below are some simple steps to follow that should help ...
Debugging a problem in WordPress can be complicated and challenging. Below are some simple steps to follow that should help ...
If your site us unexpectedly taking you to non existing pages or to the wrong page it might be time ...
You can include jQuery calls anywhere in your php page. The code needs to be inside <script> tags and be ...
Follow these 2 steps if you would like to use the block editor to edit the details of your events ...
Here is an example on how to use :hover css property to make elements appear and disappear. Hovering over the ...
Here is a brief code snippet that allows you to execute code on your site as a cron job. These ...
This code snippet will add a metadata field to the order json object returned by the WooCommerce API
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 ...