Garamba National Park
Garamba National Park
Garamba National Park is known for two of the big 5: rhinocerous and elephants, albeit for different reasons. The park, located in Orientale Province of the Democratic Republic of Congo, was established in 1938, and declared a UNESCO world heritage site in 1980. In the 1960s, park rangers and trainers began domesticating elephants to be able to be ridden by tourists. Garamba National Park, like many other parks in the region, has also been adversely affected by poaching. It was formerly the last known home of the Northern White Rhinocerous, and the park was added to the list of World Heritage sites in Danger in the 1990s.
SELECT wp_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM wp_postmeta price_meta2 WHERE price_meta2.post_id=wp_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2024-10-06:2026-10-06' LIMIT 1), 0) accommodation_price , IFNULL((SELECT price_meta3.meta_value + 0 FROM wp_postmeta price_meta3 WHERE price_meta3.post_id=wp_posts.ID AND price_meta3.meta_key='accommodation_static_from_price' LIMIT 1), 0) accommodation_static_price
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
( wp_postmeta.meta_key = 'accommodation_location_post_id' AND wp_postmeta.meta_value IN ('2276') )
) AND wp_posts.post_type = 'accommodation' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID HAVING 1=1
ORDER BY wp_posts.post_title ASC
Unfortunately no accommodations were found.
Unfortunately no tours were found.