art_get_post_id(), 'class' => art_get_post_class(), //'thumbnail' => art_get_post_thumbnail(), 'title' => art_get_meta_option($post->ID, 'art_show_page_title') ? get_the_title() : '', 'before' => art_get_metadata_icons('edit', 'header'), 'content' => art_get_content(), // 'content' => 'My post content', ) ); comments_template(); } } else { art_404_content(); } get_sidebar('bottom'); ?>