NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
malino
/
wp-content
/
plugins
/
trendz-plus
/
modules
/
breadcrumb
/
templates
/
yoast-seo
/
Name
Size
Perms
Actions
📄 index.php
1,359 B
0644
Edit
|
Chmod
|
Delete
📄 title-content.php
454 B
0644
Edit
|
Chmod
|
Delete
Editing: title-content.php
<section class="main-title-section-wrapper <?php echo esc_attr( $wrapper_classes );?>"> <div class="main-title-section-container"> <div class="container"> <div class="main-title-section"><?php echo trendz_breadcrumb_title();?></div> <?php echo trendz_breadcrumbs( array( 'text' => $home, 'link' => $home_link ), $delimiter );?> </div> </div> <div class="main-title-section-bg"></div> </section>
Cancel