├── .gitattributes
├── .github
└── ISSUE_TEMPLATE
│ ├── ---bug.md
│ └── feature_request.md
├── 404.php
├── LICENSE
├── README-en.md
├── README.md
├── archive.php
├── author.php
├── cdn
├── css
│ ├── lib.css
│ └── src
│ │ ├── baguetteBox.min.css
│ │ ├── font-awesome-animation.min.css
│ │ ├── font-awesome.min.css
│ │ ├── jquery.fancybox.min.css
│ │ ├── sharejs.css
│ │ └── third-part.css
├── do.py
├── js
│ ├── lib.js
│ └── src
│ │ ├── 01.jquery.min.js
│ │ ├── 02.jquery.pjax.min.js
│ │ ├── 03.highlight.pack.js
│ │ ├── 04.highlightjs-line-numbers.min.js
│ │ ├── 05.nprogress.min.js
│ │ ├── 06.activate-power-mode.js
│ │ ├── 07.APlayer.min.js
│ │ ├── 08.lazyload.min.js
│ │ ├── 11.third-part-functions.js
│ │ ├── 12.tocbot.min.js
│ │ ├── 13.social-share.min.js
│ │ ├── 14.baguetteBox.min.js
│ │ ├── 17.query.fancybox.min.js
│ │ └── 18.clipboard.min.js
└── theme
│ ├── github.css
│ └── sakura.css
├── comments.php
├── footer.php
├── functions.php
├── header.php
├── images
├── avatar.jpeg
├── avatar.jpg
├── favicon.ico
├── hd.png
├── login_loading.gif
├── logo.png
├── mashiro-logo-s.png
├── random
│ ├── d-1.jpg
│ ├── d-10.jpg
│ ├── d-2.jpg
│ ├── d-3.jpg
│ ├── d-4.jpg
│ ├── d-5.jpg
│ ├── d-6.jpg
│ ├── d-7.jpg
│ ├── d-8.jpg
│ └── d-9.jpg
├── smilies
│ ├── bili
│ │ ├── baiyan.png
│ │ ├── bishi.png
│ │ ├── bizui.png
│ │ ├── chan.png
│ │ ├── daku.png
│ │ ├── dalao.png
│ │ ├── dalian.png
│ │ ├── dianzan.png
│ │ ├── doge.png
│ │ ├── facai.png
│ │ ├── fadai.png
│ │ ├── fanu.png
│ │ ├── ganga.png
│ │ ├── guilian.png
│ │ ├── guzhang.png
│ │ ├── haixiu.png
│ │ ├── heirenwenhao.png
│ │ ├── huaixiao.png
│ │ ├── jingxia.png
│ │ ├── keai.png
│ │ ├── koubi.png
│ │ ├── kun.png
│ │ ├── lengmo.png
│ │ ├── liubixue.png
│ │ ├── liuhan.png
│ │ ├── liulei.png
│ │ ├── miantian.png
│ │ ├── mudengkoudai.png
│ │ ├── nanguo.png
│ │ ├── outu.png
│ │ ├── qinqin.png
│ │ ├── se.png
│ │ ├── shengbing.png
│ │ ├── shengqi.png
│ │ ├── shuizhao.png
│ │ ├── sikao.png
│ │ ├── tiaokan.png
│ │ ├── tiaopi.png
│ │ ├── touxiao.png
│ │ ├── tuxue.png
│ │ ├── weiqu.png
│ │ ├── weixiao.png
│ │ ├── wunai.png
│ │ ├── xiaoku.png
│ │ ├── xieyanxiao.png
│ │ ├── yiwen.png
│ │ ├── yun.png
│ │ ├── zaijian.png
│ │ ├── zhoumei.png
│ │ └── zhuakuang.png
│ ├── icon_Grievance.gif
│ ├── icon_Happy.gif
│ ├── icon_aa.gif
│ ├── icon_anger.gif
│ ├── icon_awesome.gif
│ ├── icon_bbd.gif
│ ├── icon_britan.gif
│ ├── icon_doubt.gif
│ ├── icon_good.gif
│ ├── icon_haha.gif
│ ├── icon_han.gif
│ ├── icon_hu.gif
│ ├── icon_huaji.gif
│ ├── icon_ku.gif
│ ├── icon_naive.gif
│ ├── icon_niconiconi.gif
│ ├── icon_niconiconi_t.gif
│ ├── icon_niconiconit.gif
│ ├── icon_rbq.gif
│ ├── icon_reluctantly.gif
│ ├── icon_rmb.gif
│ ├── icon_se.gif
│ ├── icon_shame.gif
│ ├── icon_shui.gif
│ ├── icon_smilingeyes.gif
│ ├── icon_spit.gif
│ ├── icon_spray.gif
│ ├── icon_surprised.gif
│ ├── icon_surprised2.gif
│ ├── icon_tear.gif
│ ├── icon_theblackline.gif
│ └── icon_tongue.gif
├── temp.jpg
└── temp.png
├── inc
├── Parsedown.php
├── QQWry.Dat
├── api.php
├── categories-images.php
├── classes
│ ├── Aplayer.php
│ ├── Bilibili.php
│ ├── Cache.php
│ ├── Images.php
│ ├── Meting.php
│ └── QQ.php
├── css
│ ├── admin.css
│ ├── color-picker.min.css
│ ├── dashboard-fix.css
│ ├── dashboard-light.css
│ └── optionsframework.css
├── customizer.php
├── dash-scheme.php
├── decorate.php
├── fonts
│ ├── SAKURASO.old
│ │ ├── icon.css
│ │ ├── sakuraso-symbol.svg
│ │ ├── sakuraso.eot
│ │ ├── sakuraso.svg
│ │ ├── sakuraso.ttf
│ │ └── sakuraso.woff
│ ├── iconfont.eot
│ ├── iconfont.svg
│ ├── iconfont.ttf
│ └── iconfont.woff
├── images
│ └── ico-delete.png
├── js
│ ├── addtohomescreen.js
│ ├── color-picker.min.js
│ ├── iris.min.js
│ ├── media-uploader.js
│ └── options-custom.js
├── login.css
├── options-framework.php
├── options-interface.php
├── options-media-uploader.php
├── options-sanitize.php
├── swicher.php
├── template-tags.php
└── theme_plus.php
├── index.php
├── js
├── customizer.js
├── input.min.js
├── login.js
└── sakura-app.js
├── languages
├── en_US.mo
├── en_US.po
├── sakura.pot
├── zh_CN.mo
├── zh_CN.po
├── zh_TW.mo
└── zh_TW.po
├── layouts
├── authorprofile.php
├── duoshuo.php
├── feature.php
├── feature_v2.php
├── imgbox.php
├── post-nextprev.php
├── sharelike.php
└── sidebox.php
├── manifest
├── .vscode
│ └── settings.json
├── README.md
├── __init__.py
├── gallary
│ ├── beyond_by_auroralion-dan5njb.jpg
│ ├── pixar_up_movie_balloons_desktop_1920x1080_hd-wallpaper-507967.jpg
│ └── 海の空(56993195)_by_夏T.jpg
├── icon.ico
├── icon.png
├── jpeg
│ ├── 19313b0d62b27c8ba022f60fbfedd5ee.jpeg
│ ├── 19313b0d62b27c8ba022f60fbfedd5ee.th.jpeg
│ ├── 783bf161f47b32882f0e962fd4064de7.jpeg
│ ├── 783bf161f47b32882f0e962fd4064de7.th.jpeg
│ ├── e9f33c2c502ab43804964ce7edd431f9.jpeg
│ └── e9f33c2c502ab43804964ce7edd431f9.th.jpeg
├── manifest.json
├── manifest.py
├── qt.py
└── webp
│ ├── 19313b0d62b27c8ba022f60fbfedd5ee.th.webp
│ ├── 19313b0d62b27c8ba022f60fbfedd5ee.webp
│ ├── 783bf161f47b32882f0e962fd4064de7.th.webp
│ ├── 783bf161f47b32882f0e962fd4064de7.webp
│ ├── e9f33c2c502ab43804964ce7edd431f9.th.webp
│ └── e9f33c2c502ab43804964ce7edd431f9.webp
├── options.php
├── page-archive.php
├── page-links.php
├── page.php
├── screenshot.jpg
├── search.php
├── sidebar.php
├── single.php
├── style.css
├── tpl
├── content-category.php
├── content-image.php
├── content-none.php
├── content-page.php
├── content-search.php
├── content-single.php
├── content-status.php
├── content-thumb.php
├── content.php
└── single-image.php
└── user
├── page-bangumi.php
├── page-login.php
├── page-register.php
├── page-timeline.php
└── verification.js
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/---bug.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: 报告 bug
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 |
13 |
14 | **描述问题**
15 |
16 | **bug 重现步骤**
17 |
18 | **截图(如有)**
19 |
20 | **系统信息**
21 | - (前端)操作系统: [e.g. Windows 10, Android 9.0]
22 | - 浏览器: [e.g. chrome, safari]
23 | - PHP 版本
24 | - WordPress 版本
25 | - Sakura 主题版本
26 |
27 | **补充信息**
28 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature request
3 | about: Suggest an idea for this project
4 | title: ''
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Is your feature request related to a problem? Please describe.**
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12 |
13 | **Describe the solution you'd like**
14 | A clear and concise description of what you want to happen.
15 |
16 | **Describe alternatives you've considered**
17 | A clear and concise description of any alternative solutions or features you've considered.
18 |
19 | **Additional context**
20 | Add any other context or screenshots about the feature request here.
21 |
--------------------------------------------------------------------------------
/404.php:
--------------------------------------------------------------------------------
1 |
11 | >
12 |
13 |
14 |
15 |
16 | = 2 || $page >= 2 ) echo ' - ' . sprintf( __( 'page %s'), max( $paged, $page ) );/*第 %s 页*/?>
19 |
20 |
21 |
22 |
40 |
41 | >
42 |
58 |
59 |
60 |
--------------------------------------------------------------------------------
/README-en.md:
--------------------------------------------------------------------------------
1 | Sakura🌸: A Wonderful WordPress Theme
2 | ===
3 |
4 | [中文](README.md) | English
5 |
6 | 
7 |
8 | 
9 | 
10 | [](https://github.com/mashirozx/Sakura/releases/latest)
11 | [](https://github.com/mashirozx/Sakura/commits/dev)
12 | [](https://www.jsdelivr.com/package/gh/moezx/cdn)
13 |
14 | Modified based on theme [Akina (by Fuzzz)](http://www.akina.pw/themeakina) and [Siren (by Louie)](https://github.com/louie-senpai/Siren).
15 |
16 | The rebuild version is on the way :)
17 |
18 | ### Install
19 |
20 | #### By GIT
21 | ```bash
22 | cd /wp-content/themes/
23 | git clone https://github.com/mashirozx/Sakura.git
24 | ```
25 |
26 | #### By FTP
27 | **Rename the theme folder name as `Sakura`** if you download form the green [Clone or download] button on this page. Make sure the path to the theme root is /wp-content/themes/Sakura/`.
28 |
29 | ### Configuration
30 | Config your theme at `Mune-Appearance-Sakura Options`. Please turn on `Use js and css file of the theme locally` under CDN tag if you want to modify local SCC an Javascript files.
31 |
32 | ### Update
33 | ```bash
34 | cd /wp-content/themes/Sakura
35 | git fetch
36 | git pull
37 | ```
38 |
39 | [Learn more info about the theme (Chinese)](https://2heng.xin/theme-sakura/)
40 |
41 | Enjoy it!
42 |
43 | ### Donate
44 | [WeChat Pay](https://view.moezx.cc/images/2018/05/28/WeChanQR.png) | [AliPay](https://view.moezx.cc/images/2018/05/28/AliPayQR.jpg) | [PayPal](https://paypal.me/mashirozx)
45 |
46 | ### Need a server?
47 | [](https://www.vultr.com/?ref=7674346)
48 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Sakura🌸: 樱花庄的白猫博客主题
2 | ===
3 |
4 | 中文 | [English](README-en.md)
5 |
6 | 
7 |
8 | 
9 | 
10 | [](https://github.com/mashirozx/Sakura/releases/latest)
11 | [](https://github.com/mashirozx/Sakura/commits/dev)
12 | [](https://www.jsdelivr.com/package/gh/moezx/cdn)
13 |
14 | 在 Louie 基于 Fuzzz 的 [Akina](http://www.akina.pw/themeakina) 主题修改的主题 [Siren](https://github.com/louie-senpai/Siren) 基础上三次修改 =.=
15 |
16 | 两位前辈做得已经很棒了,或许我所做的只是把他们的代码弄得凌乱不堪吧 :)
17 |
18 | 特别感谢 [@Spirit](https://github.com/spirit1431007) 对本项目的贡献!
19 |
20 | 注意:建议 `git clone` 下载([简易 Git 使用指南](https://github.com/mashirozx/Sakura/wiki/Git-%E4%B8%8B%E8%BD%BD%E3%80%81%E6%9B%B4%E6%96%B0%E6%8C%87%E5%8D%97));如果选择下载压缩包,**解压后记得把文件夹名改回 `Sakura`,也即保证主题路径为 `/wp-content/themes/Sakura/`**;主题设置在 `菜单-外观-Sakura 主题设置` 中;DIY 的时候建议采用[子主题](https://github.com/mashirozx/Sakura/tree/child) 并勾选 `Sakura 主题设置-CDN-本地调用主题 js、css 文件`;请留意主题说明里的其他注意事项。
21 |
22 | 主题使用说明见:
23 |
24 | 本仓库国内镜像:
25 |
26 | 主题交流群:860262481
27 |
28 | 希望你喜欢!
29 |
30 | ### 打赏支持~
31 | [微信支付](https://view.moezx.cc/images/2018/05/28/WeChanQR.png) | [支付宝](https://view.moezx.cc/images/2018/05/28/AliPayQR.jpg) | [PayPal](https://paypal.me/mashirozx)
32 |
33 | ### 需要服务器吗?
34 | [](https://www.vultr.com/?ref=7674346)
35 |
--------------------------------------------------------------------------------
/archive.php:
--------------------------------------------------------------------------------
1 |
11 |
12 |
13 |
14 |
15 |
17 |
18 |
19 |
29 |
30 |
31 |
45 |
46 |
47 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
61 |
62 |
63 |
64 |
6 |
7 |
8 |
; ?>)
9 |
10 |
14 |
15 |
52 |
53 |
54 |
55 |
67 |
68 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
82 |
83 |
84 |
85 | e){for(var r="",l=0,i=t.length;l | {6} | ',[v,g,m,j,p,l+1,t[l].length>0?t[l]:" "]);return h('',[f,r])}return n}function s(n){var e=n.childNodes;for(var t in e)if(e.hasOwnProperty(t)){var r=e[t];d(r.textContent)>0&&(r.childNodes.length>0?s(r):a(r.parentNode))}}function a(n){var e=n.className;if(/hljs-/.test(e)){for(var t=c(n.innerHTML),r=0,l="";r{1}\n',[e,t[r]]);n.innerHTML=l.trim()}}function c(n){return 0===n.length?[]:n.split(L)}function d(n){return(n.trim().match(L)||[]).length}function u(e){n.setTimeout(e,0)}function h(n,e){return n.replace(/\{(\d+)\}/g,function(n,t){return e[t]?e[t]:n})}var f="hljs-ln",g="hljs-ln-line",p="hljs-ln-code",v="hljs-ln-numbers",m="hljs-ln-n",j="data-line-number",L=/\r\n|\r|\n/g;n.hljs?(n.hljs.initLineNumbersOnLoad=r,n.hljs.lineNumbersBlock=i,t()):n.console.error("highlight.js not detected!")}(window,document);
--------------------------------------------------------------------------------
/cdn/js/src/05.nprogress.min.js:
--------------------------------------------------------------------------------
1 | !function(n,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():n.NProgress=e()}(this,function(){function n(n,e,t){return e>n?e:n>t?t:n}function e(n){return 100*(-1+n)}function t(n,t,r){var i;return i="translate3d"===c.positionUsing?{transform:"translate3d("+e(n)+"%,0,0)"}:"translate"===c.positionUsing?{transform:"translate("+e(n)+"%,0)"}:{"margin-left":e(n)+"%"},i.transition="all "+t+"ms "+r,i}function r(n,e){var t="string"==typeof n?n:o(n);return t.indexOf(" "+e+" ")>=0}function i(n,e){var t=o(n),i=t+e;r(t,e)||(n.className=i.substring(1))}function s(n,e){var t,i=o(n);r(n,e)&&(t=i.replace(" "+e+" "," "),n.className=t.substring(1,t.length-1))}function o(n){return(" "+(n.className||"")+" ").replace(/\s+/gi," ")}function a(n){n&&n.parentNode&&n.parentNode.removeChild(n)}var u={};u.version="0.2.0";var c=u.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:''};u.configure=function(n){var e,t;for(e in n)t=n[e],void 0!==t&&n.hasOwnProperty(e)&&(c[e]=t);return this},u.status=null,u.set=function(e){var r=u.isStarted();e=n(e,c.minimum,1),u.status=1===e?null:e;var i=u.render(!r),s=i.querySelector(c.barSelector),o=c.speed,a=c.easing;return i.offsetWidth,l(function(n){""===c.positionUsing&&(c.positionUsing=u.getPositioningCSS()),f(s,t(e,o,a)),1===e?(f(i,{transition:"none",opacity:1}),i.offsetWidth,setTimeout(function(){f(i,{transition:"all "+o+"ms linear",opacity:0}),setTimeout(function(){u.remove(),n()},o)},o)):setTimeout(n,o)}),this},u.isStarted=function(){return"number"==typeof u.status},u.start=function(){u.status||u.set(0);var n=function(){setTimeout(function(){u.status&&(u.trickle(),n())},c.trickleSpeed)};return c.trickle&&n(),this},u.done=function(n){return n||u.status?u.inc(.3+.5*Math.random()).set(1):this},u.inc=function(e){var t=u.status;return t?("number"!=typeof e&&(e=(1-t)*n(Math.random()*t,.1,.95)),t=n(t+e,0,.994),u.set(t)):u.start()},u.trickle=function(){return u.inc(Math.random()*c.trickleRate)},function(){var n=0,e=0;u.promise=function(t){return t&&"resolved"!==t.state()?(0===e&&u.start(),n++,e++,t.always(function(){e--,0===e?(n=0,u.done()):u.set((n-e)/n)}),this):this}}(),u.render=function(n){if(u.isRendered())return document.getElementById("nprogress");i(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=c.template;var r,s=t.querySelector(c.barSelector),o=n?"-100":e(u.status||0),l=document.querySelector(c.parent);return f(s,{transition:"all 0 linear",transform:"translate3d("+o+"%,0,0)"}),c.showSpinner||(r=t.querySelector(c.spinnerSelector),r&&a(r)),l!=document.body&&i(l,"nprogress-custom-parent"),l.appendChild(t),t},u.remove=function(){s(document.documentElement,"nprogress-busy"),s(document.querySelector(c.parent),"nprogress-custom-parent");var n=document.getElementById("nprogress");n&&a(n)},u.isRendered=function(){return!!document.getElementById("nprogress")},u.getPositioningCSS=function(){var n=document.body.style,e="WebkitTransform"in n?"Webkit":"MozTransform"in n?"Moz":"msTransform"in n?"ms":"OTransform"in n?"O":"";return e+"Perspective"in n?"translate3d":e+"Transform"in n?"translate":"margin"};var l=function(){function n(){var t=e.shift();t&&t(n)}var e=[];return function(t){e.push(t),1==e.length&&n()}}(),f=function(){function n(n){return n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(n,e){return e.toUpperCase()})}function e(n){var e=document.body.style;if(n in e)return n;for(var t,r=i.length,s=n.charAt(0).toUpperCase()+n.slice(1);r--;)if(t=i[r]+s,t in e)return t;return n}function t(t){return t=n(t),s[t]||(s[t]=e(t))}function r(n,e,r){e=t(e),n.style[e]=r}var i=["Webkit","O","Moz","ms"],s={};return function(n,e){var t,i,s=arguments;if(2==s.length)for(t in e)i=e[t],void 0!==i&&e.hasOwnProperty(t)&&r(n,t,i);else r(n,s[1],s[2])}}();return u});
--------------------------------------------------------------------------------
/cdn/js/src/08.lazyload.min.js:
--------------------------------------------------------------------------------
1 | /*! Lazy Load 2.0.0-beta.2 - MIT license - Copyright 2007-2017 Mika Tuupola */
2 | !function(t,e){"object"==typeof exports?module.exports=e(t):"function"==typeof define&&define.amd?define([],e(t)):t.LazyLoad=e(t)}("undefined"!=typeof global?global:this.window||this.global,function(t){"use strict";function e(t,e){this.settings=r(s,e||{}),this.images=t||document.querySelectorAll(this.settings.selector),this.observer=null,this.init()}const s={src:"data-src",srcset:"data-srcset",selector:".lazyload"},r=function(){let t={},e=!1,s=0,o=arguments.length;"[object Boolean]"===Object.prototype.toString.call(arguments[0])&&(e=arguments[0],s++);for(;s>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P
15 |
16 |
17 |
18 |
112 |
113 |
--------------------------------------------------------------------------------
/footer.php:
--------------------------------------------------------------------------------
1 |
13 |
14 |
21 |
22 |
41 |
42 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |

59 |
60 |
61 |
64 |
65 | 2, 'theme_location' => 'primary', 'container' => false ) ); ?>
66 |
67 |
68 |
69 |
70 |
71 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
106 |
142 |
143 |
144 |
151 |
152 |
153 |
160 |
161 |
162 |
163 |
Comments |
28 |32 | 33 |
34 | 35 | 38 | 39 | 40 | 41 | 42 |Markdown Supported while Forbidden
64 | 65 | 66 |67 | ' . __("Click me OωO", "sakura")/*戳我试试 OωO*/ . ' 68 | ' . __("Woooooow ヾ(≧∇≦*)ゝ", "sakura")/*嘿嘿嘿 ヾ(≧∇≦*)ゝ*/ . ' 69 |
70 |