Add Line Breaks to Woocommerce Product SKU & Category Name
January 20, 2023 ⚊ 1 Min read
We can easily add line breaks between product SKU and category name on the single product page. This formatting will make your product’s single page.
Check WordPress Content Exists or Not Before Post
June 19, 2022 ⚊ 1 Min read
Are you want to post from front-end of the WordPress website? You can check whether your content already exists in the database or not using.
Force to WWW and SSL using .htaccess
June 15, 2022 ⚊ 1 Min read
Here are the two solutions that force WWW and HTTPS using .htaccess. Solution 01: In this case, you do not need to indicate the domain.
URL Exist or Not Exist Check PHP
June 9, 2022 ⚊ 1 Min read
We can easily check a given URL or Link is active or not. By using below PHP function we can easily get whether the given.
Add HTTP Protocol if not Exist with URL
June 7, 2022 ⚊ 1 Min read
The below function is used to add HTTP protocol to the URL if not available. You can add “http://” or “https://” by using the function.
HTML Basic Structure Template 2022
June 4, 2022 ⚊ 1 Min read
The HTML or HyperText Markup Language is the standard markup language to design web pages to display information in a web browser. The below section.