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-698a5eb8cad91582058668/]   [...]

Read More

Custom Post type plugin wordpress

Posted on: Wednesday May 8, 2019

  Custom post type plugin with category, add code in function.php [crayon-698a5eb8ccbc9324140856/] Display in template (where you want to display or use) [crayon-698a5eb8ccbd3873150252/] [...]

Read More

Create 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-698a5eb8cce7c375624212/]   [...]

Read More

Instagram 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-698a5eb8cd340510170420/] [...]

Read More

Auto 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-698a5eb8cd7e1950010380/] [...]

Read More

Media 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 More