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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Issue with theme inheritance · 11 years ago

    I'm having some issues with theme inheritance. I've used it fine before with the Twenty theme, but on this site with Alpha all the pages look like the CSS is missing. I created a folder in themes call

  • Link blog image to page URL in Antimatter Blog Theme · 11 years ago

    Ahhh.....thanks for that rhukster. Have made this edit.

  • Link blog image to page URL in Antimatter Blog Theme · 11 years ago

    You need to put your last </a> below the {% endif %} or you will have issues when using big_header. This is because you have the opening tag above the if statement, so the closing tag should be

  • Link blog image to page URL in Antimatter Blog Theme · 11 years ago

    Hi Guys, I know it's mostly developer types in here but thought this might be useful to someone who's not a coder (kind of like me :-). I'm using the Antimatter theme and wanted to link the blog imag

  • Documentation of Find - Help Building a Recipe · 11 years ago

    Ah I see I have something similar on my site but not exactly what you want. Perhaps the below piece of code could be usefull for you? I basically needed to output all child folders onto a page and dis

  • Documentation of Find - Help Building a Recipe · 11 years ago

    Thanks for the reply. Yes, I understand that. I was asking how I could use the collection mechanism to collect up all the files with a particular header. Thanks!

  • Documentation of Find - Help Building a Recipe · 11 years ago

    Hi Within your MD file you usually have the page title as the first thing at the top so something like title: Your Page Title Within your twig file you can do {{ page.header.title }} and it outputs th

  • Documentation of Find - Help Building a Recipe · 11 years ago

    Thank you. How, exactly, do you make a page.collection on page headers? There is no specific example of this on the link you pointed at. In general, all of these seem to rely on inserted data into the

  • Documentation of Find - Help Building a Recipe · 11 years ago

    What you might want to do is look at the related-pages plugin. This basically does some logic and uses dynamically assigned taxonomy to associate related pages. This is one approach. Another option

  • Documentation of Find - Help Building a Recipe · 11 years ago

    To clarify: traverse all children beneath a specified route (e.g., /). collect all children in an array/collection sort the array by date take the top nth children and make a "what's new" list on the