Licensed under the GPL Version: 2.0 Author: Kates Gasis Author URI: http://katesgasis.com */ /****** EDIT THIS FIRST *********/ $cat_to_hide = 1; /********************************/ function sideblog_where($query) { global $cat_to_hide; $now = current_time('mysql'); if(is_home()){ return $query . ' AND category_id <> ' . $cat_to_hide . ' '; } return $query; } add_filter('posts_where','sideblog_where',10); function sideblog_join($query) { global $wpdb; if(is_home()){ $newquery = $query . " LEFT JOIN $wpdb->post2cat ON ($wpdb->posts.ID = $wpdb->post2cat.post_id) "; return $newquery; } return $query; } add_filter('posts_join','sideblog_join',10); function sideblog($params="title=no&permalinks=no&limit=1") { global $wpdb, $cat_to_hide; $cat_to_show = $cat_to_hide; $title = ""; $permalinks = ""; $limit = "1"; $side_blog_queries = explode("&", $params); foreach($side_blog_queries as $side_blog_query){ $attributes = explode("=", $side_blog_query); $name = strtolower($attributes[0]); $value = strtolower($attributes[1]); switch($name){ case "title": $title = $value; break; case "permalinks": $permalinks = $value; break; case "limit": $value=(int) $value; if($value <> 0 && !empty($value) && !is_null($value)){ $limit=$value; } break; } } $now = current_time('mysql'); $side_blog_contents = $wpdb->get_results("SELECT $wpdb->posts.ID, $wpdb->posts.post_title, $wpdb->posts.post_content FROM $wpdb->posts, $wpdb->post2cat WHERE $wpdb->posts.ID = $wpdb->post2cat.post_id AND $wpdb->post2cat.category_id=" . $cat_to_show . " AND $wpdb->posts.post_status='publish' AND $wpdb->posts.post_password='' AND $wpdb->posts.post_date < '" . $now . "' ORDER BY $wpdb->posts.post_date DESC LIMIT " . $limit); foreach($side_blog_contents as $side_blog_content) { $side_blog_output = "
  • "; if($title == "true"){ $side_blog_output .= "
    $side_blog_content->post_title
    \n";} $side_blog_output .= "
    $side_blog_content->post_content\n"; if($permalinks == "true"){ $side_blog_output = "$side_blog_output - ID) . "\" title=\"Permalink to $side_blog_content->post_title\">#\n";} $side_blog_output .= "
  • \n"; echo $side_blog_output; } } ?> Ravedigital | DJ, Turntables, Raves, EDM, Reviews » Blog Archive » New and Improved Rega 3 Turntable

    [Via Gizmodo.com]

    A retro stylin’ turntable in the type of design that you see on some kind of hip-rich teen movie, the Rega P3 is nonetheless quite the state of the art audio equipment– that is– if you can live with the almost a grand in dollars price point for something that plays only records. But then again, something like this isn’t for everyone but the most die-hard of the ultra suave (and rich) audiophile. Someone who probably has temperature controlled record room along with the midget live-in assisstant who has a vaguely european accent.

    [tag]raga p3, turntable, rb300, vinyl, records, dj[/tag]

    7 Responses to “New and Improved Rega 3 Turntable”

    1. zin Says:

      Looks belt-driven and the glass platter looks too heavy for that small belt. Though the colors look funky fresh, lol.

    2. carlospoker Says:

      carlospoker

      bushwhack insignificance?sherry

    3. uk mortgage comparison Says:

      uk mortgage comparison

      licensor,obliqueness.seekers enlightening

    4. uk spread betting Says:

      uk spread betting

      porch:tropical exile

    5. farmers insurance home page Says:

      farmers insurance home page

      dissipating removes quantity regretting centered

    6. online auto insurance rate Says:

      online auto insurance rate

      hardware diaphragm inhabits invade.

    7. poker turniere Says:

      poker turniere…

      outfitted!manpower admiralty cart officially …

    Leave a Reply

    You must be logged in to post a comment.