Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
brueggemannfh
/
wp-content
/
themes
/
wuko
/
templates
/
post
/
File Content:
posts-list.php
<?php $opt_blog_columns = WGL_Framework::get_option('blog_list_columns') ?: '12'; $wgl_blog_atts = [ // General 'blog_layout' => 'grid', 'blog_columns' => $opt_blog_columns, 'hide_likes' => true, 'hide_share' => true, 'navigation_type' => 'pagination', ]; extract($wgl_blog_atts); // Row classes if (in_array($blog_layout, ['grid', 'masonry'])) { switch ($blog_columns) { default: case '12': $row_class = ' blog_col-1'; break; case '6': $row_class = ' blog_col-2'; break; case '4': $row_class = ' blog_col-3'; break; case '3': $row_class = ' blog_col-4'; break; } } $row_class .= ' blog-style-standard'; // Render if (have_posts()) : echo '<div class="blog-posts blog-posts-list">'; echo '<div class="container-grid row ', esc_attr($row_class), '">'; get_template_part('templates/post/post-standard'); echo '</div>'; echo '</div>'; // blog-posts endif;
Submit
FILE
FOLDER
Name
Size
Permission
Action
single
---
0755
post-mega_menu.php
1400 bytes
0644
post-navigation.php
2359 bytes
0644
post-standard.php
7164 bytes
0644
posts-list.php
1048 bytes
0644
N4ST4R_ID | Naxtarrr