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 » Gabriel & Dresden Tracks Treasure Down With New Single

    Press Photograph of Gabriel & Dresden Gabriel & Dresden (G&D) are known to most as the upcoming duo that have been dominating the charts for years. It is fitting that they now have their own album release in April of 2006 with all original songs composed and produced for their new-born label, Organized Nature. With the success of their first single of the album, which is yet to be released on vinyl (April 2006), comes a new era in progressive dance music. This innovative duo are, without a doubt, the artists to keep an ear out for in the year 2006.

    For nearly the whole year of 2005, fans and avid progressive listeners have heard, or heard of, a new “G&D” album in the making. They didn’t just want to hear about the album, they wanted to sample it. Gabriel and Dresden satisfied their wants by allowing promo copies of the track, “Tracking Treasure Down,” to be played by the likes of Armin Van Buuren, Pete Tong, and Ferry Corsten.

    This track features a unique sound with double claps, thick bass, and the infectious vocals of Molly Bancroft. Although, the lyrics are considered by most to be of the cheddar variety, but the uniqueness of the song makes up for it. The known “tek” sound that is normally associated with the duo can still be found in their newer tracks, and this one is no exception. There’s the thick bass with “distorted” melodies that would clash in other genres, but once again, they have managed to link it all together.

    Molly’s vocals are not just perfect for the song, but without them, the song would be lacking the vibe and essence needed for the perfect floor filler. The duo also makes appearances within the song by adding backup vocals, which provides another experience all-together.

    Cover Art For Tracking Treasure DownThis track is not scheduled for a vinyl release until April 2006, but since December of 2005, it has been dominating dance charts like on the January 2006 issue of Mixmag, or making the top ten of Armin van Buuren’s ASOT Year End Episode, which is based on votes by fans. The April 2006 vinyl release will have three versions of the song, Original, Lo Tek, and Mixshow Edit. According to G&D, there will be remixes done by Robbie Riviera, Dave Seaman, and many others that will be released at a later time.

    The track is currently available as a download from Beatport.com, along with many other tracks from the duo and their label, Organized Nature. More information about the duo and their label can be found at their official site, GabrielAndDresden.com.

    3 Responses to “Gabriel & Dresden Tracks Treasure Down With New Single”

    1. Alex Says:

      Well written, keep up the good work!

    2. zin Says:

      Thank you, I had a lot of fun writing it.

    3. Wojy Says:

      Way to go zin! Written like a pro.

    Leave a Reply

    You must be logged in to post a comment.