How to Create a Custom Post Type with Taxonomy Filter Without Plugin in WordPress

This blog teaches how to create a custom post type with a taxonomy filter in WordPress without a plugin. Certainly! Here’s a step-by-step explanation of the process of creating a custom post type with a taxonomy filter without using a plugin in WordPress: Create a portfolio template page Add Code to functions.php Open your theme’functions.php‘ … Read more

How to Create Infinite Scrolling and Load More Button in WordPress Blog List Page with a Plugin

How To Create An Infinite Scrolling And Load More Button

To create an infinite scrolling and “Load More” button in WordPress blog list pages using the Catch Infinite Scroll plugin, you can follow these steps: Install and activate the “Catch Infinite Scroll” plugin from the WordPress Plugin Directory. To install and activate the “Catch Infinite Scroll” plugin from the WordPress Plugin Directory, follow these steps: … Read more

How to Create a Table of Contents in WordPress Without a Plugin – Step-by-Step Guide

Table Of Content

This blog will teach us how to create a Table of Contents in WordPress without any plugins. We have seen on some websites that with the help of the Table of Contents, we get the title of our blog post highlighted. By doing this we can also give a good look to our website. But … Read more

How to Display Posts with a Specific Category in WordPress – Easy Guide

In this blog we will discuss how to display posts with specific categories. To show Specific Category post in WordPress we have to enter category_name in array Below is the code for how to post a specific category in WordPress.

How to Add Next and Previous Links in WordPress single.php Page – Step-by-Step Guide

In this blog we will show you how to add forward and previous links in the WordPress single.php page To make your website more attractive we add next and review buttons under the single page of the blog post which makes the website more user-friendly. Here are two ways to design: as below and add … Read more

How to Create a Custom Post Type in WordPress – Step-by-Step Guide

custom post tpye

In this blog we will show you how to Create a Custom Post Type in WordPress in few minutes. There are 2 ways you can add custom post type to your WordPress theme. In which you can add custom post type with plugins and without plugins. In this blog, I will show you how to … Read more