A

2020-in-Review: Accidental Gap Year

Who takes a gap year and not travel? Apparently this crazy guy ?

Chrome extension to display unread emails in Gmail

Email is a good communication tool but it also tends to be the one in which we waste most of our time by continuously checking for new emails and unread mails instead of dealing with them in batch which can save a lot of time and is an efficient approach. I am also in a […]

Create PDF pages from URL and embed link in WordPress blog

There are various web services which will offer you the facility of converting a webpage into a pdf file but there results were not quite satisfactory. The layout will break on many sites but yesterday I found out a service that I would like to share with you guys which gives quite good results, at […]

Add blog feed to Facebook notes

You can add your blog feeds to your Facebook notes and your blog posts will appear as notes under your profile. It gives more exposure to your blog posts and you got nothing to lose as it doesn’t hurt. Try on. Add Blog feeds Go to your profile page on Facebook Under the Share tab, […]

List of topics of a particular bbPress forum

This tutorial will demonstrate the usage of custom queries so as to show topics of a certain bbPress forum along with Topic starter and Last Poster of inside WordPress. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place this code anywhere in your template […]

Show bbPress forum list with posts & topics count in WordPress

This tutorial will demonstrate the usage of custom queries so as to show bbPress forum list inside WordPress. We would like it to display the list of forums along with their topic & post count. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place […]

Show bbPress content inside WordPress

One way is to deep integrate both WordPress and bbPress so that one’s function can be called into another as both WordPress & bbPress are loaded every time a page is being generated either by WordPress or bbPress. However I am strictly against it as the overhead is not worth it. Its not at all […]