Advertisement
garabedium

Untitled

Dec 22nd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {exp:channel:entries channel="some-channel" limit="1" status="open|featured" show_future_entries="yes" show_expired="yes" disable="pagination|trackbacks|member_data"}
  2.  
  3. {!-- Step 1- Set Stash Var --}
  4. <a href="{location-map}{exp:stash:set name="map-url"}somelink.com/?q={some-var},{other-var}{/exp:stash:set}{/location-map}">{location}</a>
  5.  
  6. {!-- 2 - Get Stash Var --}
  7. <a href="{exp:stash:get name="map-url"}">View on Google Maps</a>
  8.  
  9. {/exp:channel:entries}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement