hello,
I have a little problem using this code on the index of a template group Blog in conjonction with the {paginate}:
{if segment_2 == ""}
{embed="blog/main"}
{if:else}
{embed="blog/post"}
{/if}If I however take the code in blog/main and paste it in the index of the template group Blog it works just fine.
Is there a way to get those two working together ?
I use this to get cleaner URLs. and be able to use the permalink with the number if you know what I mean instead of title_permalink.
Best regards