This Contact Form 7 Boilerplate will help you to reduce the time to configure a Contact Form 7 WordPress plugin. You can use this Boilerplate to setup contact form 7 for a generic form to collect Name, Phone, Email and Message from a users. This will work on most small business website. Please note that this […]
Featured Post
Recent Posts
UpdraftPlus – A Complete Study
UpdraftPlus is a popular and reliable WordPress plugin that is designed to help you create backups of your website. This plugin is available in both free and paid versions, and it offers a wide range of features that make it easy to backup and restore your website. One of the main features of UpdraftPlus is […]
Top backup plugins for WordPress
Some of the top backup plugins for WordPress include: UpdraftPlus: This plugin is a popular and reliable choice for creating backups of your website, with both free and paid versions available. BackupBuddy: This plugin is another well-regarded option, with a variety of features that make it easy to backup and restore your website. VaultPress: This […]
GST For Freelancers and Service Sector
When Registration is required for Freelancer? After the 22nd Meeting of the GST council it has been announced that benefit of basic exemption limit of 20 lacs will be allowed for service provider Hence If total value of service provided whether in India (whether intra state or inter state) or Out side India up to […]
Display Related Post or Product based on Taxonomy in WordPress
Related post display in for custom post type is very easy. But if you have a custom taxonomy it is little tricky. You can use the following code to display related post from a post type. This code very useful to display related product while you are using custom taxonomy. <?php // get the custom […]
Other Posts
How to Reduce the Character Length of WordPress Post Title
WordPress by default display fill title if you code it using via the_title() function. You can reduced the number of character display by using following simple code. <h1><a href=”<?php echo get_permalink() ?>”> <?php $title_temp=the_title(”,”,false); if(strlen($title_temp) > 30) { $title_temp = substr($title_temp, 0, 30) . ‘…’; } echo $title_temp; ?></a></h1> For example if you have space […]
How to get Facebook likes count of a page using Graph API 2.8 Ver
(11/2016 Updated): This is an updated and working code snippet which can be used to retrieve Facebook like count of a specific page. To use this code snippet you’ll need a Facebook App ID and Secret Key. This use latest 2.8 API version method.
How to Display Post from a Particular Category in WordPress
WordPress category specific loop. You can use this simple wordpress to look take post from a category. This is best method for display post from a Particular category. <?php query_posts(‘cat=11&showposts=5’); ?> <?php while (have_posts()) : the_post(); ?> <a href=”<?php echo get_permalink() ?>”> <?php the_title(); ?></a> <?php the_content(); ?> <?php endwhile; ?> <?php wp_reset_query();?>
iOS / iPhone
Friendly App review – The best alternative app for Facebook lite and messenger
If you are a person who likes to keep your personal life away from the work, Then Friendly App is for you. Multiple Facebook accounts on a single app, sounds great right? This app has a lot more to offer to make your Facebook experience even better. The Friendly For Facebook app is built by getting […]
My Jio App Review – The best way to track down your Jio Data usage
My Jio is an exclusive app from Reliance Jio digital service for its jio users where one can do tasks like keeping track on their usage to managing and recharging their Jio account. My Jio app had gone through many updates after its release, in the latest update for android the version 3.2.42 has nothing […]
Best Translator App for your iPhone and Android Phone
In This post we are reviewing Google Translate App. This is best translator App available in App Store and Play Store. This app is one of best language translator app available today. First Thoughts about this Translator App: So straight off the bat I was definitely intrigued by the elegant and slick logo of this app. Upon […]