Not working with Custom Taxonomies
-
I just can’t get this to work with my custom taxonomies. Still getting a mixture.
<nav class="navigation post-navigation" role="navigation"> <h2 class="screen-reader-text"><?php esc_html_e( 'Post navigation', 'bruce-hale' ); ?></h2> <div class="nav-links"> <?php previous_post_smart( '<div class="nav-previous">%link</div>', '%title' ); next_post_smart( '<div class="nav-next">%link</div>', '%title' ); ?> </div><!-- .nav-links --> </nav><!-- .navigation -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not working with Custom Taxonomies’ is closed to new replies.