If you have a plugin installed that’ll allow PHP in a post or page to execute (such as Ezstatic), you can embed parts of the Photopress album right in a page or post. Just insert
< ?php pp_display_cat('CategoryName'); ?>
in the page or post, making sure to check the box enabling PHP execution. This will insert a list of linked thumbnails from whatever category you choose.