art_get_post_id(),
'class' => art_get_post_class(),
'thumbnail' => art_get_post_thumbnail(),
'title' => '
'.get_the_title().'',
'before' => art_get_metadata_icons('date,author,edit', 'header'),
'content' => art_get_excerpt(), // 'content' => 'My post content',
'after' => art_get_metadata_icons('category,tag,comments', 'footer')
)
);
}
art_pagination();// previous_posts_link | next_posts_link
} else {
art_post_wrapper(
array(
'title' => __('Not Found', THEME_NS),
'content' => '
'
.__( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', THEME_NS)
. '
' . "\r\n" . art_get_search()
)
);
}
get_sidebar('bottom');
?>