PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-themes
/
bp-default
<?php /* * Template Name: One column, no sidebar * * A custom page template without sidebar. * * @package BuddyPress * @subpackage BP_Default * @since BuddyPress (1.5) */ get_header(); ?> <div id="content"> <div class="padder one-column"> <?php do_action( 'bp_before_blog_page' ); ?> <div class="page" id="blog-page" role="main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2 class="pagetitle"><?php the_title(); ?></h2> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry"> <?php the_content( __( '<p class="serif">Read the rest of this page →</p>', 'buddypress' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><p>' . __( 'Pages: ', 'buddypress' ), 'after' => '</p></div>', 'next_or_number' => 'number' ) ); ?> <?php edit_post_link( __( 'Edit this page.', 'buddypress' ), '<p class="edit-link">', '</p>'); ?> </div> </div> <?php comments_template(); ?> <?php endwhile; endif; ?> </div><!-- .page --> <?php do_action( 'bp_after_blog_page' ); ?> </div><!-- .padder --> </div><!-- #content --> <?php get_footer(); ?>
[+]
..
[-] onecolumn-page.php
[edit]
[-] index.php
[edit]
[-] sidebar.php
[edit]
[+]
blogs
[-] sidebar-footer.php
[edit]
[-] archive.php
[edit]
[-] search.php
[edit]
[-] attachment.php
[edit]
[-] links.php
[edit]
[-] single.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[+]
members
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[+]
_inc
[+]
registration
[-] comments.php
[edit]
[+]
activity
[-] editor-style.css
[edit]
[+]
forums
[-] 404.php
[edit]
[-] license.txt
[edit]
[-] page.php
[edit]
[-] editor-style-rtl.css
[edit]
[-] rtl.css
[edit]
[-] .jshintrc
[edit]
[-] searchform.php
[edit]
[+]
groups