Ajax in WordPress

Posted on: Saturday March 4, 2023

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

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

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-68529f1ab10c8712445828/]   [...]

Read More