HEX
Server: Apache
System: Linux p3plzcpnl504902.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: nhqyemt2u0zd (3690907)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/nhqyemt2u0zd/www/wp-content/themes/kitgreen1.1.0/single-service.php
<?php get_header();
$options = get_post_meta( get_the_ID(), '_custom_service_options', true );
$blog_shortcoe = cs_get_option('blog_before_footer'); 
if(isset($option['icon_service'])) {
  $icon_url = $option['icon_service'];  
}else {
  $icon_url = "";  
}
$icon = wp_get_attachment_image_src( $icon_url , 'full', true ); ?>
<?php $page_title = cs_get_option('golobal-enable-page-title'); if($page_title == "1") : 
        echo jwstheme_title_bar();
endif; ?>
<div class="container service-single">
        <?php get_template_part( 'framework/templates/service/single/entry' );  ?>
        <div class="icon-get-link"><a href="<?php echo esc_url(home_url('/')); ?>"><span class="lnr lnr-menu"></span></a></div>              
</div>
<div class="before-footer">   
<?php echo do_shortcode( ''.$blog_shortcoe.'' );?> 
</div>  
<?php get_footer(); ?>