The Code You Will Love
CodeIgniter Form Validation Rules
Posted on: Friday July 15, 2022
Rule Reference The following is a list of all the native rules that are available to use: Rule Parameter Description Example required No Returns FALSE if the form element is empty. matches Yes [...]
Read MorePython 1: Setup & Requirement
Posted on: Wednesday December 29, 2021
Download Python, and install like a software. Download “Visual Studio Code” text editor, and install it. Open Command terminal (window+r, type cmd and press enter). type py –version [...]
Read MoreWP 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 MoreYour connection is not private
Posted 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 MoreCreate Category Template for custom post type in wp
Posted 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 MoreGet/View Category Name in Custom Post Type WordPress
Posted 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 MoreCustom 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-68d59e5d9ce68956971860/] [...]
Read MoreChange Regular price with variation change WordPress
Posted 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 MoreCustom Post type plugin wordpress
Posted on: Wednesday May 8, 2019
Custom post type plugin with category, add code in function.php [crayon-68d59e5d9d1cd192585555/] Display in template (where you want to display or use) [crayon-68d59e5d9d1d2884697631/] [...]
Read MoreCreate 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-68d59e5d9d3e5610156536/] [...]
Read More