Generate an array of post IDs in current query

<?php
global $wp_query;
$posts = wp_list_pluck( $wp_query->posts, 'ID' );
view raw functions.php hosted with ❤ by GitHub

Returns an array of post IDs in the main query. Useful when doing a secondary query and you don’t want to have duplicate posts.

Bill Erickson

Bill Erickson is a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk