matubike Posted March 9, 2014 Share Posted March 9, 2014 Hi, I am looking for way how to show div only on specific pages. I created div on my main page and everything is ok, but this div shows up in all pages such as order page etc. and i want to show this div only on main page. Thank you guys for ur time. Link to comment Share on other sites More sharing options...
dioniz Posted March 9, 2014 Share Posted March 9, 2014 (edited) Try this {if $page_name == 'index'} <div id="somediv"></div> {/if} Edited March 9, 2014 by dioniz (see edit history) 2 Link to comment Share on other sites More sharing options...
Recommended Posts