This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="main-navigation"> | |
<ul> | |
<li <?php if ( is_page( 'about-us' ) || wp_get_post_parent_id( 0 ) == 15 ) echo 'class="current-menu-item"'; ?> | |
><a href="<?php echo site_url( '/about-us' ); ?>">About Us</a></li> | |
<li <?php if ( is_page( 'services' ) || wp_get_post_parent_id( 0 ) == 16 ) echo 'class="current-menu-item"'; ?> | |
><a href="<?php echo site_url( '/services' ); ?>">Services</a></li> | |
<li <?php if ( is_page( 'courses' ) || wp_get_post_parent_id( 0 ) == 17 ) echo 'class="current-menu-item"'; ?> | |
><a href="<?php echo site_url( '/courses' ); ?>">Courses</a></li> | |
</ul> | |
</nav> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<strong>Här kan du köpa WALLiDOCK</strong> | |
<table style="width: 100%;"> | |
<tbody> | |
<tr> | |
<th>Butiker</th> | |
<th>E-handel</th> | |
</tr> | |
<tr> | |
<td><strong>Stockholm</strong></td> | |
<td><a href="https://www.macforum.se/handla/ipad/wallidock-vaggladdare-for-ios-enheter-exkl-kablage" target="_blank">macforum</a></td> |