Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin Panel: other way to choose parent?
· 10 years ago
Sounds like a good idea. Please add a request here: https://github.com/getgrav/grav-plugin-admin/issues
-
Admin Panel: other way to choose parent?
· 10 years ago
hum, another approach that should be realizeable without much effort. in the options pane of the page editor, create a "can be parent" (yes/no) option. filter the dropdown for parent pages on this op
-
Admin Panel: other way to choose parent?
· 10 years ago
Hey guys! When creating a new page, it is possible to choose a parent page from a dropdown list. So, is there any other "client-friendly" way to do this? My client has a page hierarchy of up to 7 subl
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
Now i got the solution here we can set {% set i = 1 %} {% for ps in taxonomy.findTaxonomy({'Post Type':'blog'})|slice(0, 10) %} <h2><a href="{{ps.url}}">{{ps.title}}</a></h2> {
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
if we want to be write some thing like above any idea how to set it when we set i++ it giving error
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
Have a look at the loop variable if you would prefer to add something via Twig/HTML: http://twig.sensiolabs.org/doc/tags/for.html#the-loop-variable
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
can you please give me soluation how we set
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
no i just want to be from it any idea?&quest; how we set
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
Why not just add the seperator via CSS? You can use nth-child selector without any extra HTML.
-
Add separator div tag after each 2 column inside custom loop
· 10 years ago
we just try to add a separator after each 2column inside loop we when we write code like below we getting error {% set i=2 %} {% for ps in taxonomy.findTaxonomy({'Post Type':[page.title]}) %} statemen