📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 16:34:34
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
documentor
/
templates
/
single
✏️
Editing: content-title.php
<?php /** * Single docs content title template * * This template can be overridden by copying it to yourtheme/documentor/single/content-title.php. * * @author softaculous * @package documentor/Templates * @version 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <header class="entry-header"> <?php the_title( '<h1 class="entry-title" itemprop="headline">', '</h1>' ); ?> </header><!-- .entry-header -->
💾 Save Changes
❌ Cancel