Is there a way that I can tie Map Press Pro into a wordpress theme. In other words, I want Map Press Pro to show up on the home page and list all of the markers I have enter in individual MPP maps.
On that page, use a mashup shortcode, for example: [mashup query="all" width="100%" height="500px"]
If you want to actually modify the theme files, you can use the same shortcode but call it from PHP with the do_shortcode function. There are some examples in the documentation that show how to do that.