Konu
Yazara sadece kendi yazdığı yazıyı gösterme
15-02-2022, 09:43:34
#2
Decentralized
add_action('pre_get_posts', 'query_set_only_author' );
function query_set_only_author( $wp_query ) {
global $current_user;
$wp_query->set( 'author', $current_user->ID );
}
işinizi görebilir.