Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Werner Joss Regular
@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation
Badges
Recent posts
-
How to create submenu in Grav?
· 7 years ago
maybe there is an option dropdown.enable or similar for that theme which you need to set to true ? take a look at the theme blueprint (should be photographer.yaml)
-
How to create submenu in Grav?
· 7 years ago
ok, a short look shows this theme does in fact support submenu(s) 😃 so I guess it sould just work if you create your pages / subpages correctly as described before...
-
Solved-How have the writer in blog
· 7 years ago
hm, not sure what you mean with 'show on the blog home the writer'. did you read the tutorial for creating a blog ?
-
How to create submenu in Grav?
· 7 years ago
this should be easy - just be sure to set the correct parent page for your submenu page(s) in the admin - advanced. Your theme should then automatically create the correct Menu structure (including su
-
Show sites (cards) filtered by categories/tags
· 7 years ago
make a new layout - e.g. important.html.twig, and filter that category in there like this: {% for post in taxonomy.findTaxonomy({'category':'important'}).order('date','desc') %} {{ post.date|date('d.m
-
Wordpress 2 Grav 2019
· 7 years ago
There are more than one methods to migrate from WP to Grav, but to my knowledge, none of them works 100% - so it depends a bit on your situation... for me, the most important step was to migrate my bl
-
Migration from Get_Simple_CMS to GRAV?
· 7 years ago
Hi Paulus, no problem, I just thought your initial post must be corrected 😄 - but my proposal might come out in a substantial amount of work, as the xml from a WP export does surely not match the xml
-
Migration from Get_Simple_CMS to GRAV?
· 7 years ago
You are wrong, get-simple does not use a database, it uses xml files - see the Docu. as such, there might be a chance to adapt one of the WP xml Import Plugins like Wordpress Import
-
Exact steps to include third-party code with composer and as a git subtree so GPM will be able to install it
· 7 years ago
ok, you're right, all the links in blueprints.yaml were 404's 🥴 fixed now, thanks for notification !
-
Exact steps to include third-party code with composer and as a git subtree so GPM will be able to install it
· 7 years ago
yes, you're right, you should manage 3rd party code via composer (if in packagist) or as a git subtree (I'm not familiar with that) but not a mix of both 😉 and, as said, you as a developer are respons