The Code You Will Love
Custom Post Type with Custom Categories
Posted on: Monday May 13, 2019
Separate categories for all custom type post in wordpress. create custom post with multiple categories option in wordpress. please find sample code below [crayon-6767f56e703cc605458663/] [...]
Read MoreChange Regular price with variation change WordPress
Posted on: Thursday May 9, 2019
Change Regular price with variation change in wordpress. In variable product price change as per variation selection and show final price below the variation selection but if you want to change [...]
Read MoreCustom Post type plugin wordpress
Posted on: Wednesday May 8, 2019
Custom post type plugin with category, add code in function.php [crayon-6767f56e70b65787348866/] Display in template (where you want to display or use) [crayon-6767f56e70b69747059547/] [...]
Read MoreCreate Custom Menu in WordPress
Posted on: Tuesday May 7, 2019
Register and Create Custom Menu in WordPress, WordPress Menu Walker Register New Menu in ‘Menu Setting’ Appearance -> Menu Add in function.php [crayon-6767f56e70deb217904989/] [...]
Read MoreConvert HTML to Plain Text without tags in PHP
Posted on: Thursday March 28, 2019
Use for text editor like TinyMce content. Remove html tags from string, best use for META tags. [crayon-6767f56e7105b602766527/] Useful for Meta Tag description [...]
Read MoreInstagram Image in website with link
Posted on: Tuesday March 5, 2019
Get Instagram Images with link in div element or wherever you want, you have to specify use name of Instagram user only [crayon-6767f56e71262813475313/] [...]
Read MoreMove Element / Div on Scroll – Data Scroll Speed
Posted on: Sunday January 20, 2019
jQuery different scroll speeds on scroll, set different scroll speed to element. data-scroll-speed https://codepen.io/vipulrai/pen/vvoREM HTML: [crayon-6767f56e71483416370243/] CSS: [...]
Read MoreAuto Permalink value in text field
Posted on: Friday September 7, 2018
Auto Permalink value from one text field to another in Jquery. This code will convert Text to url friendly and auto put to another text field. [crayon-6767f56e716a1598006046/] [...]
Read MoreMedia queries for common device Breakpoints
Posted on: Tuesday July 17, 2018
The @media query is 1/3 of the recipe for responsive design. It is the key ingredient that, in it’s simplest form, allows specified CSS to be applied depending on the device and whether it [...]
Read MoreAdd a static image on PHTML page and CMS Blocks : Magento2
Posted on: Tuesday February 27, 2018
image url Syntax is ok for both static block and phtml, But make sure that when you write this code in static block [crayon-6767f56e71fb3085187137/] on front end it looks like [...]
Read More