I’ve tried looking at the database but I can’t seem to be able to make a query to do this. How can I look up posts from only one category, or more specifically, I just need the ID of the last post from the category.
I’m trying to do this in index.php
Using
get_postswill do what you need, documentation heresomething along the lines of the following
You could also use
category_nameinstead ofcatin the array to use a name instead of ID.