How To Create a filter gallery using ACF gallery field

Step 1: First We need to create a gallery field Step 2: Add images on your gallery field. after that click on individual image and set image title (title name show as a filter name) Step 3: Now [...]

How to create custom Gutenberg blocks in WordPress.

Follow the steps below on how to create Gutenberg block with code: Register Assets & Block Type Note: if you need to design edit-block on dashboard. create block-admin.css and must use [...]

How to create custom login form in wordpress without plugin

Today i will show how to create custom login from with shortcode in wordpress. Step 1: Copy and paste the below code on your functions.php file. Step 2: Copy below code and paste your theme file [...]

How to create custom related products in woocommerce using functions.

Step 1: First we need to remove our existing related products from single product page. you can use below code on your functions.php file. Step 2: Now we need to write a related product functions [...]

How to create dynamic robots txt file in WordPress without plugin

WordPress generates automatically its own robots.txt and the best way to add your own rules in it, is to use the robots_txt filter. Instead of using plugins or manually creating your robots.txt [...]

How to create separate Login and Registration pages in WooCommerce

If you want to have separate LOGIN, REGISTRATION and MY ACCOUNT pages then you need 3 shortcodes.1) [ab_woo_registration_form] for Register Page2) [ab_woo_login_form] for Login Page3) [...]

How to disable wp-sitemap.xml in WordPress

Sitemaps in WordPress 5.5 By default, WordPress 5.5 includes an extensible core sitemap to help search engines find your most important pages. This sitemap can be created for all queryable post [...]

How to display the total number of posts per page for custom post types in WordPress.

If you want to create custom query for showing Total WordPress posts per page. you can use below code.

How To Enable or upload SVG files in WordPress Media without a plugin

If you prefer getting your hands dirty to using a plugin, you can manually enable your WordPress site to accept SVG files. Next, we’ll take a look at how that process works.Edit Your Site’s [...]