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-664943540d8f1162277128/]   [...]

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

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-664943540e332394466286/]   [...]

Read More