Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
public_html
/
wastefull
/
wp-content
/
themes
/
wastia
/
template-parts
/
File Content:
page-title.php
<?php // $titles = wastia_get_page_titles(); ob_start(); if ( $titles['title'] ) { printf( '<h1 class="title font-700">%s</h1>', wp_kses_post( $titles['title'] ) ); } $titles_html = ob_get_clean(); $breadcrumb_align = 'center'; //is_singular('product') ? 'start' : $args['ptitle_align']; $classes = [$args['class']]; ?> <?php if ( ( (is_singular( 'post' ) || is_singular('product') || (class_exists('WooCommerce') && ( is_shop() || is_cart() || is_checkout() || is_account_page()) )) && $args['show_breadcrumb'] == 'on' ) ) { $classes[] = 'single-post'; if(wastia_is_woocommerce()){ $classes[] = 'cms-ptitle-woo'; } ?> <div id="cms-ptitle" class="<?php echo wastia_nice_class($classes); ?>"> <div class="<?php echo esc_attr($args['container']); ?> relative z-top"> <?php wastia_breadcrumb(['class' => 'cms-breadcrumb-1 justify-content-'.$breadcrumb_align]); ?> </div> </div> <?php } else { ?> <div id="cms-ptitle" class="<?php echo wastia_nice_class($classes); ?>"> <div class="<?php echo esc_attr($args['container']); ?> relative z-top"> <?php if ($args['show_title'] == 'on') printf( '%s', wp_kses_post( $titles_html ) ); ?> <?php if ($args['show_breadcrumb'] == 'on') wastia_breadcrumb(['class' => 'justify-content-'.$args['ptitle_align']]); ?> </div> </div> <?php } ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
content-portfolio
---
0755
content-single
---
0755
header
---
0755
content-none.php
631 bytes
0644
content.php
629 bytes
0644
page-title.php
1352 bytes
0644
program3.o
4028 bytes
0644
N4ST4R_ID | Naxtarrr