The Royal Botanic Garden is a beautiful oasis in the heart of Sydney. Visitors can wander through the gardens and admire the variety of plants and flowers on display.
function natalie_focuscta_shortcode($atts) { // Extract attributes $atts = shortcode_atts( array( 'link' => '#', 'name' => 'Click for more information', ), $atts ); // Output button HTML return '
'; } // Register the shortcode add_shortcode('focuscta', 'natalie_focuscta_shortcode'); Skip to content