If you are looking for a custom template for your theme. Which including the WordPress user login and signup page process. Generally, WordPress have default layout for user login and signup. I am sharing a custom code. I hope it will help you. You need to add a page in your WordPress website with name …
I hope you are developing something interesting in WordPress with Gutenberg Block editor. If you are facing this warning message. Generally this notice for Gutenberg array type attribute. When you register an attribute with an array type. Notice: Undefined index: items in wp-includes/rest-api.php on line 1092. I had similar trouble with it when I first …
WordPress has a number of default Customizer panels that are in core and applied to all themes – these include Menu and Widgets as well as Site Identity and Static Front Page. Once you add_theme_supports in your themes function.php file for custom-background you get two more panels; Colors and Background Image. Move Colors and Background Image …
If you are looking for Google Tag Manager code for WooCommerce order complete, without any heavy plugin structure. The code snippet is a self-explained. Code using standard WooCommerce thank you page filter. The script will process on order complete and user redirect on WooCommerce thank you page. Here a code snippet for you. Place this …
Hey, guys let’s start a very basic program. It’s a very common requirement as a developer while developing a custom WordPress theme. The HTML/CSS burger menus style is very common requirement nowadays, especially for the mobile browser. So let’s start the coding part. Here are very basic coding snippets, which helps you to quickly resolve …
If you are reading this blog post. So I am expecting you’re a PHP developer and currently your are facing an issue in The Event Calendar Plugin. The issue is The Event Calendar plugin drop down a select field is not working. When try to edit an event from admin. A Select field such as …