Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
ppine
/
wp-content
/
themes
/
takeout
/
skins
/
default
/
templates
/
File Content:
content-custom.php
<?php /** * The custom template to display the content * * Used for index/archive/search. * * @package TAKEOUT * @since TAKEOUT 1.0.50 */ $takeout_template_args = get_query_var( 'takeout_template_args' ); if ( is_array( $takeout_template_args ) ) { $takeout_columns = empty( $takeout_template_args['columns'] ) ? 2 : max( 1, $takeout_template_args['columns'] ); $takeout_blog_style = array( $takeout_template_args['type'], $takeout_columns ); } else { $takeout_template_args = array(); $takeout_blog_style = explode( '_', takeout_get_theme_option( 'blog_style' ) ); $takeout_columns = empty( $takeout_blog_style[1] ) ? 2 : max( 1, $takeout_blog_style[1] ); } $takeout_blog_id = takeout_get_custom_blog_id( join( '_', $takeout_blog_style ) ); $takeout_blog_style[0] = str_replace( 'blog-custom-', '', $takeout_blog_style[0] ); $takeout_expanded = ! takeout_sidebar_present() && takeout_get_theme_option( 'expand_content' ) == 'expand'; $takeout_components = ! empty( $takeout_template_args['meta_parts'] ) ? ( is_array( $takeout_template_args['meta_parts'] ) ? join( ',', $takeout_template_args['meta_parts'] ) : $takeout_template_args['meta_parts'] ) : takeout_array_get_keys_by_value( takeout_get_theme_option( 'meta_parts' ) ); $takeout_post_format = get_post_format(); $takeout_post_format = empty( $takeout_post_format ) ? 'standard' : str_replace( 'post-format-', '', $takeout_post_format ); $takeout_blog_meta = takeout_get_custom_layout_meta( $takeout_blog_id ); $takeout_custom_style = ! empty( $takeout_blog_meta['scripts_required'] ) ? $takeout_blog_meta['scripts_required'] : 'none'; if ( ! empty( $takeout_template_args['slider'] ) || $takeout_columns > 1 || ! takeout_is_off( $takeout_custom_style ) ) { ?><div class=" <?php if ( ! empty( $takeout_template_args['slider'] ) ) { echo 'slider-slide swiper-slide'; } else { echo esc_attr( ( takeout_is_off( $takeout_custom_style ) ? 'column' : sprintf( '%1$s_item %1$s_item', $takeout_custom_style ) ) . "-1_{$takeout_columns}" ); } ?> "> <?php } ?> <article id="post-<?php the_ID(); ?>" data-post-id="<?php the_ID(); ?>" <?php post_class( 'post_item post_item_container post_format_' . esc_attr( $takeout_post_format ) . ' post_layout_custom post_layout_custom_' . esc_attr( $takeout_columns ) . ' post_layout_' . esc_attr( $takeout_blog_style[0] ) . ' post_layout_' . esc_attr( $takeout_blog_style[0] ) . '_' . esc_attr( $takeout_columns ) . ( ! takeout_is_off( $takeout_custom_style ) ? ' post_layout_' . esc_attr( $takeout_custom_style ) . ' post_layout_' . esc_attr( $takeout_custom_style ) . '_' . esc_attr( $takeout_columns ) : '' ) ); takeout_add_blog_animation( $takeout_template_args ); ?> > <?php // Sticky label if ( is_sticky() && ! is_paged() ) { ?> <span class="post_label label_sticky"></span> <?php } // Custom layout do_action( 'takeout_action_show_layout', $takeout_blog_id, get_the_ID() ); ?> </article><?php if ( ! empty( $takeout_template_args['slider'] ) || $takeout_columns > 1 || ! takeout_is_off( $takeout_custom_style ) ) { ?></div><?php // Need opening PHP-tag above just after </div>, because <div> is a inline-block element (used as column)! }
Submit
FILE
FOLDER
Name
Size
Permission
Action
block-patterns
---
0755
block-styles
---
0755
blog-styles
---
0755
single-styles
---
0755
admin-notice.php
1847 bytes
0644
admin-rate.php
2878 bytes
0644
author-bio.php
1639 bytes
0644
author-page.php
2315 bytes
0644
content-404.php
588 bytes
0644
content-band.php
6889 bytes
0644
content-classic.php
7059 bytes
0644
content-custom.php
3382 bytes
0644
content-excerpt.php
6481 bytes
0644
content-none-archive.php
826 bytes
0644
content-none-search.php
871 bytes
0644
content-page.php
1546 bytes
0644
content-portfolio.php
4928 bytes
0644
content-single-style-2.php
3380 bytes
0644
content-single-style-5.php
4259 bytes
0644
content-single-style-6.php
4111 bytes
0644
content-sticky.php
1612 bytes
0644
content.php
2421 bytes
0644
footer-copyright.php
1113 bytes
0644
footer-custom.php
1091 bytes
0644
footer-default.php
948 bytes
0644
footer-logo.php
1384 bytes
0644
footer-socials.php
481 bytes
0644
footer-widgets.php
2451 bytes
0644
header-custom.php
2393 bytes
0644
header-default.php
2185 bytes
0644
header-logo.php
1691 bytes
0644
header-mobile.php
4467 bytes
0644
header-navi-mobile.php
3945 bytes
0644
header-navi-side.php
1602 bytes
0644
header-navi.php
2776 bytes
0644
header-title.php
3944 bytes
0644
header-video.php
723 bytes
0644
header-widgets.php
2487 bytes
0644
index.php
30 bytes
0644
related-posts-classic.php
1283 bytes
0644
related-posts-list.php
1102 bytes
0644
related-posts-modern.php
1437 bytes
0644
related-posts-short.php
1099 bytes
0644
related-posts-wide.php
1306 bytes
0644
related-posts.php
1260 bytes
0644
search-form.php
1150 bytes
0644
seo.php
1929 bytes
0644
N4ST4R_ID | Naxtarrr