Posts By Author Nicename

Home » Snippets » Posts By Author Nicename
0

Created with:

WP_Query Generator

Visibility: 

public

Creator: WPTurbo Team

Customize with WPTurbo AI
X

Add Snippet To Project

New Project
Add To Existing Project
				$args = [
	'author_name' => 'john_doe,alex',
];
// The Query
$my_query = new WP_Query( $args );

			

Register an account to save your snippets or go Pro to get more features.