File: /var/www/biblioteka/wp-content/themes/biblioteka/page.php
<?php get_header(); ?>
<div class="tarpas"></div>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php if ( function_exists('yoast_breadcrumb') )
{yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
<div class="content page" id='page'>
<div><?php the_content();?></div>
</div>
<?php
$adresas = get_permalink();
$word = "/en/";
$pos = strpos($adresas, $word);
if ($pos === false) { ?>
<input type="button" id="daugiau" onclick="rodytDaugiau()" value="Rodyti daugiau" >
<?php } else { ?>
<input type="button" id="daugiau" onclick="rodytDaugiauEN()" value="Show more" >
<?php }
?>
<?php endwhile; else: ?>
<p><?php _e('Atsiprašome, tokio įrašo nėra.'); ?></p>
<?php endif; ?>
<script>
jQuery.stellar();
</script>
<?php get_footer(); ?>