📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:08:46
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_service_single
✏️
Editing: layout-1.php
<?php if ( ! empty( $settings['btn_link']['url'] ) ) { $widget->add_render_attribute( 'button', 'href', $settings['btn_link']['url'] ); if ( $settings['btn_link']['is_external'] ) { $widget->add_render_attribute( 'button', 'target', '_blank' ); } if ( $settings['btn_link']['nofollow'] ) { $widget->add_render_attribute( 'button', 'rel', 'nofollow' ); } } ?> <div class="pxl-service-single pxl-service-single1 <?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <h5 class="pxl-item--title el-empty"><?php echo esc_attr($settings['title']); ?></h5> <div class="pxl-item--subtitle el-empty"><?php echo esc_attr($settings['sub_title']); ?></div> <?php if(isset($settings['feature']) && !empty($settings['feature']) && count($settings['feature'])): ?> <ul class="pxl-item--feature"> <?php foreach ($settings['feature'] as $key => $value): ?> <li> <i class="flaticon flaticon-next pxl-mr-17"></i> <span><?php echo pxl_print_html($value['feature_content'])?></span> </li> <?php endforeach; ?> </ul> <?php endif; ?> <?php if(!empty($settings['btn_text'])) : ?> <div class="pxl-item--button"> <a <?php pxl_print_html($widget->get_render_attribute_string( 'button' )); ?>><?php echo esc_attr($settings['btn_text']); ?><i class="flaticon-right-arrows"></i></a> </div> <?php endif; ?> </div>
💾 Save Changes
❌ Cancel