Пример #1
0
            thb_related();
            ?>
				</section>
			<?php 
        }
        ?>

			<?php 
        if (thb_show_comments()) {
            ?>
				<section class="secondary">
				<?php 
            if (thb_show_comments()) {
                ?>
					<?php 
                thb_comments(array('title_reply' => __('Leave a reply', 'thb_text_domain')));
                ?>
				<?php 
            }
            ?>
				</section>
			<?php 
        }
        ?>

			<?php 
        thb_post_end();
        ?>
		<?php 
    }
}
Пример #2
0
            wp_link_pages(array('pagelink' => '<span>%</span>', 'before' => '<div id="page-links"><p><span class="pages">' . __('Pages', 'thb_text_domain') . '</span>', 'after' => '</p></div>'));
            ?>
					</div>
				<?php 
        }
        ?>

				<?php 
        if (thb_show_comments()) {
            ?>
					<section class="secondary">
						<?php 
            if (thb_show_comments()) {
                ?>
							<?php 
                thb_comments(array('title_reply' => '<span>' . __('Leave a reply', 'thb_text_domain') . '</span>'));
                ?>
						<?php 
            }
            ?>
					</section>
				<?php 
        }
        ?>

			<?php 
        thb_post_end();
        ?>
		<?php 
    }
}
Пример #3
0
				<?php 
        thb_page_start();
        ?>

				<div class="thb-text">
					<?php 
        the_content();
        ?>
				</div>

				<?php 
        if (thb_show_comments()) {
            ?>
				<section class="secondary">
					<?php 
            thb_comments();
            ?>
				</section>
				<?php 
        }
        ?>

				<?php 
        thb_page_end();
        ?>
			<?php 
    }
}
?>
		</section>
	<?php