hide tohome from pages
This commit is contained in:
@@ -129,13 +129,19 @@
|
||||
$post = $orig_post;
|
||||
wp_reset_query(); ?>
|
||||
|
||||
|
||||
<?php
|
||||
if ($categories) {
|
||||
?>
|
||||
<div class="toHome">
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
← <?php _e('Back to home:', 'dis2019');?>
|
||||
</a>
|
||||
<hr class="related-wrap single-end">
|
||||
</div>
|
||||
|
||||
<?php
|
||||
};
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user