danpros
1805312500
Update functions.php
2024-06-30 08:42:32 +07:00
danpros
852ba14d02
Thumbnail
2024-06-28 14:31:22 +07:00
danpros
2d8d41973b
Update functions.php
2024-06-23 04:28:56 +07:00
danpros
0e67b878ac
Improve post query for custom widget
...
`recent_type` get latest posts by type, category, author (cached). `recent_tag` sorting post by tag (cached). Useful for magazine like layout, different column for different category etc.
2024-06-13 09:55:09 +07:00
danpros
08ea4e032d
Update functions.php
2024-06-03 08:03:52 +07:00
danpros
5226e9c01c
Update version + cleaning up
2024-06-02 19:08:31 +07:00
danpros
e3e8ecba72
Update functions.php
2024-05-30 11:52:46 +07:00
danpros
30cfb03097
Update functions.php
2024-05-29 07:46:13 +07:00
danpros
b361d7de2e
Improve sitemap performance
...
Remove the archive per day in sitemap.archive.xml. With AI, blog with 10K posts is not rare in the near future.
2024-05-28 11:48:03 +07:00
danpros
4a78e486f2
Sitemap performance for lot of posts.
...
sitemap.post.xml become sitemap index. Contains sitemap.post.1.xml etc. (per sitemap 500 URLs). To disable specific sitemap use -1 as value.
2024-05-27 20:54:14 +07:00
danpros
505975e565
Improve MFA integration
...
Cleanup the code. Add password validation and error messages.
2024-05-24 10:12:33 +07:00
KuJoe
a35e503fbf
Added option to hide HTMLy version publicly and added version to admin layout
...
A configuration setting has been added to allow users to hide the version of HTMLy from the source code publicly as a security precaution. The version has been added to the admin layout for easier visibility for admins.
2024-05-22 10:16:25 -04:00
KuJoe
46be29978d
Added Cloudflare Turnstile as alternative to Google reCAPTCHA
...
Added the option to select Cloudflare's Turnstile instead of Google's reCAPTCHA for the login page due to it's less intrusive usage and better accessibility options.
2024-05-20 20:19:32 -04:00
danpros
6d6a735bc1
Update functions.php
...
Bootstrap menu class for auto generated menu
2024-04-29 08:17:41 +07:00
danpros
378c419426
Update functions.php
2024-04-28 23:30:54 +07:00
danpros
32659cd9e9
Allow avatar for users
2024-04-28 11:11:50 +07:00
danpros
7f713d32c7
Update functions.php
2024-03-31 15:58:16 +07:00
danpros
cb39378b5a
Meta description for profile page
2024-03-31 14:32:30 +07:00
danpros
0167cdf4b5
Update functions.php
2024-03-31 12:16:56 +07:00
danpros
7ff6152ab5
Fix lang
2024-03-31 12:03:47 +07:00
danpros
337b45acbb
Update functions.php
2024-03-14 22:30:23 +07:00
danpros
73eca4eed6
Replace favicon
2024-03-14 12:27:14 +07:00
danpros
bb5916e9bc
Favicon image setting
2024-03-14 06:38:15 +07:00
danpros
c445c6c162
Update functions.php
2024-03-14 01:23:26 +07:00
danpros
4e81311cc2
Update functions.php
2024-03-13 23:33:45 +07:00
danpros
59645f6b06
Add title formats settings
2024-03-13 22:55:24 +07:00
danpros
05d31496f7
Update functions.php
2024-03-13 20:30:38 +07:00
danpros
c26c33095e
Update functions.php
2024-03-13 19:30:47 +07:00
danpros
9c5b7a757a
Add Open Graph and Twitter card
...
Add Open Graph and Twitter card. Prepare to allow changing the Title using shortcode
2024-03-13 19:03:38 +07:00
danpros
8d58741b88
Rename to scan_images()
...
Rename for more meaningful
2024-03-03 18:33:33 +07:00
danpros
97a105e378
Update functions.php
2024-03-03 09:06:59 +07:00
danpros
eb82a77e17
Add rel nofollow to social links
2024-03-03 08:24:41 +07:00
danpros
dd0e16acf3
Cleaning up
2024-03-03 07:59:29 +07:00
danpros
0fba77f175
Add setting and performance tweak
...
Add config on how the teaser behave. Saving the IOPS
2024-03-02 20:07:37 +07:00
danpros
95f7afe950
Teaser break handling. See #693
2024-03-02 10:42:44 +07:00
danpros
3125dc0703
Update functions.php
2024-03-02 09:29:54 +07:00
danpros
5464f2c1f8
Cleaning up
2024-03-02 08:42:31 +07:00
danpros
cbbc8dd6c5
Update functions.php
2024-02-27 19:19:35 +07:00
danpros
18a6bc5cde
Move function & fix string
2024-02-27 10:56:38 +07:00
danpros
81bf71c872
Fix strings
2024-02-26 15:38:35 +07:00
danpros
04d306acb0
Add social logos
...
Add social logos and new social links.
2024-02-26 15:33:20 +07:00
danpros
034c541550
Missing single <p> for valid html
2024-02-25 12:13:38 +07:00
danpros
849249302b
Allow automatic TOC
...
If enabled, it will automatically add the TOC to post, page/subpage. It will check the shortcode first before add it.
2024-02-25 11:14:19 +07:00
danpros
dfe7c57da3
Save processing power
2024-02-24 10:02:52 +07:00
danpros
0a255c4dc2
Update functions.php
2024-02-23 22:52:16 +07:00
danpros
38c5616a18
Cleaning up TOC
2024-02-23 20:31:29 +07:00
danpros
036f4ba5f0
Update functions.php
2024-02-23 10:02:35 +07:00
danpros
ce23850edd
Update functions.php
2024-02-22 19:43:53 +07:00
danpros
a8e3c0e670
TOC styling
...
Create default TOC style with options to use the theme css
2024-02-22 18:46:35 +07:00
danpros
4899d2b71f
Cleanup TOC
2024-02-22 08:03:58 +07:00