File Editor
Directories:
.. (Back)
Files:
_comments-template.php
_content-404.php
_content-bbpress.php
_content-buddypress.php
_content-none.php
_content-the-content.php
_content-the-excerpt.php
_content.php
_index.php
_meta.php
_portfolio.php
_script-isotope-index.php
_script-isotope-portfolio.php
_slider-above.php
_slider-below.php
Create New File
Create
Edit File: _content.php
<?php // ============================================================================= // VIEWS/GLOBAL/_CONTENT.PHP // ----------------------------------------------------------------------------- // Display of the_excerpt() or the_content() for various entries. // ============================================================================= $stack = x_get_stack(); $is_full_post_content_blog = is_home() && x_get_option( 'x_blog_enable_full_post_content' ) == '1'; ?> <?php if ( is_singular() || $is_full_post_content_blog ) : x_get_view( 'global', '_content', 'the-content' ); if ( $stack == 'renew' ) : x_get_view( 'renew', '_content', 'post-footer' ); endif; else : x_get_view( 'global', '_content', 'the-excerpt' ); endif; ?>
Save Changes
Rename File
Rename