art_get_post_id(), 'class' => art_get_post_class(), 'thumbnail' => art_get_post_thumbnail(), 'title' => ''.get_the_title().'', 'before' => art_get_metadata_icons('edit', 'header'), 'content' => art_get_excerpt(), // 'content' => 'My post content', 'after' => art_get_metadata_icons('category,tag,comments', 'footer') ) ); } if (art_get_option('art_bottom_posts_navigation')) { art_page_navigation();// previous_posts_link | next_posts_link } } else { art_404_content(); } get_sidebar('bottom'); ?>