-
Notifications
You must be signed in to change notification settings - Fork 0
/
single.php
183 lines (178 loc) · 7.97 KB
/
single.php
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?php get_header(); ?>
<section id="singleProduct">
<div class="container">
<div class="productImg">
<div class="tab-content" id="productImg-tabContent">
<div
class="tab-pane fade active show"
id="product1"
class="content"
role="tabpanel"
aria-labelledby="product1-tab"
>
<?php the_post_thumbnail('large'); ?>
</div>
<div
class="tab-pane fade"
id="product2"
role="tabpanel"
aria-labelledby="product2-tab"
>
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/product2.jpg" alt="" />
</div>
<div
class="tab-pane fade"
id="product3"
role="tabpanel"
aria-labelledby="product3-tab"
>
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/product3.jpg" alt="" />
</div>
</div>
<ul class="nav nav-pills" id="productImg-tab" role="tablist">
<li class="nav-item" role="presentation">
<button
class="nav-link active"
id="product1-tab"
data-bs-toggle="pill"
data-bs-target="#product1"
type="button"
role="tab"
aria-controls="product1"
aria-selected="false"
data-content="product1"
>
<img src="./assets/images/product1.jpg" alt="" />
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link"
id="product2-tab"
data-bs-toggle="pill"
data-bs-target="#product2"
type="button"
role="tab"
aria-controls="product2-"
aria-selected="true"
data-content="product2"
>
<img src="./assets/images/product2.jpg" alt="" />
</button>
</li>
<li class="nav-item" role="presentation">
<button
class="nav-link"
id="product3-tab"
data-bs-toggle="pill"
data-bs-target="#product3"
type="button"
role="tab"
aria-controls="product3"
aria-selected="true"
data-content="product3"
>
<img src="./assets/images/product3.jpg" alt="" />
</button>
</li>
</ul>
</div>
<div class="productContent">
<div class="top">
<h1 class="title">
<?php the_title(); ?>
</h1>
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/stars.png" alt="" />
</div>
<div class="caption">
<?php the_content() ?>
</div>
<div class="properties">
<div class="property property1">
<div class="propertyBg"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/property1.png" alt="" /></div>
<p>۲۵۰ برگ</p>
</div>
<div class="property property2">
<div class="propertyBg"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/property2.png" alt="" /></div>
<p>قدرت جذب بالا</p>
</div>
<div class="property property3">
<div class="propertyBg"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/property3.png" alt="" /></div>
<p>بسیار نرم و مقاوم</p>
</div>
</div>
<a href="#" class="commentBtn">ثبت نظر</a>
</div>
</div>
</section>
<section id="testimunial">
<h2 class="sectionTitle">نظر کاربران</h2>
<div class="swiper testimonialSwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="top">
<h2 class="title">جعبه 250 برگ/ رنگ صورتی گلدار</h2>
<img src="./assets/images/stars.png" alt="" />
</div>
<p class="caption">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با
استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و
...لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و
با لورم ایپسوم
</p>
<p class="name">نام کاربری</p>
<p class="date">۱۲.۱۲.۱۴۰۱</p>
</div>
<div class="swiper-slide">
<div class="top">
<h2 class="title">جعبه 250 برگ/ رنگ صورتی گلدار</h2>
<img src="./assets/images/stars.png" alt="" />
</div>
<p class="caption">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با
استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و
...لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و
با لورم ایپسوم
</p>
<p class="name">نام کاربری</p>
<p class="date">۱۲.۱۲.۱۴۰۱</p>
</div>
<div class="swiper-slide">
<div class="top">
<h2 class="title">جعبه 250 برگ/ رنگ صورتی گلدار</h2>
<img src="./assets/images/stars.png" alt="" />
</div>
<p class="caption">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با
استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و
...لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و
با لورم ایپسوم
</p>
<p class="name">نام کاربری</p>
<p class="date">۱۲.۱۲.۱۴۰۱</p>
</div>
<div class="swiper-slide">
<div class="top">
<h2 class="title">جعبه 250 برگ/ رنگ صورتی گلدار</h2>
<img src="./assets/images/stars.png" alt="" />
</div>
<p class="caption">
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با
استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و
...لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و
با لورم ایپسوم
</p>
<p class="name">نام کاربری</p>
<p class="date">۱۲.۱۲.۱۴۰۱</p>
</div>
</div>
<div class="swiper-button-next">
<img src="./assets/images/prev.png" alt="" />
</div>
<div class="swiper-button-prev">
<img src="./assets/images/next.png" alt="" />
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<?php get_footer(); ?>