I am not a PHP guru at all so I need alot of help here. I'd love for someone to post the code for this and also perhaps explain how it works, I'd really appreciate the answer and some teaching. Thanks everyone!
What I want to do is this:
In single view within the main loop return the 5 most recent posts from the category the current post is under. I understand to do this within the loop I need to use WP_Query as to not disrupt the loop. What I don't know is what args to use to extract the information.
I've seen several posts on how to do this OUTSIDE of the loop but none from within the loop. I don't know how to take those args and put them into WP_Query and then have it place the links in a
loop.
Thanks for the help I really appreciate it!