Teachers

$gallery = new homepage_gallery;

class homepage_gallery extends thesis_custom_loop {
function page() {
if (is_page(‘PAGEID’)) {
?>

Product Name 1
Product Name 2
Product Name 3
Product Name 4
Product Name 5
Product Name 6
Product Name 7
Product Name 8
Product Name 9

< ?php
}
else
thesis_loop::page();
}
}