Useful tips for everyday
How do I sign out of redirect? You can redirect users to a specific URL after they logout. You will need to register the redirect…
How do you add meta title and description in Yoast SEO? Changing the SEO Titles and Meta Descriptions for Archives Login to your WordPress site.…
Where do meta tags go on open graph? Open Graph meta tags are snippets of code that control how URLs are displayed when shared on…
How to create a JavaScript plugin for TinyMCE? TinyMCE is designed to be easily extended by custom plugins; with APIs for registering custom plugins, and…
How to create a web widget in JavaScript? Create a JavaScript file and name it bootloader.js: In our bootloader, we have more JavaScript code to…
How do I customize my WooCommerce checkout? Setup and Configuration Go to: WooCommerce > Checkout Fields. There are three sets of Fields you can edit:…
When to use a shortcode in WordPress plugins? WordPress shortcodes are used to 1) reduce the amount of code you need to write; 2) simplify…
How to create global rule using URL Rewrite? To create a global rule by using URL Rewrite UI in IIS Manager follow these steps: Go…
Can JavaScript save data? Data is stored indefinitely, and must be a string. Use setItem() to store your data, passing in a key as the…
What does deactivating a plugin do? When you deactivate a WordPress plugin, it is simply turned off. However, it is still installed on your website,…