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

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

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-68544a25d7065147379555/]   [...]

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

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-68544a25d7705649372703/]   [...]

Read More