Let me explain my need in short: I want to show post count for any category/any custom taxonomy registered for any custom post type. I searched wordpress forums and in google, found some solutions using http://wordpress.org/support/topic/category-post-count-2?replies=6 http://wordpress.org/support/topic/category-post-count?replies=6 http://www.intechgrity.com/get-post-count-of-a-category-including-sub-categories-in-wordpress/# http://www.web-templates.nu/2008/09/21/get_category_count/index.html Nothing helped me such way, so I managed my own way with my little knowledge. wp_get_productcat_postcount($id,… Read more »
Posts Categorized: Tips and Tricks
Google Plus Comment for WordPress
Google Plus Introduced Social comment plugin(unofficially). so I just made a small shortcode based plugin for wordpress to test the baby. BTW, I noticed about this from google plus. Download from bellow: Demo: Please check here . Shortcode: [gpluscomment] For more technical people ‘url’ => ”, // leave empty for current post ‘width’ => ’500′,… Read more »
Self Help+Push+Pull = Success
Problem: A man wants to climb a high wall, let see how he can do this Step 1: Self Help + Passion + Self Motivation , yes I must do it, I just need to do it Step 2: Take help from a Friend 1 who can push from land, there may be someone ,… Read more »
jQuery Masonry doesn’t work with Bootstrap Hidden Tab
Ref: jQuery Masonry I think many of you face issue with bootstrap hidden. After a hidden tab is made visible many things doesn’t work for the new visible content as it’s container was hidden, jquery or other js library fails to get various property, example: height, width etc and even some common issues like scrollbar,… Read more »
Linkify url and hashtag for linkedin Status and share api
IF you are working with linkedin api and parsing status and share items for any user or company page then this small code will help to parse the status or share text (comes from api) to 1. linkify 2. Tagging 3. Linkify hashtag Please note that linkedin doesn’t support any native @ handle for it’s… Read more »
jQuery TinyScrollbar doesn’t work in hidden container or tab or div : Why ?
Q: jQuery TinyScrollbar doesn’t work in hidden container or tab or div : Why ? Answer: I think this is problem with jquery or as how the DOM works. When any parent div is hidden using css property display:block; jquery can not determine the width, height etc for any child element (example div) and this… Read more »
Back from Joomla User Group Bangladesh Meetup 2012
Just back from the event Joomla user group bangladesh meetup 2012 Listen
Fixing ‘DS’ error in joomla 3.0 alpha
I was checking the Joomla! 3.0.0_Alpha1 version and got an error after installing one of extension that shows Directory separator constant DS error. So if you get such error for any of your extension try this code if(!defined(‘DS’)){ define(‘DS’,DIRECTORY_SEPARATOR); } May be making a system plugin can solve this problem. I developed one BTW, we… Read more »
Quick tips to work with joomla caching in different joomla versions
Here just some quick tips about how to use joomla caching in joomla extensions , here for module and component. For joomla 1.5 module caching: For joomla 1.6 we do the same thing in following way For joomla 1.5 and 1.6 compatibility we can code like this which will work for both joomla version Note:… Read more »
কপাল ! লোকজন কেমনে বুঝল আমি বড় মনিদের ভিডিও দেখছি অমুক সাইটে !!
“কপাল ! লোকজন কেমনে বুঝল আমি বড় মনিদের ভিডিও দেখছি অমুক সাইটে !!” এই রকম অনুভূতি যে কারো হতে পারে। তবে কেন এবং কিভাবে অন্য কেউ বুঝে ফেলছে থলের বিড়াল এমন প্রশ্ন মনে আসতেই পারে। যাই হোক এতক্ষন মজা করছিলাম। তবে ঘটনা হচ্ছে অনেকেই অনেক সাইটে একটা নিউজ পড়ছে বা ভিডিও দেখছে বা ব্লগ পড়ছে… Read more »
Recent Comments