Fakat bir konu linkini test ettiğimde sadece bu cümle çıkıyor hiçbir veri sonucu gösterilmiyor:
Hata: If this markup is about a person, at least 2 of the following fields are needed: organization, location, or role. See the people help page for more information.
sorunsuz olan index.php sayfam içerisindeki entry-title, update, vcard... gibi ifadeleri single.php için de de kullandım fakat problem çözülmedi. Yardımcı olabilecek arkadaşlar var mı?
sorun yaşamadığım index.php
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<div id="header-responsive">
<div class="description"><?php bloginfo('description'); ?></div>
</div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2 class="entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><div class="updated"><a href="<?php the_permalink() ?>"><?php the_time(get_option('date_format')); ?></a></div> by <span class="vcard author post-author"><span class="fn"><?php the_author() ?></span></span> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> | Filed in <?php the_category(', ') ?> <?php edit_post_link('Edit'); ?> </small>
<div class="entry-content">
<?php the_content(''); ?>
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
</div>
<p class="postmetadata"></p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft mainnav"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright mainnav"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>sorun yaşadığım single.php
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<div id="header-responsive">
<?php if (is_home()) { ?><h1><?php } ?>
<a class="blogtitle" href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo('name'); ?></a><?php if (is_home()) { ?></h1><?php } ?><div class="description"><?php bloginfo('description'); ?></div>
</div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="breadcrumbs">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-content">
<?php the_content(''); ?>
</div>
<small><span class="post_date date updated"><a href="<?php the_permalink() ?>"><?php the_time(get_option('date_format')); ?></a></span> by <span class="vcard author post-author"><span class="fn"><?php the_author() ?></span></span> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> | Filed in <?php the_category(', ') ?> <?php edit_post_link('Edit'); ?> </small>
<span class="alignleft"><?php
previous_image_link( false, __( '← Previous' , 'quickchic' ) );
?></span>
<span class="alignright"><?php
next_image_link( false, __( 'Next →' , 'quickchic' ) );
?></span>
<br />
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
</div>
<br />
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 16:56:01 -->-> Daha önceki mesaj 15:29:12 --
? : (