X7ROOT File Manager
Current Path:
/home/notabjze/hourglass.life/wp-content/themes/smart-mag/blocks/loop-posts
home
/
notabjze
/
hourglass.life
/
wp-content
/
themes
/
smart-mag
/
blocks
/
loop-posts
/
ðŸ“
..
📄
base-post.php
(13.37 KB)
📄
feat-grid-post.php
(783 B)
📄
grid-post.php
(351 B)
ðŸ“
html
📄
list-post.php
(585 B)
📄
overlay-post.php
(784 B)
📄
small-post.php
(754 B)
Editing: list-post.php
<?php namespace Bunyad\Blocks\LoopPosts; /** * Overlay Loop Post Class */ class ListPost extends BasePost { public $id = 'list'; public function _pre_render() { // Vertically centered content. if ($this->props['content_vcenter']) { $this->props['class_wrap_add'] = join(' ', [ $this->props['class_wrap_add'], 'list-post-v-center' ]); } // Grid style on small devices. if (!empty($this->props['grid_on_sm'])) { $this->props['class_wrap_add'] = join(' ', [ $this->props['class_wrap_add'], 'grid-on-sm' ]); } parent::_pre_render(); } }
Upload File
Create Folder