Create home page in Textpattern: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Created page with "# Put this line in your Presentation -> Pages -> Default <nowiki><txp:article_custom id="1" form="default" status="sticky" /></nowiki> Category:Textpattern" |
No edit summary |
||
Line 1: | Line 1: | ||
# Put this line in your Presentation -> Pages -> Default | # Put this line in your Presentation -> Pages -> Default | ||
< | <syntaxhighlight lang="php" line> | ||
<txp:article_custom id="1" form="default" status="sticky" /> | |||
</syntaxhighlight> | |||
[[Category:Textpattern]] | [[Category:Textpattern]] |
Revision as of 16:21, 9 June 2024
- Put this line in your Presentation -> Pages -> Default
<txp:article_custom id="1" form="default" status="sticky" />