D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
aeen-core
/
elementor
/
career-info
/
Filename :
view-1.php
back
Copy
<?php /** * This file can be overridden by copying it to yourtheme/elementor-custom/title/view.php * * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Aeen_Core; extract( $data ); ?> <div class="careers-box3"> <ul class="block-items"> <li class="single-item"> <ul class="inline-career-info"> <?php foreach ($career_box1 as $item ) : $title = $item['cbox1_title']; $content = $item['cbox1_content']; if( !empty( $title ) || !empty( $content ) ) : ?> <li><?php echo esc_html( $title ); ?><span><?php echo esc_html( $content ); ?></span></li> <?php endif; endforeach; ?> </ul> </li> </ul> </div>