array( 'post' ), 'orderby' => 'post_count', 'order' => 'DESC', 'number' => 3, ) ); $author_count = count( get_users( array( 'has_published_posts' => array( 'post' ) ) ) ); // Use the site icon (favicon-style square mark) rather than the custom logo: // Renku communities set their icon as the brand mark, while the logo block // can pull the legacy header logo. Request 192px so the 88px hero renders // crisp on 2x screens. $site_icon_url = get_site_icon_url( 192 ); ?>