Changing menu in Flatpress: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
Created page with "== Menu item change == This is all done is file * /fp-content/content/static/menu.txt The original looks like this: <code> SUBJECT|Menu|CONTENT|[list] [*][url=?]Home[/url] [*][url=?paged=1]Blog[/url] [*][url=static.php?page=about]About[/url] [*][url=contact.php]Contact[/url] [/list]|DATE|1716425414|VERSION|fp-1.3.1|AUTHOR|FlatPress| </code> Category:Flatpress"
 
Qais (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


The original looks like this:
The original looks like this:
<code>
<syntaxhighlight lang="text" line>
SUBJECT|Menu|CONTENT|[list]
SUBJECT|Menu|CONTENT|[list]
[*][url=?]Home[/url]
[*][url=?]Home[/url]
Line 11: Line 11:
[*][url=contact.php]Contact[/url]
[*][url=contact.php]Contact[/url]
[/list]|DATE|1716425414|VERSION|fp-1.3.1|AUTHOR|FlatPress|
[/list]|DATE|1716425414|VERSION|fp-1.3.1|AUTHOR|FlatPress|
</code>
</syntaxhighlight>


[[Category:Flatpress]]
[[Category:Flatpress]]

Latest revision as of 12:54, 8 June 2024

Menu item change

This is all done is file

 * /fp-content/content/static/menu.txt

The original looks like this:

SUBJECT|Menu|CONTENT|[list]
[*][url=?]Home[/url]
[*][url=?paged=1]Blog[/url]
[*][url=static.php?page=about]About[/url]
[*][url=contact.php]Contact[/url]
[/list]|DATE|1716425414|VERSION|fp-1.3.1|AUTHOR|FlatPress|