Skip to content
Chandra Patel

Chandra Patel

  • WordPress
  • GitHub
  • X
  • LinkedIn
  • WordPress

    Latest post

    Handling Form Submissions in WordPress Using admin-post.php

    After 10 years of using WordPress, I recently came to know about the admin-post.php file — a built-in handler for form submissions in themes and plugins. In this post, I have shared how it works and the hooks it provides…

    July 18, 2026
    Illustration of a form submission being handled by the WordPress admin-post.php file
  • WordPress

    Process behind add_image_size()

    We know that add_image_size() is use to create different image sizes of attachment. We are doing this to display different size of image on web page. Have you…

    December 22, 2015
  • WordPress

    Hooks inside wp_insert_post()

    I felt that as WordPress developer we need to know about various hooks which is fired when post is created and updated. wp_insert_post and wp_update_post functions are called…

    October 13, 2015
  • PHP, WordPress

    Guidelines for developing plugin or theme for WordPress

    Hello friends, here i write some guidelines for developing plugin and theme for WordPress. I inspired to write this article when i am facing some problems when developing…

    March 4, 2015
  • PHP, WordPress

    Display custom taxonomy in dropdown list or link format

    Basically, we use get_terms() method to display custom taxonomy in dropdown list or link format. We get all terms of custom taxonomy in array format and then we…

    September 29, 2014
  • PHP, WordPress

    Display category and post list in WordPress

    Hello friends, Today we learn how to display all category list and each category list contain own post list. This example also work for all custom taxonomies and…

    April 9, 2014
  • PHP

    PHP script for creating the CAPTCHA functionality

    You can see CAPTCHA (“Completely Automated Public Turing test to tell Computers and Humans Apart”) functionality on many websites to prevent spam contents. CAPTCHA is used exclusively in applications where…

    September 14, 2013
  • HTML

    Special ASCII HTML Character Codes

    HTML codes to put ASCII special characters on your Web page. The following list includes the HTML codes for many of the ASCII symbols used on Web pages.…

    March 14, 2013
Previous Page
1 2 3 4

Chandra Patel

Proudly powered by WordPress