Hey, I had the same thought BUT you can set for anything you want. See the Details in the plugin itself. In the meantime, simply use this shortcode, the original with an added tag:
[tpg_get_posts numberposts=5]
On one of my pages I have:
<p style="margin-bottom: 10px; font-size: 1.4em; font-weight: bold; color: #333;">Ten recent Movie Reviews posted by members:</p>[tpg_get_posts numberposts=10]
If you know how to with with categories, you can do this, too:
[tpg_get_posts category_name="movies" numberposts=10]
Here’s the deal. I am learning PHP and doing a good job at it. I do this by getting my hands dirty, as I’m sure you are; that is, by getting more and more into the code. And you know what? The more you understand how the code works, the more often you will stop relying on plugins. I still use a bunch but have eliminated several because I don’t need them anymore. I hardcode into the theme editor files. I started by playing with the style.css file. Change something, see the effect, adjust it, then try something else.
Just a thought. Any questions, ask.
Mike