✏️ 正在编辑: page-header-subheading.php
路径:
/home/qyel0117/public_html/wp-content/themes/oceanwp/partials/page-header-subheading.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * The template for displaying the page subheading * * @package OceanWP WordPress theme */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } // Display subheading if there is one. if ( $subheading = oceanwp_get_page_subheading() ) : ?> <div class="clr page-subheading"> <?php echo do_shortcode( $subheading ); ?> </div><!-- .page-subheading --> <?php endif; ?>
💾 保存文件
← 返回文件管理器