Ajax in WordPress

Posted on: Saturday March 4, 2023

Use Ajax in WordPress custom template or theme. View/Template (HTML & jQuery) [crayon-689678f4ad3d1793130162/] 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-689678f4ada8c212128562/]   [...]

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

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-689678f4adfd0837565786/]   [...]

Read More