/
/
home
/
melaqxso
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
content
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/themes/hub/templates/content
Edit:
/home/melaqxso/public_html/wp-content/themes/hub/templates/content/content-bbpress.php
<?php /** * The default template for displaying content * * Used for both single and index/archive/search. */ global $post; $enable = liquid_helper()->get_option( 'title-bar-enable', 'raw', '' ); ?> <article <?php liquid_helper()->attr( 'post' ) ?>> <?php if( 'on' !== $enable ) { ?> <header class="entry-header"> <?php the_title( '<h1 '. liquid_helper()->get_attr( 'entry-title' ) .'>', '</h1>' ); ?> <?php get_template_part( 'templates/entry', 'meta' ) ?> </header> <?php } ?> <div <?php liquid_helper()->attr( 'entry-content' ) ?>> <?php the_content();?> </div> </article>
Ukuran: 610 B