Commonly used field types within the {% schema %} block in Shopify themes
Commonly used field types within the {% schema %} block in Shopify themes Here are the list mostly uses: Text: "type": "text": Represents...
- by Rasel Ahmed
- 6 Min Read
- Jul 18
How to use SVG in your WordPress media easily
SVG files are not supported by default in your WordPress installation, you can enable SVG support by using one of the following methods:...
- by Rasel Ahmed
- 1 Min Read
- May 22
Remove the website and author link from the WordPress post comment form
To remove the website and author link from the WordPress post comment form, you can add the following code to your WordPress theme’s...
- by Rasel Ahmed
- 1 Min Read
- Jun 4
Hide sticky element or block reaching to a certain id or class jQuery
To hide a sticky element when reaching a certain ID or class in jQuery, you can use the .scroll() and .offset() functions to...
- by Rasel Ahmed
- 1 Min Read
- Mar 16
All about wp_head function details
wp_head() is a function used in WordPress themes to output the head section of a web page. This section includes things like the...
- by Rasel Ahmed
- 2 Min Read
- Jun 4