I at gone through all the topics and can’t find a discussion about this in a way that I understand. I simply want to display a list of “x” number of events on a page.. specifically my home page. Isn’t there some way to do this?
If so, could you explain it in a remedial way that a novice like me could understand?
You can insert the query code directly into your theme’s template files somewhere like in header.php, page.php, sidebar.php, etc. Or, you could also create a custom page template as instructed here: http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates and insert one of the query code examples into the template. Then you can assign that template to any page and have it display your events on the page.