-
Latest post
Manual First to AI First: A Mindset Shift
A personal reflection on shifting from Manual First to AI First approach — what it takes to change the mindset and why it is more than just picking up a new tool.

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