Retrieve WordPress posts array with ID and title
Introduction As a WordPress developer, I often feel the need for WordPress posts array with ID and title together. It seems easy task using the available WordPress function like get_the_title(). But outside the loop that only works if you know the post ID. However, what if we want to retrieve… Read More »Retrieve WordPress posts array with ID and title