File tree 2 files changed +0
-68
lines changed
2 files changed +0
-68
lines changed Original file line number Diff line number Diff line change 45
45
</div>
46
46
</div>
47
47
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
48
<ul class="article-list" style="opacity:0">
62
49
63
50
<li v-if="loading" class="article-list-item reveal index-post-list uk-scrollspy-inview loading-line"><em class="article-list-type1" style="padding: 5.5px 45px;"> </em> <a style="text-decoration: none;">
135
122
<!-- 加载按钮 -->
136
123
</ul>
137
124
138
-
139
-
140
-
141
-
142
125
<script>
143
126
window.cate_id = <?php echo $ id ; ?> ;
144
127
window.site_url = '<?php echo site_url () ?> ';
145
128
window.cate_name = '<?php echo $ name ; ?> ';
146
129
window.cate_des = '<?php echo $ des ; ?> ';
147
-
148
130
window.cate_exclude_option = '<?php if (get_option ('king_index_cate_exclude ' )) echo get_option ('king_index_cate_exclude ' ); ?> ';
149
131
<?php if (get_option ('king_index_cate_exclude ' )) { ?>
150
132
window.cate_exclude = 'true';
151
133
<?php } else { ?>
152
134
window.cate_exclude = 'false';
153
135
<?php } ?>
154
-
155
136
window.index_p = <?php echo $ p ; ?> ;
156
-
157
137
window.cate_fre = <?php if (get_option ('king_fre_cate ' )) echo get_option ('king_fre_cate ' );
158
138
else echo '0 ' ?> ;
159
139
window.cate_wor = <?php if (get_option ('king_wor_cate ' )) echo get_option ('king_wor_cate ' );
162
142
163
143
<script type="text/javascript" src="<?php echo esc_url (get_template_directory_uri ()); ?> /dist/js/archive.js"></script>
164
144
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
145
<?php get_footer (); ?>
Original file line number Diff line number Diff line change 36
36
</div>
37
37
</article>
38
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
39
<script>
64
40
window.site_url = '<?php echo site_url () ?> ';
65
41
window.post_id = <?php echo $ post ->ID ; ?> ;
You can’t perform that action at this time.
0 commit comments