代码拉取完成,页面将自动刷新
<?php get_header(); ?>
<?php if(rehub_option('rehub_news_ticker')) : ?>
<?php get_template_part('inc/parts/news_ticker'); ?>
<?php endif; ?>
<!-- CONTENT -->
<div class="content">
<div class="clearfix">
<!-- Main Side -->
<div class="main-side page clearfix">
<article class="post" id="page-<?php the_ID(); ?>">
<?php
/**
* woocommerce_before_main_content hook
*
* @hooked woocommerce_output_content_wrapper - 10 (outputs opening divs for the content)
* @hooked woocommerce_breadcrumb - 20
*/
do_action( 'woocommerce_before_main_content' );
?>
<?php woocommerce_content(); ?>
</article>
</div>
<!-- /Main Side -->
<?php if(is_single()) {
$rehub_aff_post_ids = vp_metabox('rehub_framework_woo.review_woo_links');
$rehub_woo_post_ids = vp_metabox('rehub_framework_woo.review_woo_list_links');
$rehub_woodeals_short = vp_metabox('rehub_framework_woo.rehub_woodeals_short');
if (($rehub_aff_post_ids !='' || $rehub_woo_post_ids !='') && empty($rehub_woodeals_short)) {
echo '<div class="woo_sidebar_deals_links">';
woo_dealslinks_rehub();
echo '</div>';
}}; ?>
<!-- Sidebar -->
<?php get_sidebar(); ?>
<!-- /Sidebar -->
</div>
</div>
<!-- /CONTENT -->
<!-- FOOTER -->
<?php get_footer(); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。