Bootstrap 4 – Link to specific tab – Twitter bootstrap
I have a Bootstrap 4 tabs set in a Wordpress website and want to link to a specific tab from another page link: Index.php: <a href="<?php echo get_site_url(); ?>/services/#innovation">Discover More</a> Services.php: <!-- Nav tabs --> <ul class="nav nav-tabs text-xs-center" role="tablist">…