Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: label, number of posts, Simple Grid
Hello!
How can I change number of posts for label on the page?
Now I have 20 posts (updated-max=2016-05-22T04:50:00-07:00&<strong>max-results=20&start=20&</strong>by-date=false)
. I want to have 12 posts.
In code HTML is not usual: (usually we have, for example: expr:href='data:label.url + "?max-results=6"'
)
In Simple Grid we have: a expr:href='data:label.url + "?&<strong>max-results=6"</strong>' itemprop='url'><span itemprop='title'><data:label.name/></span></a></span><b:if cond='data:label.isLast != "true"'>
What should I change to have 12 posts on the page for label? not 20.