In this article, we will see how to redirect a post having a “Draft” status. We will cover both redirections to the home or any other page.
Tag: URL

We can get the current page URL using WordPress hooks. In this article, we will see how to get the current page URL in WordPress.

WordPress customization is always been interested for the web developers. In this article we will learn how to create a custom menu and fetch it in our website. I have written the code in such a way that you can fetch both Parent and their children menu items.

There are numerous ways to get page URLs in PHP. In this article, we will see how to get current page URL in PHP.

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website when Gutenberg is enabled.

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website.

QR Codes are a popular type of 2 Dimensional bar code and are also known as physical world links. In this article, we will see how to generate a simple QR Code using Google Chart API.

When you migrate a site from one domain to another it is very important to move your traffic from your older domain to the new domain.
In this article, we will see 5 methods to redirect an old domain to new a domain.

Open bootstrap nav tabs by detecting # value from the URL and also update # value in the URL upon clicking the nav item.