malesef sadece linkleri çekemiyorum[COLOR="Silver"]
[<!-- Blog -->
<section>
<div class="blog-post">
<div class="container">
<div class="row">
<!-- Blog post content -->
<div class="col-md-9">
<div class="blog-item-description">
<?php
$myposts=get_posts('author=33&numberposts=-1&orderby=post_date&order=DESC');
foreach($myposts as $post) :
echo '<li style="list-style:disc;margin-left:3em;"><b>';
the_time('j F Y');
echo '</b>: <?php the_permalink(); ?> <a href="';the_permalink();echo '">';
the_title();echo '</a>
</li>';
if($year != $previous_year){echo '</li>';}
$previous_year = $year;
endforeach;
?>
</div>
</div>
<?php endwhile;else : ?>
<?php endif; ?>
<!-- and Blog post content -->
bu kod ile belli bir yazara ait yazıları listeliyorum tarhileri ile birlikte istiyorum ki başlıkların altında likleri olsun bir türlü yapamadım.