Skip to content
Grav 2.0 is officially stable. Read the announcement →

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

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Migrating my Wordpress Site to Grav · 7 years ago

    This is a short presentation of my currently ongoing migration of my wordpress site: https://hoernerfranzracing.de to Grav CMS. the port can already be seen on http://demo.hoernerfranzracing.de/werner

  • Comments plugin without submit form · 7 years ago

    just to answer my own question 😉 - I solved the problem by using a modified item_cform.html.twig which would incorporate an also modified partials/blog_item_cform.html.twig, including the comments sub

  • Calndar like widget · 7 years ago

    @ghtmtt: have a look at https://fullcalendar.io - this is pure javascript and can easily be embedded in a grav page (I'm doing this for my own needs). Event data can be provided by customized function

  • Comments plugin without submit form · 7 years ago

    I'm currently trying to get the comments plugin to show comments on pages without the comment submit form. the reason is, I'm migrating an existing Wordpress blog to Grav, which is now mostly working,