Ticket #12407: Consistent navigation links.patch
| File Consistent navigation links.patch, 665 bytes (added by solarissmoke, 3 years ago) |
|---|
-
single.php
12 12 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> 13 13 14 14 <div class="navigation"> 15 <div class="alignleft"><?php previous_post_link(' « %link') ?></div>16 <div class="alignright"><?php next_post_link('%link »') ?></div>15 <div class="alignleft"><?php previous_post_link('%link', '« %title') ?></div> 16 <div class="alignright"><?php next_post_link('%link', '%title »') ?></div> 17 17 </div> 18 18 19 19 <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
