forked from friendica/friendica-wp-theme
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
294 B
4 lines
294 B
<nav id="nav-below" class="navigation" role="navigation">
|
|
<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">←</span> %title' ); ?></div>
|
|
<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">→</span>' ); ?></div>
|
|
</nav>
|