forked from linxuyuan/wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-contact.php
More file actions
47 lines (40 loc) · 1.45 KB
/
page-contact.php
File metadata and controls
47 lines (40 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php /* Template Name: 联系我们模板 */ ?>
<?php get_header(); ?>
<!-- Column 1 /Content -->
<div class="main">
<div class="wrap-body">
<div class="main-left">
<p class="category-box">产品分类</p>
<div class="category-content">
<ul>
<li>
<a href="#">贴片电容</a>
</li>
<li>
<a href="#">贴片电阻</a>
</li>
<li>
<a href="#">电解电容</a>
</li>
</ul>
</div>
</div>
<div class="main-right">
<div class="right_title"><span class="right_name">联系我们<font>contact-us</font></span>
<div class="fast"><b>当前位置:</b>
<ul class="breadcrumbs">
<li><a href="http://xfl1688.com">首页</a></li>
<li> > <a href="http://ls.wpke.net/news">联系我们</a> </li>
</ul>
</div>
</div>
<div class="product_pic">
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<?php get_footer(); ?>