Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ton Haarmans Regular
@TonHaarmans · Joined 6 years ago · 108 posts · 31 topics · 4 reputation
Badges
Recent posts
-
Tag cloud can work for multiple blogs in one site?
· 5 years ago
Hi, I am making a site for my daughter. She has two kinds of blog on her site. How can the tag cloud work for both blogs? Site: http://asha.wideopenwindows.be/blog http://asha.wideopenwindows.be/reisv
-
Dutch manual for site owners with no knowledge of code
· 5 years ago
Thanks. I used the Tablesorter plugin: https://github.com/Perlkonig/grav-plugin-tablesorter Works very well!
-
Dutch manual for site owners with no knowledge of code
· 5 years ago
I have made a manual in Dutch for site owners who have no knowledge of working with code, but just need to change and add pages to their site. http://grav.wideopenwindows.be
-
Set date format per language in blog post
· 5 years ago
Thanks a lot! It works!
-
Set date format per language in blog post
· 5 years ago
I tried this: {% if language.current == nl %} <span><i class="fa fa-clock-o"></i> {{ child.header.date|date('d') }} {{ 'GRAV.MONTHS_OF_THE_YEAR'|ta(child.header.date|date('n') - 1) }
-
Set date format per language in blog post
· 5 years ago
In the file blog_item.html.twig I have now this line: <span><i class="fa fa-clock-o"></i> {{ child.header.date|date('d') }} {{ 'GRAV.MONTHS_OF_THE_YEAR'|ta(child.header.date|date('n'
-
Remove item from multiple language blog
· 5 years ago
Yes, I'm sorry. I did now. Thanks for reminding.
-
Remove item from multiple language blog
· 5 years ago
Great! That did it!!! Thanks.
-
Remove item from multiple language blog
· 5 years ago
For a client I am making a blog in 2 languages (NL & EN). Some items are only in one of the languages and so should not appear on the blog page of the other language and not in the archive of that
-
Multiple languages in blog date
· 5 years ago
Great! Works like a charm!