Hi,all.
How are you doing to write ExpressionEngine Tags in your blog entry?
Today I wrote some sample code on my blog:
=========
BraBraBra….
You can use {if} method like this:
{if segment_2 == "category"}
BraBraBra….
=========
When I published this blog article, all contents after this article disappered!
I guess the reason is this tag is still alive…
{if segment_2 == "category"}
Then, how to KILL this tag? How to write sample ExpressionEngien tag code on my blog? Give me good idea!