Hi Jen
So you don't want to link to the examples to allow visitors to zoom in to your artwork?
It sounds as if you could do with some code that wraps around the group to add some CSS to hide the URL.
So use the portfolio shortcodes to separate the groups out, rather than showing the whole selection at once.
e.g. Change [wp-portfolio] to [wp-portfolio group="1" /] [wp-portfolio group="2" ], etc.
Then add a DIV wrapper around group 2 (or whatever your print group is), e.g.
<div id="portfolio-print-group">[wp-portfolio group="2"]</div>
Then add some CSS to your WordPress theme or portfolio settings:
#portfolio-print-group .website-url {
display: none;
}
That will hide the URL for just print group. I could add some code to wp-portfolio, but I'd have to charge a small fee to do so. The above technique should work perfectly for you though.
Please consider leaving a positive rating for WP Portfolio too!
http://wordpress.org/extend/plugins/wp-portfolio/
Kind Regards
Dan