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

Pedro M Regular

@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Make an authors list in Grav · 4 years ago

    Hello @lisekbox Thank you for your answer. In principle, the idea is to achieve what the Aurora Author plugin does, but integrated into the theme, without the need to install third-party plugins. Unf

  • Make an authors list in Grav · 4 years ago

    Hello How can I create a list of authors, with an avatar image and a small biography, to be used in any blog post, through a select field? What would be the best option, to use a user directory with F

  • Gantry 5 Helium, Multi-Language URL · 4 years ago

    Hello @Kaepsele. I am very happy to have helped you and that together we will make this forum a source of knowledge about Grav and everything that surrounds it (Gantry, Twig, Markdown, PHP, etc)

  • Gantry 5 Helium, Multi-Language URL · 4 years ago

    Have you tried to set the slug option in English page with "about_me" (without white spaces). Take a look again to demostration page.

  • Show Archives in different pages from Blog · 4 years ago

    Hi there. Is possible to show the Archives (with archives plugin) in a sidebar in a page different from Blog page?. Currently I have the homepage (modular page) with a sidebar content, in which I have

  • Gantry 5 Helium, Multi-Language URL · 4 years ago

    Take a look again to page. However, you should take a look at Grav's language help, and multilanguage. Also, you can take a look to Gantry multilingual configuration.

  • Gantry 5 Helium, Multi-Language URL · 4 years ago

    Hi @Kaepsele Take a look at this page. I have made a Spanish-English translation of the home page.

  • Gantry 5 Helium, Multi-Language URL · 4 years ago

    Hi @Kaepsele I guess you will have two pages in the folder 02.uebermich, one with .en.md extension and another (the one in German) with .md only. I don't use the slug option for this. You have to tra

  • Number of posts in Category · 4 years ago

    Thanks @Karmalakas. Your solution works fine as I expected.

  • Number of posts in Category · 4 years ago

    Hi @Karmalakas The line {% set catItemsCounts[cat] = ( catItemsCounts[cat] | default(0) ) + 1 %} shows the following error: Unexpected token "punctuation" of value "[" ("end of statement block" expec