HidrolikAdam adlı üyeden alıntı
hocam kodlara bir daha baktım da, ufak bir noktalı virgül atlamışız, bu kısımda$id = $curauth->ID
bu kodlar işinize yarayacaktır.
global $wp_query;
$curauth = $wp_query->get_queried_object();
$id = $curauth->ID ;
$the_query = new WP_Query( array( 'author' => $id) );
// The Loop
if ( $the_query->have_posts() ) {
echo '';
while ( $the_query->have_posts() ) {
$the_query->the_post();
echo '- ' . get_the_title() . '
';
}
echo '
';
} else {
// no posts found
}
/* Restore original Post Data */
wp_reset_postdata();
?>
Yok hocam yine olmadı, listeledi ama tema kaydı.