Quantcast
Channel: [Resolved] Not able to get 'Create Group button'– BuddyPress.org
Viewing all articles
Browse latest Browse all 22

Reply To: [Resolved] Not able to get 'Create Group button'

$
0
0

@mercime ok so i am in my /themes folder and i have located page.php the code found in that file is below, where do i change things to make the button who up?

<?php

/**
 * The template for displaying all pages.
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other 'pages' on your WordPress site will use a
 * different template.
 *
 * @package  WellThemes
 * @file     page.php
 * @author   Well Themes Team
 * @link 	 http://wellthemes.com
 */
 ?>
<?php get_header(); ?>
<section id="primary">
	<div id="content" role="main">
	
	<?php if (have_posts()) : ?>
		<?php while ( have_posts() ) : the_post(); ?>				
			<?php get_template_part( 'content', 'page' ); ?>
		<?php endwhile; // end of the loop. ?>
	<?php endif ?>	

	</div><!-- /content -->
</section><!-- /primary -->
<?php get_sidebar('left'); ?>
<?php get_sidebar('right'); ?>
<?php get_footer(); ?>

Viewing all articles
Browse latest Browse all 22

Trending Articles