Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
ppine
/
wp-content
/
themes
/
takeout
/
skins
/
default
/
templates
/
File Content:
content-portfolio.php
<?php /** * The Portfolio template to display the content * * Used for index/archive/search. * * @package TAKEOUT * @since TAKEOUT 1.0 */ $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 ); $takeout_columns_class = takeout_get_column_class( 1, $takeout_columns, ! empty( $takeout_template_args['columns_tablet']) ? $takeout_template_args['columns_tablet'] : '', ! empty($takeout_template_args['columns_mobile']) ? $takeout_template_args['columns_mobile'] : '' ); } 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_columns_class = takeout_get_column_class( 1, $takeout_columns ); } $takeout_post_format = get_post_format(); $takeout_post_format = empty( $takeout_post_format ) ? 'standard' : str_replace( 'post-format-', '', $takeout_post_format ); ?><div class=" <?php if ( ! empty( $takeout_template_args['slider'] ) ) { echo ' slider-slide swiper-slide'; } else { echo ( takeout_is_blog_style_use_masonry( $takeout_blog_style[0] ) ? 'masonry_item masonry_item-1_' . esc_attr( $takeout_columns ) : esc_attr( $takeout_columns_class )); } ?> "><article id="post-<?php the_ID(); ?>" <?php post_class( 'post_item post_item_container post_format_' . esc_attr( $takeout_post_format ) . ' post_layout_portfolio' . ' post_layout_portfolio_' . esc_attr( $takeout_columns ) . ( 'portfolio' != $takeout_blog_style[0] ? ' ' . esc_attr( $takeout_blog_style[0] ) . '_' . 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 } $takeout_hover = ! empty( $takeout_template_args['hover'] ) && ! takeout_is_inherit( $takeout_template_args['hover'] ) ? $takeout_template_args['hover'] : takeout_get_theme_option( 'image_hover' ); if ( 'dots' == $takeout_hover ) { $takeout_post_link = empty( $takeout_template_args['no_links'] ) ? ( ! empty( $takeout_template_args['link'] ) ? $takeout_template_args['link'] : get_permalink() ) : ''; $takeout_target = ! empty( $takeout_post_link ) && takeout_is_external_url( $takeout_post_link ) ? ' target="_blank" rel="nofollow"' : ''; } // Meta parts $takeout_components = ! empty( $takeout_template_args['meta_parts'] ) ? ( is_array( $takeout_template_args['meta_parts'] ) ? $takeout_template_args['meta_parts'] : explode( ',', $takeout_template_args['meta_parts'] ) ) : takeout_array_get_keys_by_value( takeout_get_theme_option( 'meta_parts' ) ); // Featured image takeout_show_post_featured( apply_filters( 'takeout_filter_args_featured', array( 'hover' => $takeout_hover, 'no_links' => ! empty( $takeout_template_args['no_links'] ), 'thumb_size' => ! empty( $takeout_template_args['thumb_size'] ) ? $takeout_template_args['thumb_size'] : takeout_get_thumb_size( takeout_is_blog_style_use_masonry( $takeout_blog_style[0] ) ? ( strpos( takeout_get_theme_option( 'body_style' ), 'full' ) !== false || $takeout_columns < 3 ? 'masonry-big' : 'masonry' ) : ( strpos( takeout_get_theme_option( 'body_style' ), 'full' ) !== false || $takeout_columns < 3 ? 'square' : 'square' ) ), 'thumb_bg' => takeout_is_blog_style_use_masonry( $takeout_blog_style[0] ) ? false : true, 'show_no_image' => true, 'meta_parts' => $takeout_components, 'class' => 'dots' == $takeout_hover ? 'hover_with_info' : '', 'post_info' => 'dots' == $takeout_hover ? '<div class="post_info"><h5 class="post_title">' . ( ! empty( $takeout_post_link ) ? '<a href="' . esc_url( $takeout_post_link ) . '"' . ( ! empty( $target ) ? $target : '' ) . '>' : '' ) . esc_html( get_the_title() ) . ( ! empty( $takeout_post_link ) ? '</a>' : '' ) . '</h5></div>' : '', 'thumb_ratio' => 'info' == $takeout_hover ? '100:102' : '', ), 'content-portfolio', $takeout_template_args ) ); ?> </article></div><?php // Need opening PHP-tag above, because <article> is a inline-block element (used as column)!
Edit
Rename
Chmod
Delete
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