-
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…

-
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…

-
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…
-
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…
-
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…
-
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…
-
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.…
