Questions tagged [expressionengine-stash]

Stash is an extension to the ExpressionEngine template language.

Stash is an extension to the ExpressionEngine template language and can be found on GitHub.

4 questions
6
votes
2 answers

Stash : Conditional Content

First off, a caveat ... I am brand new to Stash. I've heard a lot about it but this is my first time actually playing with it. I get the concept, but am having a hard time figuring this one thing out. I have a main "wrapper" file and everything…
Jacob Graf
  • 323
  • 1
  • 9
4
votes
3 answers

Working with Stash, Context and Categories in ExpressionEngine

I'm hoping there is a way to use Stash Context with Categories, for example, like so: {exp:channel:entries channel="channel-name" dynamic="no" disable="member_data|pagination"} {exp:stash:append_list name='list' parse_tags="yes" save="yes"…
Natetronn
  • 466
  • 3
  • 12
3
votes
3 answers

What will be the URLs of my expressionengine site, when using stash

I´m trying to understand how the use of the stash plugin will affect the URls of my site. The traditional way: I have a template group called site. Within the TG site I have the templates articles, about_us, etc. The URl will for a single entry be…
awa
  • 171
  • 1
0
votes
1 answer

How to handle Comments with Stash in ExpressionEngine?

What's the best way (DRY) to get the comments of the current entry with stash? So far I used a embed-template to present all comments and the comment-form. But this does not work within stash — and isn't there a smarter way than a embeded…
albuvee
  • 2,744
  • 6
  • 28
  • 38