🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 13:12:03 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
template-parts
/
parts
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/template-parts/parts
🔄 Refresh
✏️
Editing: title.php
Writable
<?php if ( is_singular() ) : ?> <?php if( apply_filters( 'nighty_show_singular_title', true ) ){ ?> <h1 class="post-title"> <?php the_title(); ?> </h1> <?php } ?> <?php else : ?> <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <h2 class="post-title"> <?php the_title(); ?> </h2> </a> <?php endif; ?>
💾 Save Changes
❌ Cancel