| Current Path : /proc/self/root/home/frekansk/public_html/wp-content/themes/turitor/ |
| Current File : //proc/self/root/home/frekansk/public_html/wp-content/themes/turitor/buddypress.php |
<?php get_header(); ?> <div class="bp-template" role="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- Article content --> <div class="entry-content"> <?php the_content(); ?> </div> <!-- end entry-content --> </article> <?php endwhile; ?> </div> <?php get_footer(); ?>