| bio | website | bezbeli.ba |
|---|---|---|
| location | Sarajevo, Bosnia and Herzegovina | |
| age | 34 | |
| visits | member for | 2 years, 1 month |
| seen | Jun 27 '12 at 10:03 | |
| stats | profile views | 12 |
|
Jun 22 |
awarded | Supporter |
|
Jun 22 |
awarded | Scholar |
|
Jun 22 |
accepted | How to avoid duplicating same meta_value? |
|
Jun 22 |
comment |
How to avoid duplicating same meta_value? It works!!! thank you very much :-) |
|
Jun 22 |
revised |
How to avoid duplicating same meta_value? previous code output an error, I did minor edit and it works now |
|
Jun 22 |
suggested | suggested edit on How to avoid duplicating same meta_value? |
|
Jun 22 |
asked | How to avoid duplicating same meta_value? |
|
Jan 19 |
comment |
How to order posts by number of Vimeo Likes Thanx, vill look into wp_cron. Vimeo returns a serialized PHP array. |
|
Jan 18 |
comment |
How to order posts by number of Vimeo Likes also, to get vimeo links and display them inside post I use function getVimeoInfo($id, $info = 'stats_number_of_likes') {
if (!function_exists('curl_init')) die('CURL is not installed!');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://vimeo.com/api/v2/video/$id.php");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$output = unserialize(curl_exec($ch));
$output = $output[0][$info];
curl_close($ch);
return $output;
} |
|
Jan 18 |
comment |
How to order posts by number of Vimeo Likes can you be more specific please, im not so good with php. I've put my_vimeo_cron() function in cron.php and my_set_vimeo_meta() function in functions.php is this the right way? |
|
Jan 18 |
comment |
How to order posts by number of Vimeo Likes Thank you very much, 2. option sounds the best. |
|
Jan 18 |
asked | How to order posts by number of Vimeo Likes |
|
Apr 18 |
awarded | Student |
|
Apr 17 |
comment |
Sort posts by number of matched terms ok, great, thank you very much. |
|
Apr 17 |
comment |
Sort posts by number of matched terms Hm, pasted your code, but don't get anything, please look. |
|
Apr 17 |
comment |
Sort posts by number of matched terms Updated, please check. |
|
Apr 17 |
comment |
Sort posts by number of matched terms Pasted, please check. |
|
Apr 17 |
comment |
Sort posts by number of matched terms Do you want me to give you access to admin area, these comments are starting to look like chat :)? is this allowed on stackexchange? |
|
Apr 17 |
comment |
Sort posts by number of matched terms Updated, please check. |
|
Apr 17 |
comment |
Sort posts by number of matched terms Ok, i did it, please check. |