File: /home/cga.org.uk/public_html-20250117120149/wp-content/themes/simpleshift/parts/single_post_nav.php
<div class="line comments_on"></div>
<div class="row single_post_nav">
<div class="col-md-6">
<?php
if (is_attachment()) {
previous_image_link();
} else {
previous_post_link('%link', __( '« Previous post link', 'simpleshift') . ' %title');
}
?>
</div>
<div class="col-md-6 text-right">
<?php
if (is_attachment()) {
next_image_link();
} else {
next_post_link('%link', '%title ' . __( '» Next post link', 'simpleshift'));
}
?>
</div>
</div>