The Code You Will Love

Razorpay Subscription

Posted on: Friday December 30, 2022

Razorpay Subscription or subscription in Razorpay Payment Gateway integration is not so easy if you want to implement it in your custom project rather than WordPress, Shopify or any other e-commerce [...]

Read More

Generate Barcode in PHP as Image

Posted on: Tuesday December 27, 2022

Generating bar code in PHP is very simple, You need a barcode.php library for this. Follow the steps given below. Step 1: Download barcode library OR Create a file barcode.php and paste code given [...]

Read More

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 More

Python 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 More

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 More

Your 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 More

Create 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 More

Get/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 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-6637258c2bd43072211752/]   [...]

Read More

Change 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 More
Translate »