Advertisement
Guest User

Untitled

a guest
Dec 24th, 2016
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <div class="entry-content">
  2. <?php the_content(); ?>
  3. </div><!-- .entry-content -->
  4. <img alt="" src="<?php the_field('image'); ?>" class="alignnone" />
  5. <p><strong>Описание: </strong><?php the_field('story'); ?></p>
  6. <p><strong>Материал: </strong><?php the_field('material'); ?></p>
  7. <p><strong>Цена: </strong><?php the_field('price'); ?></p>
  8. <?php
  9. wp_link_pages( array(
  10. 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'vogue' ),
  11. 'after' => '</div>',
  12. ) );
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement