"We had Duke at our wedding and they did not disappoint! Wonderful people, great music and amazing vocal talent. They really set the tone for our special day - it was equal mix of class, sophistication, sass and fun."
"Cannot recommend Josie and Tim enough. They were so loverly and absolutely nailed our taste in music for our wedding last weekend. A cool down to earth couple that are as professional as they come."
"Their energy on the wedding day and night was amazing and they were a major highlight, and we just loved having them there. Thanks guys for putting in such a massive effort, we love you x "
We've performed at some of the best wedding venues, from Sydney to Bali and beyond
Although we work predominately in the Blue Mountains we’ve travelled to locations including the Northern Beaches, The Hunter Valley, the Southern Highlands, Kangaroo Valley, Jervis Bay, Canberra, Mudgee, Bathurst, Oberon, and more. From Festival Weddings in the country, to intimate winery weddings for 20 guests, we can cater to almost any style of wedding you prefer. Here’s the latest news from us, including few of our Real Weddings, featuring our loved-up couples and their amazing vendors.
The Perfect Setting: Angus & Katrina’s Blue Mountains Wedding at Seclusions Nestled amidst the breathtaking beauty of the Blue Mountains, Angus and Katrina filled their
When Jess and Blake walked down the aisle at the beautiful Sacred Heart, Mosman, their wedding was filled with unforgettable moments made even more special
At Duke Music, we have the honour of soundtracking some of life’s most unforgettable moments—and Michelle and Blake’s wedding at the breathtaking Gunners Barracks in Mosman was
We provide a succinct range of Basic Wedding + All Day Wedding packages. These packages ensure we deliver the very best service and the very best live music, perfectly suited to your plans and ideas. We aim to provide live music throughout your entire event but can completely understand everyone’s wedding plans and ideas are as unique as they are. Whatever package you book, we ensure the perfect musical accompaniment for every special moment, working in and around the formalities of your wedding day or special event. All sound & lighting requirements and special song requests are also catered for, as well as unlimited, professional advice and support in planning your entertainment in the lead up to your event.
The perfect atmosphere
from the cocktail-hour to the dance floor
Performing beautiful folk and pop songs, classic laid-back lounge, and sassy upbeat pop tunes, Duke have established themselves as one of Sydney’s most popular acoustic duos & bands.
Performing at some of Sydney’s best venues, most creative weddings, and corporate functions, Duke Music have garnered fans and praise for their cover versions of current hits and classics.
Please check your email and junk folder to ensure you don’t miss any emails from us.
add_action('admin_init', function () {
// Redirect any user trying to access comments page
global $pagenow;
if ($pagenow === 'edit-comments.php') {
wp_safe_redirect(admin_url());
exit;
}
// Remove comments metabox from dashboard
remove_meta_box('dashboard_recent_comments', 'dashboard', 'normal');
// Disable support for comments and trackbacks in post types
foreach (get_post_types() as $post_type) {
if (post_type_supports($post_type, 'comments')) {
remove_post_type_support($post_type, 'comments');
remove_post_type_support($post_type, 'trackbacks');
}
}
});
// Close comments on the front-end
add_filter('comments_open', '__return_false', 20, 2);
add_filter('pings_open', '__return_false', 20, 2);
// Hide existing comments
add_filter('comments_array', '__return_empty_array', 10, 2);
// Remove comments page in menu
add_action('admin_menu', function () {
remove_menu_page('edit-comments.php');
});
// Remove comments links from admin bar
add_action('init', function () {
if (is_admin_bar_showing()) {
remove_action('admin_bar_menu', 'wp_admin_bar_comments_menu', 60);
}
});