હવે વર્ડપ્રેસ ગુજરાતી બોલશે. 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.
Team Leader @rtCamp
હવે વર્ડપ્રેસ ગુજરાતી બોલશે. 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.
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 ever thought what add_image_size() will do? How different sizes of image created when attachment created?
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.
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 […]
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 […]
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 […]
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 […]
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 […]