White River Gardens
Buy TicketsDonate
Buy Tickets
White River Garden
DeHaan Tiergarten
Heritage Garden
Hilbert Conservatory
Family Nature Center
Transport yourself far away from the urban cityscape, and surround yourself with lush greenery and native wildlife!
White River Gardens is also part of the Zoo and continues its tradition of connecting animals, plants and people. This beautiful 3.3-acre landmark attraction includes the Hilbert Conservatory, a 5,000 square-foot tropical oasis inside a glistening glass building, as well as the outdoor DeHaan Tiergarten that combines the best of gardening ideas, plant information and inspirational design to serve the needs of all visitors.
Buy tickets and see the botanical beauty!
Admission to White River Gardens is included with Zoo admission.
Buy Tickets
View All

By Nina Evans Horticulturist Some great fruits and vegetables, along with some tasty herbs, were grown in the White River...

by Nina Evans Horticulturist If you’re like me, once you get a few good plants placed in your garden,...

By Nina Evans, Horticulturist Have you ever seen an elephant ear plant that looks like a manta ray? You...

Bright, bold, beautiful colors will surround you when you visit Butterfly Kaleidoscope presented by Citizens Energy Group at the Hilbert Conservatory. Through...

By Nina Evans Horticulturist The White River Gardens is a National Wildlife Federation (NWF) Certified Wildlife Habitat garden. You can...
/* */
var cf7FormIDs = {"ID_6346":"Donate to the Zoo - Contact Form","ID_6345":"Donation Requests - Contact Form","ID_5918":"Other - Contact Form","ID_5623":"Ivy Tech Internship - Contact Form","ID_4670":"Special Events - Contact Form","ID_4650":"Zoobilation - Contact Form","ID_4644":"Premium Experience - Contact Form","ID_4539":"Career - Contact Form","ID_4465":"Zoo Trips - Contact Form","ID_4367":"Volunteer Page - Contact Form","ID_4365":"Membership Page - Contact Form","ID_4336":"Donation Page - Contact Form","ID_3563":"Guest Services - Contact Form","ID_2855":"Generic Form","ID_2721":"Internships - Contact Form","ID_2703":"Indy Zoo Council - Contact Form","ID_2689":"Endowment - Contact Form","ID_2604":"Zoobilation - Contact Form","ID_2592":"Conservation Club - Contact Form","ID_2579":"Donor Relations - Contact Form","ID_2578":"Public Relations - Contact Form","ID_2564":"Education and Field Trips - Contact Form","ID_2166":"Weddings - Contact Form","ID_2131":"Group Sales - Contact Form","ID_1737":"Animal Amigo - Contact Form","ID_1608":"Corporate Partnerships - Contact Form","ID_1124":"Feedback - Contact Us","ID_325":"Volunteer - Contact Form","ID_324":"Membership - Contact Form","ID_320":"Donation - Contact Form","ID_224":"Guest Service - Test"}
/* */
/* */
(function ($) {
$(document).ready(function () {
$('.horizontal-tab').easyResponsiveTabs({
width: 'auto',
fit: true
});
$('#verticalTab').easyResponsiveTabs({
type: 'vertical'
, width: 'auto'
, fit: true
});
var loadPerPage = 12;
var currentPage = 1;
var $selctCat = $("select.fltr_slct[name='category']");
var $selctDate = $("select.fltr_slct[name='event_date']");
$(".zoo_news .filter>.btn").click(function(e) {
e.preventDefault();
var dataType = $(this).attr("data-type");
var postObj = {
post_type: dataType,
category: $selctCat.val(),
date: $selctDate.val(),
offset: 0,
perpage: loadPerPage
}
currentPage = 1;
loadPosts(postObj);
});
$('.zoo_news .zoo_load a').click(function(e){
e.preventDefault();
var dataType = $(this).attr("data-type");
var disabled = $(this).attr("disabled");
if(!disabled) {
var postObj = {
post_type: dataType,
category: $selctCat.val(),
date: $selctDate.val(),
offset: (currentPage == 1) ? loadPerPage : loadPerPage * currentPage,
perpage: loadPerPage
}
currentPage += 1;
//alert(currentPage);
loadPosts(postObj);
}
});
//$()
function loadPosts(obj) {
console.log(obj);
$(".filter>.btn, .zoo_load>.btn").attr("disabled", true);
$(".filter-loading").show();
$(".zoo_events .no-data").hide("slow");
$.ajax({
method: "POST",
url: "https://www.indianapoliszoo.com/wp-admin/admin-ajax.php",
data: { action:"loadmore_ajax", post_type: obj.post_type, category: obj.category, date: obj.date, offset: obj.offset, perpage:obj.perpage }
}).success(function( res ) {
$(".filter-loading").hide();
$(".filter>.btn, .zoo_load>.btn").attr("disabled", false);
var data = JSON.parse(res);
//console.log(data);
$(".zoo_load").show();
if(data.count == 0) {
$(".zoo_load").hide();
}
if(data.html == "") {
$(".zoo_load").hide();
$(".zoo_events .no-data").show("slow");
}
if(currentPage <= 1) {
$("#datarow").html(data.html);
} else {
$("#datarow").append(data.html);
}
setTimeout(function() {
//equalHeightAp(".equalheight");
equalHeightAp("#datarow .list-item .list-item-body");
}, 500);
});
}
});
})(jQuery);
}




