Ajax in WordPress

Posted on: Saturday March 4, 2023

Use Ajax in WordPress custom template or theme. View/Template (HTML & jQuery) [crayon-6736de823f69b693842685/] admin-ajax.php is fix file from wordpress, all ajax request will go to [...]

Read More

Number Pagination for WordPress Posts

Posted on: Friday January 13, 2023

If you want number pagination for the WP post loop you have to write the given code in the function.php file and use ‘<?php numeric_pagination(); ?>‘ in the template where you want [...]

Read More

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-6736de823f993309502158/]   [...]

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-6736de823fad4158727381/] Display in template (where you want to display or use) [crayon-6736de823fad9838001719/] [...]

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-6736de823fb8c672491644/]   [...]

Read More