PROGRAMMING

How to Install SSL Certificate in cPanel

Today i am going to discuss about How to Install SSL Certificate in cPanel After the certificate has been activated and issued to you by the Certificate Authority, you can proceed with deploying the certificate in your cPanel. Follow the steps below: Log into your cPanel account Locate and click on SSL/TLS in the Security section: Click on […]

How to Install SSL Certificate in cPanel Read More »

Useful and Effective WordPress Plugins For WooCommerce Registration

The default registration form that is included with WooCommerce is simple and contains only the basic fields. While it might suffice most users, it is inconvenient when you cannot add in other important fields and details while registering. You will be required to add in Billing, Shipping or other additional fields everytime your users try to

Useful and Effective WordPress Plugins For WooCommerce Registration Read More »

File Type Is Not Permitted

How to Fix the “Sorry, This File Type Is Not Permitted for Security Reasons” Error in WordPress

If you’ve tried to upload a file to your media library and received the “Sorry, this file type is not permitted for security reasons” error, you may feel stumped as to how to proceed. Fortunately, there are several ways to fix the error, and get things back to normal. In this article, we’ll explain why

How to Fix the “Sorry, This File Type Is Not Permitted for Security Reasons” Error in WordPress Read More »

How to Swap the Position of the Billing with Shipping

How to Swap the Position of the Billing with Shipping

There was once a client requested to swap the position of the billing with shipping details, because by default WooCommerce displays the Billing info first. But, the client cares more about the shipping address because that is the most important information he needs for him to ship the products. The first method that comes out

How to Swap the Position of the Billing with Shipping Read More »

Next and Previous Posts With Thumbnails Preview

Today we will learn how to make wordpress post page Next and Previous Posts With Thumbnails Preview. Recently One of my client want to create Previous and Next post card. i can be done by following code Default Previous and Next nav code is $prevPost = get_previous_post(true); $nextPost = get_next_post(true); These two variables will get the

Next and Previous Posts With Thumbnails Preview Read More »

How to disable link using CSS

Sometime need to disable a link using CSS. This can be done by using a small code of CSS. Below i will show different Scenarios: Disable link that has an exact href: = You can choose to disable links that contain a specific href value like so : <a href=”//website.com/exact/path”>Exact path</a> [href=”//website.com/exact/path”]{ pointer-events: none; } Disable

How to disable link using CSS Read More »