hide tohome from pages
This commit is contained in:
@@ -6,4 +6,7 @@ og: tag: pluginnal!
|
|||||||
|
|
||||||
`@media print{}`
|
`@media print{}`
|
||||||
|
|
||||||
képaláírás régi
|
képaláírás régi, galéria működjön
|
||||||
|
|
||||||
|
régi interjú ne legyen dőlt
|
||||||
|
|
||||||
|
|||||||
@@ -129,13 +129,19 @@
|
|||||||
$post = $orig_post;
|
$post = $orig_post;
|
||||||
wp_reset_query(); ?>
|
wp_reset_query(); ?>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if ($categories) {
|
||||||
|
?>
|
||||||
<div class="toHome">
|
<div class="toHome">
|
||||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||||
← <?php _e('Back to home:', 'dis2019');?>
|
← <?php _e('Back to home:', 'dis2019');?>
|
||||||
</a>
|
</a>
|
||||||
<hr class="related-wrap single-end">
|
<hr class="related-wrap single-end">
|
||||||
</div>
|
</div>
|
||||||
|
<?php
|
||||||
|
};
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user