Create home page in Textpattern: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
Created page with "# Put this line in your Presentation -> Pages -> Default <nowiki><txp:article_custom id="1" form="default" status="sticky" /></nowiki> Category:Textpattern"
 
Qais (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Put this line in your Presentation -> Pages -> Default
1. Put this line in your Presentation -> Pages -> Default
<nowiki><txp:article_custom id="1" form="default" status="sticky" /></nowiki>
<syntaxhighlight lang="php" line>
 
<txp:article_custom id="1" form="default" status="sticky" />
</syntaxhighlight>
2. Write your home page article with status sticky and custom1 as 1.
[[Category:Textpattern]]
[[Category:Textpattern]]

Latest revision as of 16:24, 9 June 2024

1. Put this line in your Presentation -> Pages -> Default

<txp:article_custom id="1" form="default" status="sticky" />

2. Write your home page article with status sticky and custom1 as 1.