get_header(profile);
if ( have_posts() ) while ( have_posts() ) : the_post();
echo '
';
the_content();
echo '
';
echo '';
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('blog-sidebar-01') );
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('blog-sidebar-02') );
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('blog-sidebar-03') );
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('blog-sidebar-04') );
echo '
';
endwhile;
get_footer();
?>