X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/templates/content
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
content
/
ðŸ“
..
📄
content-bbpress.php
(610 B)
📄
content.php
(4.14 KB)
📄
error.php
(1.05 KB)
📄
liquid-portfolio.php
(1008 B)
📄
page.php
(710 B)
Editing: 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>
Upload File
Create Folder