WP Pagination in admin panel custom plugin
Posted on: Friday July 23, 2021
Custom pagination in admin panel for your plugin, Include code in your [...]
Read MorePosted on: Friday July 23, 2021
Custom pagination in admin panel for your plugin, Include code in your [...]
Read MorePosted on: Wednesday August 7, 2019
WordPress Solutuion – STEP 1 1. Login WordPress Admin Dashboard. Go to Settings -> General Change : WordPress Address (URL): http://www.codypaste.com to https://www.codypaste.com Site [...]
Read MorePosted on: Monday May 13, 2019
For custom post types with custom taxonomy you can make a template for that taxonomy. Your custom taxonomy template would be named taxonomy-{taxonomy}.php. For example, if your taxonomy was called [...]
Read MorePosted on: Monday May 13, 2019
List of Categories of Custom Post type in template, if you want to Get all categories of custom post type in you php template you can find code sample below. in while loop [...]
Read MorePosted 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-6735e9119da0b643102389/] [...]
Read MorePosted on: Thursday May 9, 2019
Change Regular price with variation change in wordpress. In variable product price change as per variation selection and show final price below the variation selection but if you want to change [...]
Read MorePosted on: Wednesday May 8, 2019
Custom post type plugin with category, add code in function.php [crayon-6735e9119e989159679390/] Display in template (where you want to display or use) [crayon-6735e9119e990340459152/] [...]
Read MorePosted 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-6735e9119f0b0344527899/] [...]
Read MorePosted on: Thursday March 28, 2019
Use for text editor like TinyMce content. Remove html tags from string, best use for META tags. [crayon-6735e9119f893104311792/] Useful for Meta Tag description [...]
Read MorePosted 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-6735e911a0069540961304/] [...]
Read More