I have an array full of post IDs like $post_id = array(3,56,89,98); Now what I have to do is just display the post details in a tabular format. How can I construct the loop for WordPress here? Please apologize my novice knowledge in WordPress and be soft. I really need some direction.
I have an array full of post IDs like $post_id = array(3,56,89,98); Now what
Share
i have also started learning php all you need to do something like
Edit