Server IP : 14.241.111.210 / Your IP : 3.22.209.115 Web Server : Apache System : Linux localhost.localdomain 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 User : www ( 1001) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/taxixuanthanhninhbinh.com.vn/wp-content/taxi.theme/ |
Upload File : |
<?php get_header(); ?> <?php $banner = get_theme_mod('banner'); $addr = get_theme_mod('addr'); $email = get_theme_mod('email'); $hotline = get_theme_mod('hotline'); $linkhotline = preg_replace('/[^0-9]/', '', $hotline); ?> <div class="banner" id="home"> <?php if(!empty($banner)){echo '<img src="'.$banner.'" alt="'.$banner.'" />';} ?> <div class="dialog"> <a href="tel:<?php if(!empty($hotline)){echo $linkhotline;} ?>"> <span class="fa fa-phone"></span> <h4>TAXI XUÂN THÀNH NINH BÌNH</h4> <h3><?php if(!empty($hotline)){echo $hotline;} ?></h3> </a> </div> </div> <section class="about flex" id="about"> <div class="content"> <h2 class="heading">Giới thiệu</h2> <div class="box"> <?php $post = get_post(2); echo apply_filters('the_content',$post->post_content); ?> <a class="btn" href="<?php bloginfo(url); ?>/gioi-thieu/">Xem thêm</a> </div> </div> <div class="img"> <img src="<?php echo wp_get_attachment_url(get_post_thumbnail_id(2)); ?>" alt="About"> </div> </section> <section class="services" id="services"> <h2 class="heading">Dịch vụ</h2> <?php get_template_part('services'); ?> <center><a class="btn" href="tel:<?php echo $linkhotline; ?>">Gọi ngay</a></center> </section> <section class="price" id="price"> <h2 class="heading">Bảng giá</h2> <?php get_template_part('price'); ?> </section> <section class="news" id="news"> <h2 class="heading">Tin tức</h2> <?php get_template_part('news'); ?> <center><a class="btn" href="<?php bloginfo(url); ?>/chuyen-muc/tin-tuc/">Xem thêm</a></center> </section> <section class="contact flex" id="contact"> <div class="content"> <h2 class="heading">Liên hệ</h2> <div class="box"> <!--<h3><?php bloginfo('description'); ?></h3>--> <p>CÔNG TY TNHH TAXI XUÂN THÀNH</p> <p><i class="fa fa-phone"></i> Hotline: <a href="<?php echo $linkhotline; ?>"><?php echo $hotline; ?></a></p> <p><i class="fa fa-home"></i> Địa chỉ: <span><?php echo $addr; ?></span></p> <p><i class="fa fa-envelope"></i> Email: <a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></p> <center><a class="btn" href="tel:<?php echo $linkhotline; ?>">Gọi ngay</a></center> </div> </div> <?php echo do_shortcode('[contact-form-7 id="41" title="Liên hệ"]'); ?> </section> <?php get_footer(); ?>