im using a popup box when i click a link
which is
$(”#search”).click(function(e) {
but i also want to create a shortcut
$.jQee(‘shift+s’, function(e) {
(shift+s) will open the box, is their anyway to combine them into 1 statement, so i dont have to copy the same function?
thanks for your continued hard work on this 
curious, how long does it take you to come out with the final product?

im trying to implement total post counts for mutiple tags
say tag1+tag2+tag3
meaning posts with tag1 and tag2 and tag3 how many results.
say tag1,tag2,tag3
so post counts for posts with either tag1 , tag2, or tag3.
currrently im using
$tag_count = get_term_by('name', $tag,'post_tag');
echo $tag_count->count;
for single tag counts.
love that theme
no one likes an elitist;)
(kidding)
we are all 31337 in our own way.
Pixelous said
Hi, I am interesting in statement for mobile devises. There is a default function in WP for iPhone, iPad, etc. $is_iphone. I wondered what about another mobile devises such as Android, etc.? Authors, what functions do you use for responsive layouts?
i would use a mobile device class, sitebase released an awesome one on codecanyon i made into a plugin for shortcodes [is_android] content [/is_android] so only that content is shown to android devices, also can call the function directly.
is_kindle, is_ipad, etc
will it have any negative effects on apps written for 5.2, 5.3 ?
ahhh ok, it was changed from the 5th to 6th field (amount of the item)
works now

