| bio | website | kevinch.com |
|---|---|---|
| location | Rio De Janeiro, Brazil | |
| age | 29 | |
| visits | member for | 2 years, 5 months |
| seen | 3 hours ago | |
| stats | profile views | 104 |
|
Apr 5 |
accepted | [Custom field template plugin] Upload limited to 20 inputs file |
|
Apr 5 |
answered | [Custom field template plugin] Upload limited to 20 inputs file |
|
Mar 1 |
awarded | Tumbleweed |
|
Feb 21 |
awarded | Informed |
|
Jan 24 |
awarded | Notable Question |
|
Dec 20 |
answered | Custom loop with multiple taxonomy queries |
|
Dec 15 |
awarded | Yearling |
|
Sep 19 |
awarded | Popular Question |
|
Sep 8 |
awarded | Notable Question |
|
Aug 20 |
comment |
Looking for a simple calendar/events plugin If i remember well, i've been with the tri.be calendar that i customized to suit my needs. |
|
Jun 8 |
awarded | Caucus |
|
May 11 |
answered | How come Featured Image isn't showing up in my Custom Post Type? |
|
May 9 |
answered | Show all sticky posts, WITH pagination |
|
Apr 18 |
comment |
Javascript not working in admin Thumbs up to @Rarst, i had the same problem on a MU installation and this solved the problem. |
|
Mar 22 |
comment |
Dynamically excluding current page id Syntax of the query looks wrong, try this: query_posts('showposts=4&post_type=page&post_parent=168&orderby=rand&exclude='. $post_id); |
|
Mar 20 |
answered | Blackberry mobile theme redirection |
|
Mar 19 |
comment |
Blackberry mobile theme redirection Just tested with a simple: require_once('lib/Browser.php');
$browser = new Browser();
if( $browser->getBrowser() == Browser::BROWSER_IPHONE ) {
echo 'BROWSER_IPHONE';
}
elseif ($browser->getBrowser() == Browser::BROWSER_CHROME) {
echo 'BROWSER_CHROME';
}
elseif ($browser->getBrowser() == Browser::BROWSER_BLACKBERRY) {
echo 'BROWSER_BLACKBERRY';
}
Works fine for chrome and the iPhone but not for the blackberry i'm using. Kinda weird. |
|
Mar 19 |
comment |
Blackberry mobile theme redirection Will give it a try. I already tested the php mobile detect: code.google.com/p/php-mobile-detect but without luck so far. Admitting i could get it right, i'd then have to get this to load the mobile theme... |
|
Mar 16 |
answered | Show posts of category in a page |
|
Mar 16 |
asked | Blackberry mobile theme redirection |