Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
themes
/
amanus
/
templaza-framework
/
templates
/
theme_pages
/
File Content:
page.php
<?php $id = isset($atts['id'])?$atts['id']:time(); $custom_class = isset($atts['custom-container-class'])?' '.$atts['custom-container-class']:''; ?> <div id="templaza-page-<?php echo esc_attr($id); ?>" class="templaza-page templaza-basic-page-content templaza-page-<?php echo get_post_type().esc_attr($custom_class);?>"> <?php // Start the Loop. while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class('single-page-box'); ?>> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'amanus' ), 'after' => '</div>', ) ); ?> </div> <?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { ?> <div class="single-page-box"> <?php comments_template(); ?> </div> <?php } ?> <?php endwhile; // End the loop. ?> </div><!-- #main -->
Submit
FILE
FOLDER
Name
Size
Permission
Action
single
---
0755
404.php
4272 bytes
0644
archive.php
10937 bytes
0644
comingsoon.php
4653 bytes
0644
index.php
11136 bytes
0644
page.php
1272 bytes
0644
single.php
10975 bytes
0644
N4ST4R_ID | Naxtarrr