We’ve all been there before. You want to send a birthday wish to a friend, but you…
In the present time, it’s hard to find anyone who doesn’t have some online presence. But a…
Add Custom Menu class to First and Last menu item of WP Nav Menu. For example, the…
Get the parent category ID from the current category ID in WordPress. The Function will return the…
You can retrieve the parent Category id of a post by using the following function. function get_posts_parent_category_id(){…
You can retrieve the topmost parent category id of a post by using this three-line code. $category…
WordPress posts can be retrieved by using the function query_posts(). Different posts can be displayed on different…
You can include a Facebook comment box on your website so that the users can comment on…
Even if some hosting providers offers unlimited web space for your website. There may be some fair…
It will be useful to change the default “Featured Image” text from the WordPress backend for customizing…
You can include a flying Twitter Bird on your page for tweet/follow your website. Simply follow the…
WP-Feedmail has been added to wordpress plugin directory. It can be downloaded from the following link.. WP-Feedmail…
Here is the simple HTML script to add Facebook like box to your site. We can add…
Include Twitter Tweets on your website using JQuery. Step 1 : Include JQuery for twitter in your…
The following function can be used to limit the content with a complete word rather than broken…