<?php get_header(); ?>
<?php if (is_home()) { ?>
<div id="index_box">
<div class="l_box">
<h3>所有商品分类</h3>
<ul>
<?php wp_list_cats('sort_column=name&exclude=8'); ?>
</ul>
</div>
<div class="r_box">
<?php if(function_exists('wp_content_slider')) { wp_content_slider(); } ?>
</div>
</div>
<?php } ?>
<div id="main">
<ul class="image_box">
<?php
$cat_id='-8';//the category ID
$limit = get_option('posts_per_page');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('cat=' . $cat_id . '&showposts=' . $limit . '&paged=' . $paged);
$wp_query->is_archive = true; $wp_query->is_home = false;
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<li <?php post_class() ?> id="post-<?php the_ID(); ?>">
<a href="<?php $values = get_post_custom_values("link"); echo $values[0]; ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php echo catch_that_image() ?>" alt="" /></a>
<dt><a href="<?php the_permalink() ?>"><?php echo mb_strimwidth(get_the_title(), 0, 58, '...'); ?></a></dt>
<div class="index_price">
<span><a href="<?php $values = get_post_custom_values("link"); echo $values[0]; ?>">查看详情</a></span>
¥<strong><?php $values = get_post_custom_values("price"); echo $values[0]; ?></strong>
</div>
</li>
<?php endwhile; else: ?>
<div class="post"><a href="<?php echo get_option('home'); ?>">亲,没有你要找的商品哦!</a></div>
<?php endif; ?>
</ul>
<?php
if (function_exists('wp_pagebar'))
wp_pagebar();
?>
</div>
<?php get_sidebar(); ?>
<div id="info">
<div class="tmall">
<h3>淘宝商城</h3>
<ul>
<li>* 本站是淘宝网特约合作导购站点</li>
<li>* 本站所有商品均与淘宝同时发布</li>
<li>* 交易均在淘宝进行,请放心购买</li>
</ul>
<div class="ig">品质</div>
</div>
<div class="help">
<li>
<h3>新手帮助</h3>
<dd>
<dl>免费注册</dl>
<dl>开通支付宝</dl>
<dl>支付宝充值</dl>
<dl>如何购买</dl>
</dd>
</li>
<li>
<h3>支付方式</h3>
<dd>
<dl>支付宝支付</dl>
<dl>信誉卡支付</dl>
<dl>货到付款</dl>
<dl>网上银行支付</dl>
</dd>
</li>
<li>
<h3>售后服务</h3>
<dd>
<dl>交易维权</dl>
<dl>投诉卖家流程</dl>
<dl>举报卖家流程</dl>
<dl>淘宝客服电话</dl>
</dd>
</li>
</div>
</div>
<?php get_footer(); ?>
xinshoujianzhan
- 粉丝: 0
- 资源: 1
最新资源
- 基于python+opencv的手势识别系统,可控制灯的亮度,智能家居,智能小车 基于python+opencv的手势识别系统软件 内含svm模型,和肤色识别,锐化处理 基于 win10+Pyt
- 天正的图纸,还有很多工具现在都要交米,这个可以免费CAD转PDF格式
- 旋转自适应对象检测方法:基于成对霍夫模型的新颖方法研究与评估
- 基于springboot的邢台市桥东区社区停车信息管理系统源码(java毕业设计完整源码).zip
- 基于Hough变换和轮廓匹配的红外视频瞳孔精确检测算法研究
- 基于正则化极限学习机(RELM)的数据回归预测 matlab代码
- 基于springboot的酒店管理系统的设计与实现源码(java毕业设计完整源码+LW).zip
- 基于springboot的酷听音乐源码(java毕业设计完整源码).zip
- SQL数据库一键配置,创建定时作业
- 在线车辆租赁信息-JAVA-基于springBoot的在线车辆租赁信息管理系统的设计与实现
- 西门子S7-1500PLC大型程序,各种FB块PTO控制20多个轴,5台S7-1200PLC智能IO通讯,ModbusRTU通讯轮询,完整威纶通触摸屏程序,是学习西门子PLC通信、伺服好帮手 程序结构
- 图像融合-评估指标-python
- 基于springboot的金雁在线考试系统源码(java毕业设计完整源码).zip
- NSGA-II多目标优化算法,通过matlab实现
- 基于springboot的银行信用卡额度管理系统的设计与实现源码(java毕业设计完整源码).zip
- 企业员工管理-JAVA-基于Spring Boot的企业员工管理设计与实现
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈