Created
November 9, 2009 22:05
-
-
Save cowboy/230314 to your computer and use it in GitHub Desktop.
some problematic movable type template code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mt:SetVarBlock name="current_page_body"> | |
<mt:Unless name="current_page_category_is_date"> | |
<mt:SetVar name="_sort_by" value="title"> | |
<mt:SetVar name="_sort_order" value="ascend"> | |
</mt:Unless> | |
<mt:Entries tags="NOT (@hidden OR @nonav)" lastn="$int_category_recent_entries_count" sort_by="$_sort_by" sort_order="$_sort_order"> | |
<mt:Var name="entry_summary"> | |
<mt:Var name="hr"> | |
</mt:Entries> | |
<mt:SetVarBlock name="more_recent_entries"> | |
<mt:Var name="category_entries_list" _lastn="$int_category_more_recent_entries_count" _unique="1" _class="entries"> | |
</mt:SetVarBlock> | |
<mt:If name="more_recent_entries" like="/\S/"> | |
<mt:Var name="str_more_recent_entries"> | |
<mt:Var name="more_recent_entries"> | |
</mt:If> | |
</mt:SetVarBlock> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment