| Server IP : 77.68.64.21 / Your IP : 216.73.216.219 Web Server : Apache System : Linux hp3-wp-1011378.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64 User : csh2668128 ( 2112425) PHP Version : 8.1.34 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/domains/vol4/924/3261924/user/htdocs/wp-content/themes/jannah/ |
Upload File : |
<?php
/**
* The template for displaying BuddyPress
*
*/
defined( 'ABSPATH' ) || exit; // Exit if accessed directly
get_header(); ?>
<?php
if ( have_posts() ) : while ( have_posts()): the_post();
if( ( function_exists( 'bp_is_user' ) && ! bp_is_user() ) && ! TIELABS_BUDDYPRESS::get_page_data( 'tie_hide_title' ) ){
do_action( 'TieLabs/before_post_head' );
?>
<header class="buddypress-header-outer">
<div class="container">
<?php do_action( 'TieLabs/before_entry_head' ); ?>
<div class="entry-header">
<h1 class="name post-title entry-title"><?php the_title(); ?></h1>
</div><!-- .entry-header /-->
<?php do_action( 'TieLabs/after_entry_head' ); ?>
</div>
</header><!-- .entry-header-outer /-->
<?php
do_action( 'TieLabs/after_post_head' );
}
the_content();
endwhile; endif;
?>
<?php get_footer();