Amit
  • Home
  • Month: July 2021

Photo-about
WooCommerce, WordPress

How to Create a Custom Advanced Search form And Result Page in WordPress

If you want to create a advance search with post title, post content , post category and location. follow below steps. 1) Put this code anywhere in your theme’s functions.php 3) Let’s create a php file for serch form and serch result. Example : advanced-search.php NOTE: I’m using bootstrap library…

Learn More

By Amit Bera

3 years ago
Share
Comments
WordPress

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.

Learn More

By Amit Bera

3 years ago
Share
Comments
WordPress

How to remove custom post type slug from wordpress

First, you need to filter the permalink for your custom post type so that all published posts don’t have the slug in their URLs:

Learn More

By Amit Bera

3 years ago
Share
Comments
WordPress

WordPress list categories with post count

if you looking for a way to list all categories with all post count. use below code.

Learn More

By Amit Bera

3 years ago
Share
Comments
View more