Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active May 24, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/03b156d021bc47a54a41371059a76373 to your computer and use it in GitHub Desktop.
Save braddalton/03b156d021bc47a54a41371059a76373 to your computer and use it in GitHub Desktop.
Multi Item Slider For Any WordPress Taxonomy Type https://wpsites.net/web-design/multi-item-slider-for-genesis/
<nav><?php
echo '<a href="#">' . get_term( '89', 'category' )->name . '</a>';
echo '<a href="#">' . get_term( '93', 'product_cat' )->name . '</a>';
echo '<a href="#">' . get_term( '94', 'portfolio-type' )->name . '</a>';
echo '<a href="#">' . get_term( '92', 'category' )->name . '</a>';
?></nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment