aaman
The latest posts from aaman
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.
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.
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.
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.
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.
What are CSS Margins and Padding
January 30, 2023 ⚊ 2 Min read
CSS Margins and padding are two of the most important CSS (Cascading Style Sheets) properties for controlling the space between elements on a web page..
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.
CSS Selectors, Properties, and Values
January 30, 2023 ⚊ 2 Min read
CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in HTML or XML. CSS allows developers.
Creating an AppBar with Drawer in React using Material-UI (Mui)
June 14, 2023 ⚊ 2 Min read
To create an AppBar with a drawer in React using Material-UI (Mui), you can follow these steps: That’s it! You now have an AppBar with.
What are HTML Meta Tags?
January 30, 2023 ⚊ 3 Min read
HTML meta tags are used to provide additional information about a web page to search engines and browsers. They are placed within the <head> section.