I am using the Category Posts Widget
I inserted the code you spoke of at the bottom of this
// Get array of post info.
$cat_posts = new WP_Query(
"showposts=" . $instance["num"] .
"&cat=" . $instance["cat"] .
"&orderby=" . $sort_by .
"&order=" . $sort_order .
"meta_key" . "_thumbnail_id"
);
Thanks,
I think I should have phrased my question as such:
How do I create an archive page with the info I put into Betta Boxes?
What about using the gallery web application to serve the images to be used in a word press web site?