set_404(); status_header(404); return; } $context['author'] = thalim_get_author_data($user->ID); $context['author_posts'] = thalim_get_author_posts_by_category($user->ID); $context['author_edit_link'] = current_user_can('edit_user', $user->ID) ? get_edit_user_link($user->ID) : ''; Timber::render('author.twig', $context);