Commit graph

55 commits

Author SHA1 Message Date
danpros
06140ec58c Improve the TOC
Even in posts collections page, create the TOC as long as its in full post mode.
2024-02-21 11:21:26 +07:00
danpros
6c8c1271c2 Add TOC
Allow to add TOC using shortcode (<!--toc-->). TOC add button in text editor.
2024-02-20 22:47:45 +07:00
danpros
5adfd66d50 Include functions.php
If there is functions.php inside themes root, include it.
2024-01-24 11:22:54 +07:00
danpros
bb83ba8be5 Update themes 2024-01-10 17:21:40 +07:00
danpros
cc6a797629 Update themes 2024-01-10 17:13:04 +07:00
danpros
53dde169d8 Compatibility with old theme
Reverting it for compatibility with old theme.
2024-01-06 11:13:27 +07:00
danpros
b0960c6871 Cleanup themes 2024-01-03 12:09:03 +07:00
danpros
317348bbd9 Update files 2023-12-10 14:40:17 +07:00
danpros
fd72fd5e4c Update themes 2023-12-10 11:04:46 +07:00
danpros
e2c495204a Translate theme 2023-12-04 11:13:13 +07:00
danpros
3b9866e8f5 Update themes 2021-04-22 12:09:09 +07:00
danpros
96af6de09e Change the copyright to span 2021-04-22 09:04:46 +07:00
danpros
1848c024cd Add html lang 2021-03-31 22:05:17 +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
2460e5c6c1 Silence is golden 2021-03-05 10:28:00 +07:00
danpros
7f85f7d6a2 Add edit link 2021-03-05 08:31:24 +07:00
danpros
15a61242e4 Use the old style tag cloud 2021-03-04 23:20:33 +07:00
danpros
24ba3fc8ce Add the social link to config 2021-02-21 18:19:44 +07:00
danpros
8dceae2b96 Update themes 2021-02-21 09:51:23 +07:00
danpros
ec1cf1d303 CVE-2019-8349 XSS vulnerabilities fix 2020-05-06 13:06:59 +07:00
danpros
fb6fac0af1 Clean up the themes 2020-05-06 10:16:33 +07:00
Ralf (infinity)
4fde479aba Adding language support - currently only English and German
system/htmly.php
- Loads language files from folder lang/
- Sets language settings for date and time format
system/includes/dispatch.php
- function i18n() returns translated strings
2017-04-23 17:26:54 +02:00
Danang Probo Sayekti
8af0ef159f Maintenance & Bugs fixes
Glob() is expensive so cache the category files.
2016-01-09 12:30:23 +07:00
Danang Probo Sayekti
a273a4faf7 Happy New Year!
The ported version of Twenty Fifteen and Twenty Sixteen include with the
package. Maintenance and bugs fixes.
2016-01-01 22:10:52 +07:00
Danang Probo Sayekti
96a250274e Improving template engine
Improving template engine for more flexible theming. Add
cache.expiration.
2015-12-21 18:42:49 +07:00
Danang Probo Sayekti
65475451a5 Update themes 2015-12-01 20:53:28 +07:00
Danang Probo Sayekti
5f271a2370 Update 2015-11-23 18:54:56 +07:00
Danang Probo Sayekti
aa7a456ae7 Improve pagination 2015-11-23 13:42:19 +07:00
Danang Probo Sayekti
0a2a375953 Update styles 2015-11-23 11:48:36 +07:00
Danang Probo Sayekti
eb8e0ac503 Static frontpage and improvements
Add new config: static.frontpage = "true" to enable the static
frontpage.
2015-11-14 10:10:34 +07:00
Danang Probo Sayekti
0df2146ce1 Fix bugs 2015-08-29 10:47:48 +07:00
Danang Probo Sayekti
9dd9f87cf5 Improve search page + 404 2015-08-27 14:50:35 +07:00
Danang Probo Sayekti
38faebe6d6 Improve theme 2015-08-27 11:02:57 +07:00
Danang Probo Sayekti
1265580b24 Revert htaccess 2015-08-26 22:50:42 +07:00
Danang Probo Sayekti
bbd0357978 Update style 2015-08-26 21:36:54 +07:00
Danang Probo Sayekti
a4b6fe18db Add category
Add category feature to the core.
2015-08-26 10:44:25 +07:00
Andreas
80afb162d9 Robots.txt update + new htaccess for cache folder.
Updated robots.txt + new htaccess files.

I made the following changes for the robots.txt and .htaccess files.

# robots.txt updated
- Allow theme assets (CSS, JS, Images, Fonts) for SEO
- Allow folder with uploaded images (/content/images)

# .httaccess files added
- /content - Deny all
- /content/images - Allow only jpg|png|gif
- /cache - Deny all
- /system - Deny all
- /system/admin/editor - Allow all
- /system/resources - Allow all
- /themes - Deny all
- /themes/blog/css - Allow all
- /themes/blog/fonts - Allow all
- /themes/blog/images - Allow all
- /themes/blog/js - Allow all
- /themes/clean/css - Allow all
- /themes/default/css  - Allow all
- /themes\default\img - Allow all
- /themes\logs\css - Allow all
2015-08-24 16:02:46 +02:00
Andreas
41ae84a129 404 pages rendreed within layout
Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).

With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.

All Themes are already updated with the above changes.
2015-08-24 12:44:28 +02:00
Danang Probo Sayekti
ccd912b667 Change installed version 2015-08-14 09:32:30 +07:00
Danang Probo Sayekti
0b100044b4 Multi languange tags and search fixes 2015-08-06 15:50:58 +07:00
Danang Probo Sayekti
96ce3816ee Add blog Url 2015-07-31 22:34:43 +07:00
Danang Probo Sayekti
d32bfd73ab Styling 2015-07-30 14:26:19 +07:00
Danang Probo Sayekti
0d139d9401 Cleaning Up 2015-07-30 12:53:43 +07:00
Danang Probo Sayekti
3aed148d5c Improve style 2015-07-30 11:57:38 +07:00
Danang Probo Sayekti
14df75d6e4 Styling the blog theme 2015-07-30 11:13:00 +07:00
Danang Probo Sayekti
7c28567d1c Popular Posts Widget
Adding popular posts widget.
2015-07-30 07:50:46 +07:00
Danang Probo Sayekti
da14246cee Update blog theme 2015-07-26 20:27:04 +07:00
Danang Probo Sayekti
cb433acfc9 Update blog theme 2015-07-26 19:18:18 +07:00
Danang Probo Sayekti
62b01894d8 Update blog theme 2015-07-26 19:11:26 +07:00
Danang Probo Sayekti
2331afae4a Update layout.html.php 2015-07-26 13:26:10 +07:00