1 Star 0 Fork 1

hzy46/reviews-wordpress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
woocommerce.php 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2016-07-05 13:47 . init
<?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(); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hzy46/reviews-wordpress.git
git@gitee.com:hzy46/reviews-wordpress.git
hzy46
reviews-wordpress
reviews-wordpress
master

搜索帮助