| Server IP : 39.106.62.82 / Your IP : 216.73.216.240 Web Server : nginx/1.14.1 System : Linux iz2ze1m0zmp2dk5c3j5ap5z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : www ( 1000) 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 : /webdata/gohomesh.com/wp-content/themes/gongheng/ |
Upload File : |
<?php /* PostType Page Template: 经纪人详细页 */ ?>
<?php get_header() ?>
<!--主体-->
<div class="content">
<!--agent-->
<div class="housingwarp agentwarp">
<div class="agent01">
<div class="toback" aos="fade-up">
<?php if(!$_GET['type']): ?>
<a href="/agent/store/"><i></i>返回列表</a>
<?php else: ?>
<a href="/brokers-cat/store/<?php echo $_GET['type'];?>"><i></i>返回列表</a>
<?php endif; ?>
</div>
<div class="min">
<div class="imgbox" aos="fade-right">
<img src="<?php the_field('img') ?>" />
</div>
<div class="text" aos="fade-left">
<h3><?php the_title() ?></h3>
<h4>
<?php $desc = explode(',', replace_text_wps(get_field('desc'))); ?>
<font><?php echo $desc[0]; ?></font>
<font><?php echo $desc[1]; ?></font>
</h4>
<p>电话:<?php echo replace_text_wps(get_field('tel')); ?></p>
<p>微信:<?php echo replace_text_wps(get_field('wechat')); ?></p>
<p>邮箱:<?php echo replace_text_wps(get_field('email')); ?></p>
</div>
</div>
<div class="textinfo" aos="fade-up">
<strong class="linetwo"></strong>
<h3>个人介绍</h3>
<?php echo replace_text_wps(get_field('info')); ?>
<!-- <h4>缪莉平(Yoki),2005年进入上海房地产经纪行业,2007年07月加入沪上老洋房市占率达70的上海公恒房地产经纪有限公司,专注上海老洋房12年,顶级老洋房投资分析师,是公恒地产连续5年Top1经纪人,亦是整个老洋房行业的Top1,不断地创造老洋房业绩新记录、数据新奇迹。感恩众多一直跟随的老客户的信任,经手成交了近百套独栋老洋房及整幢新式里弄和老公寓,积累了丰富的经验和老洋房专业知识,为人靠谱诚恳、做事严谨细心。您也可以添加我的私人微信预约看房(微信号:yoki_pingping,或搜索手机号添加13764216877),也欢迎您将老房子出售委托给我,我们的老洋房美妙缘分等待您的开启……</h4> -->
</div>
</div>
</div>
</div>
<?php get_footer() ?>