| 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 get_header() ?>
<!--主体-->
<div class="content">
<!--s-banner-->
<div class="s-banner">
<img src="/style/img/banner-sh.jpg" />
<div class="text" aos="fade-in">
<h3>老建筑欣赏</h3>
<p>Analysis of right to use</p>
</div>
<div class="mbx mbx02" aos="fade-in">
<div class="left">
<a href="/" class="fa fa-home"></a>
<i></i>
<a href="###">上海老洋房</a>
<span class="fa fa-angle-right" aria-hidden="true"></span>
<a href="###">老房子投资攻略</a>
</div>
<div class="right">
<a class="str">上海老洋房</a>
<div class="ainfo">
<a href="/house/">上海老洋房<span></span></a>
<a href="/analysis/">使用权解析<span></span></a>
<a href="/process/">出售流程图<span></span></a>
<a href="/old-building-appreciation-cat/old-shanghai-style/" class="active">老建筑欣赏<span></span></a>
</div>
</div>
</div>
</div>
<!--oldwarp-->
<div class="oldwarp">
<div class="old01" aos="fade-up">
<h3 class="c-title">上海老洋房 - 海派风格</h3>
<h4>海派建筑特色核心是海纳百川 上海海派建筑特色的魅力,就在于它的海纳百川、兼收并蓄的大家风范。 它将西方住宅文化与本地居住理念融合进建筑设计中。</h4>
</div>
<div class="old02">
<div class="tab" aos="fade-up">
<?php
$terms = get_terms('old_building_appreciation_cat');
$uri = explode("/", $_SERVER['REQUEST_URI']);
?>
<?php foreach($terms as $term): ?>
<a href="<?php echo get_term_link($term); ?>" class="<?php if(in_array($term->slug, $uri)){echo 'active';} ?>"><?php echo $term->name; ?></a>
<?php endforeach; ?>
</div>
<div class="min clearfix" aos="fade-up">
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>">
<div class="imgbox">
<img src="<?php the_field('img') ?>" />
</div>
<h3 class="text"><?php the_title() ?></h3>
</a>
<?php endwhile;endif; ?>
</div>
</div>
</div>
<?php get_footer() ?>