addField(new FGSort('posted', 'DESC')); $entries->addField(new FGLimit(20)); $entries->addEntityField(new FGConstant(1), 'active'); // only show active posts $entries->addEntityField(new FGValue(), 'title'); $entries->addEntityField(new FGValue(), 'summary'); $entries->addEntityField(new FGValue(), 'body'); $entries->addEntityField(new FGDateTimeValue('', 'D, j M Y h:i:s T'), 'posted'); $entries->entity_definition->setCustomFormat('<< $title ' . ROOT_PATH . '/blog.php?id=$id ' . ROOT_PATH . '/blog.php?id=$id $posted $summary XML '); $entries->setCustomFormat('<< ' . SITE_NAME . ': Treaded Treasures Blog ' . ROOT_PATH . '/blog.php Treaded Treasures Blog from the International Mulch Company $entities XML '); $entries->makeReadOnly(); populate($entries); echo $entries->getOutputDisplay(); ?>