Hi all,
How can I create a URL structure like the following below?
http://www.mysite.com/art/john/prints
http://www.mysite.com/art/john/canvas
This is the code I have in my “art” template group and the “prints” and “canvas” segments work but when I remove them and only call “john” I get “front page” and another weblog entry and but not john’s entry?!
{exp:weblog:entries limit="1"}
{if segment_2 == ""}Front page{/if}
{if segment_3 == ""}{title} - Bio{/if}
{if segment_3 == "prints"}{title} - Prints information here{/if}
{if segment_3 == "canvas"}{title} - Canvas information here{/if}
{/exp:weblog:entries}Does that make any sense? I know the code is not finished but I just can’t see what I am missing…
Thanks in advance to anyone able to help me!
Tony