set('suppress_filters', 0);
if (have_posts()) {
while (have_posts()) {
the_post();
$text = Wpw::inst()->helpers()->word_excerpt(get_the_content());
$title = get_the_title();
?>
metabox()->get($post_id, 'icon');
echo Wpw::inst()->icon()->generate_icon($font, $icon);
?>