Whitelist Author of Private Post

You can use the post_password_required filter. function wpse406803_whitelist_author( $required, $post ) { //Check if current user is the post author if ( $post->post_author == get_current_user_id() ) { return false; } } add_filter( ‘post_password_required’, ‘wpse406803_whitelist_author’, 10, 2 );

Authors list Pagination?

I have modified WP_LIST_AUTHORS to paginate. I don’t know if its very sexy, and seems to require some sort of Caching plugin otherwise this particular page can start to load pretty slowly. The full code of my paginated function is in this thread: Modifying WP_LIST_AUTHOR Functions to output all users in a grid (and Paginate) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)