WordPress is Now Fully Translated Into Gujarati

WordPress-Gujarati

હવે વર્ડપ્રેસ ગુજરાતી બોલશે. It was great experience as General Translation Editors (GTE) and Translation Contributors. I have started use of WordPress in Gujarati language. Thanks to all contributors.

Hooks inside wp_insert_post()

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 when post is create/update.

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 plugin or theme for wordpress or using third party wordpress plugins and themes. Below are the some guidelines which i learn myself and […]

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 are display terms in dropdown list or in link format using foreach loop. Here, i will show you how we can display […]

Display category and post list in wordpress

Hello freinds, 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 custom post types. Here is simple example, Category 1 Post 1 Post 2 Category 2 Post 3 Post 4 Below is simple […]

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 the user input is required. These applications include Blogs, Forums and Portals. In this article I will demonstrate how to create a […]

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. The first section includes the first 255 character codes and their related HTML codes. Then, at the bottom you’ll find some other […]