' . get_the_title() . ''; /* loop wp post */ echo ''; /* this section is for category */ echo ''; echo ''; if (have_posts()) : while (have_posts()) : the_post(); the_content(); endwhile; endif; ?>