'.get_bloginfo('name').'|'.get_bloginfo('description').''; ?>

'.get_bloginfo('name').''; ?>

ID; $title = nl2br(get_the_title($post->ID)); $entry = nl2br(do_shortcode(get_the_content($post->ID))); $date = nl2br(get_the_date()); $thumbnail_id = get_post_thumbnail_id($post->ID); $image = wp_get_attachment_image_src( $thumbnail_id, 'full' ); $src = $image[0]; $width = $image[1]; $height = $image[2]; echo '
'; echo ''.$title.''; echo '

'; if($image){ echo '

'; } echo $entry; echo '
'; endwhile; else: endif; wp_reset_query(); ?>