Commit graph

261 commits

Author SHA1 Message Date
danpros
96af6de09e Change the copyright to span 2021-04-22 09:04:46 +07:00
danpros
80c29b306e Update functions.php 2021-04-21 20:38:28 +07:00
danpros
80eacfe356 Author page simplicity 2021-04-21 20:20:31 +07:00
danpros
261299a7f6 Include author info in each post 2021-04-20 22:15:20 +07:00
danpros
e931413d2d Add read time 2021-04-18 11:07:44 +07:00
danpros
db0e7884c6 Update functions.php 2021-04-16 15:25:21 +07:00
danpros
e7848acf6f Redir the frontpage to home 2021-04-15 12:11:23 +07:00
danpros
0bc0931eff Improve set cookie params
Add conditional statement. Before PHP 7.3 it only receive string
2021-04-15 12:05:45 +07:00
ProjectPatatoe
496995159f set samesite cookie attribute to strict 2021-04-14 14:25:07 -07:00
ProjectPatatoe
7e709addb5 no cookie for just reading 2021-04-14 14:25:07 -07:00
danpros
55286443e6 Fix formatting 2021-04-01 07:21:39 +07:00
danpros
697cfdfa11 Update functions.php 2021-03-30 20:54:24 +07:00
danpros
13d7b45ee7 Update functions.php 2021-03-30 16:37:17 +07:00
danpros
e06296cc61 More precise page generation time 2021-03-27 11:37:22 +07:00
danpros
84f4e565e6 Improve featured video
The `$p->video` should return the video link only, to get the video ID we can use get_video_id(); and call it from the theme.
2021-03-26 09:07:27 +07:00
danpros
3dd6c364e5 Update functions.php 2021-03-10 09:33:35 +07:00
danpros
f6c5655e92 Image upload fix 2021-03-06 22:00:47 +07:00
danpros
f098d189c4 Add bootstrap class to pagination 2021-03-06 08:36:49 +07:00
danpros
d6d34f142d Add bootstrap class to the menu 2021-03-05 22:45:32 +07:00
danpros
2460e5c6c1 Silence is golden 2021-03-05 10:28:00 +07:00
danpros
15a61242e4 Use the old style tag cloud 2021-03-04 23:20:33 +07:00
danpros
f209c6aba6 Update dispatch.php 2021-03-04 21:38:51 +07:00
danpros
eb3ea00382 Update functions.php 2021-02-22 11:59:47 +07:00
danpros
f51e1c1f06 Update functions.php 2021-02-21 21:18:21 +07:00
danpros
665ad9aa83 Make sure to return htmlspecialchars 2021-02-21 12:15:47 +07:00
danpros
2a64d44302 Config page revamp 2021-02-21 09:40:13 +07:00
danpros
8990c67f96 Updating panel 2021-02-20 07:59:51 +07:00
danpros
22edd1569c Update functions.php 2021-02-19 15:40:40 +07:00
danpros
8b231200c0 Update functions.php 2021-02-19 15:28:41 +07:00
danpros
5c5b94e83a Always add slash 2021-02-19 15:03:50 +07:00
danpros
82a5cce7a4 Update functions.php 2021-02-19 09:21:38 +07:00
danpros
6a3c968c34 Fix RSS feed category 2021-02-18 23:28:44 +07:00
danpros
495c7ad9c8 Custom 404 layout possibility 2021-02-18 22:27:53 +07:00
danpros
1c16023e42 Menu custom class fix 2021-02-18 22:03:36 +07:00
danpros
e2192f774d Cleaning up 2021-02-18 20:18:06 +07:00
danpros
d1f7d279bd Admin panel revamp and simple menu builder 2021-02-18 14:08:51 +07:00
danpros
317c0e0ac6 Translation not available 2021-01-22 13:33:08 +07:00
danpros
0f28fe7343 Simplify the language
For better flexibility
2021-01-21 17:42:57 +07:00
Dan
7cb39f662f
PHP 8 support
Simple fix to support PHP 8.
2021-01-15 09:04:54 +07:00
sean1138
8401a6149c tweak toolbar selected style, use classes more like original project instead of IDs on the toolbar LIs 2021-01-13 07:02:17 -05:00
sean1138
d7c16c957b oops again 2021-01-12 17:27:55 -05:00
sean1138
238f27e9d8 oops 2021-01-12 17:24:00 -05:00
sean1138
32807b09f7 add basic selected styles for toolbar links 2021-01-12 17:16:51 -05:00
Dan
152b5990bb
Merge pull request #430 from bluebirch/fix_find_post
Fix find_post bug by @bluebirch
2021-01-03 20:23:00 +07:00
Stefan Björk
f5436d446c If there was two blog entries with the same permalink but different dates, find_post always returned the latest one and ignored year/month. Fixed by checking that $year is actually set to NULL, which is the case if you use the post/title permalink type. 2021-01-02 16:48:56 +01:00
Stefan Björk
1d7879986a Translation fix of twentyfifteen theme. 2020-11-11 14:11:17 +01:00
Bensong Liu
eff6949ac5 bug fix: disqus always want absolute url, so a relative url in config.site.url breaks disqus. 2020-10-14 11:54:42 +08:00
Bensong Liu
2cea0ace73 bug fix: disqus always want absolute url, so a relative url in config.site.url breaks disqus. 2020-10-14 11:41:16 +08:00
Stefan Björk
2318ecfa48 Use strftime instead of date in format_date. 2020-05-06 16:30:24 +02:00
danpros
cf5ad2da16 Don't cache the 404 page 2020-05-06 14:42:51 +07:00