progress on #24 to add i18n and wpml support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php /* Start loop */ ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
|
||||
<?php if (function_exists('yoast_breadcrumb')) { if (is_page() && $post->post_parent) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } } ?>
|
||||
<h1><?php the_title(); ?></h1>
|
||||
|
||||
Reference in New Issue
Block a user