WP All Import Export Subset of Posts by Slug Array [code snippet]


WP All Import Export Subset of Posts by Slug Array [code snippet]

When performing a WordPress blog migration you sometimes just need to export a certain number of posts vs the entire collection. The easiest way I have found to do this is by performing a custom query using the list of posts by their url slug.

// WPQuery args for slugs - create array fro list https://delim.co/
'post_type' => 'post', 'post_status' => array( 'publish' ), 'post_name__in' => array(
'slug-1','slug-2'
)

 


About the Author

Jacob Lett is the founder of Bootstrap Creative, a digital marketing consultancy that helps Michigan manufacturers generate qualified leads through HubSpot, technical SEO, and Google Ads. With over a decade of hands-on experience, he acts as a direct partner for B2B companies seeking measurable ROI from their marketing investment.



Related posts

Tags: ,

| Read My Editorial Policy

Want to Get Email Updates of New Articles?

Join My Email Newsletter