test

Zboží je vyprodané!

Lze ho předobjednat.
Momentálně uvedená cenatermín naskladnění je pouze orientační. Po naskladnění Vás budeme informovat e-mailem či SMS.

 

Vyprodané: 111, 118, 403, 404

 

Test
test

 

Archive.php original

<?php

/**

* The template for displaying archive pages.

*

* Learn more: http://codex.wordpress.org/Template_Hierarchy

*

* @package storefront

*/

 

get_header(); ?>

 

<div id=“primary“ class=“content-area“>

<main id=“main“ class=“site-main“ role=“main“>

 

<?php if ( have_posts() ) : ?>

 

<header class=“page-header“>

<?php

the_archive_title( ‚<h4 class=“page-title“>‘, ‚</h4>‘ );

the_archive_description( ‚<div class=“taxonomy-description“>‘, ‚</div>‘ );

?>

</header><!– .page-header –>

 

<?php get_template_part( ‚loop‘ );

 

else :

 

get_template_part( ‚content‘, ‚none‘ );

 

endif; ?>

 

</main><!– #main –>

</div><!– #primary –>

 

<?php

do_action( ‚storefront_sidebar‘ );

get_footer();

 

Archive.php novy – PRIDANY post grid

<?php

/**

* The template for displaying archive pages.

*

* Learn more: http://codex.wordpress.org/Template_Hierarchy

*

* @package storefront

*/

 

get_header(); ?>

 

<div id=“primary“ class=“content-area“>

<main id=“main“ class=“site-main“ role=“main“>

 

<?php if ( have_posts() ) : ?>

 

<header class=“page-header“>

<?php

the_archive_title( ‚<h4 class=“page-title“>‘, ‚</h4>‘ );

the_archive_description( ‚<div class=“taxonomy-description“>‘, ‚</div>‘ );

?>

</header><!– .page-header –>

 

<?php

 /*get_template_part( ‚loop‘ );

*/

?>

<?php echo do_shortcode(„

Nové termíny ordinace v Plzni! Přidány termíny na rok 2018: 9.2., 9.3., 13.4., 18.5. a 22.6.2018
číst dále
30.10.2017 byl spuštěn nový web! Těšíme se na Vaše reakce. Co je nového? je plně responzivní
číst dále
(z přednášky v Praze, 2016) Jam čínský je výborná léčivá rostlina a jeho oddenek chutná zelenina.
číst dále
(z přednášky v Praze, 2016) Dle čínské tradice a pradávných znalostí je účinnou detoxikační bylinou banlangen
číst dále
„); ?>

 

<?php else :

 

get_template_part( ‚content‘, ‚none‘ );

 

endif; ?>

 

</main><!– #main –>

</div><!– #primary –>

 

<?php

do_action( ‚storefront_sidebar‘ );

get_footer();