Skip to content

Instantly share code, notes, and snippets.

View jnnrdn's full-sized avatar
🐝
Bzz bzzzy

Jenny Ryden jnnrdn

🐝
Bzz bzzzy
View GitHub Profile
@jnnrdn
jnnrdn / header.php
Last active July 28, 2021 17:48
Create a custom menu in HTML for WP (alternative to dynamic menus)
<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>
@jnnrdn
jnnrdn / retailers.html
Last active November 16, 2015 10:11
Wallidock, återförsäljare
<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>