Similar Posts
How to fix the “Google Maps API error: MissingKeyMapError” using WPBakery Visual Composer WordPress plugin?
How to fix the “Google Maps API error: MissingKeyMapError” using WPBakery Visual Composer WordPress plugin? Are having trouble fixing this error on your end? This error is visible in your console developer tools. To fix the issue, first you have to look the script handler that is registered for the google API. To do that,…
Redirect selected pages or single page into specific page.
Redirect selected pages or single page into specific page. Example, redirect a selected pages or a single page after login into your dashboard page, membership page, or any page you desired. You can use https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect this but this is only access once. Once you’ve login, you cannot repeat the redirection. Unlike `template_redirect` hook, this will…
How to get the parameter value or key value on the the window location (page URL)?
How to get the parameter value or key value on the the window location (page URL)? If you have this URL “examplesite.com/?debug=1” and thinking how to get the value of debug parameter, the codes below is the answer.
Add div wrapper below the widget title
Re-register the default genesis sidebar into your function.php. See the image above for html output.
Convert string with unwanted character to slug, proper name, etc.
How Convert string with unwanted character to slug, proper name, etc.? Try this code using http://phptester.net/. Happy Coding 🙂
