' . get_the_date() . ''; echo '
'; /* this section is for category */ echo '
'; echo 'Categories: '; the_category(','); echo '
'; the_tags(' Tags ', ' | '); edit_post_link(); echo '
'; if (have_posts()) : while (have_posts()) : the_post(); the_content(); endwhile; endif; ?>