Hello Deuxter,
FlatPress is a single-user CMS ( wiki article ). The author of the post is the FlatPress admin. Although there have been attempts in the past to allow multiple authors (administrators), this has never been implemented. In addition, FlatPress lacks a content approval system; i.e., a ...
Search found 476 matches
- Sat Feb 28, 2026 1:56 pm
- Forum: General Support
- Topic: Keeping a site light while adding expert content
- Replies: 2
- Views: 134
- Tue Feb 24, 2026 10:18 pm
- Forum: General Support
- Topic: Is there any way to add entry by hand ?
- Replies: 6
- Views: 286
Re: Is there any way to add entry by hand ?
Hello 8x5ixa,
changed the theme back to RainBow and now everything works :shock:
It seems that the issue is not really related to the theme of the blog design, something seems to have happened when changing the theme next and back, or I don’t understand something :shock:
1. When changing the ...
changed the theme back to RainBow and now everything works :shock:
It seems that the issue is not really related to the theme of the blog design, something seems to have happened when changing the theme next and back, or I don’t understand something :shock:
1. When changing the ...
- Tue Feb 24, 2026 8:29 pm
- Forum: General Support
- Topic: Plugin to manage partner lists (comparative style)?
- Replies: 2
- Views: 77
Re: Plugin to manage partner lists (comparative style)?
Hello BlakeT,
No, there is currently no such plugin/widget available for FlatPress. One possible solution is the newsletter plugin , which allows you to manage subscribers in the admin area. The newsletter plugin has been part of the standard distribution since FlatPress 1.4. With a little skill ...
No, there is currently no such plugin/widget available for FlatPress. One possible solution is the newsletter plugin , which allows you to manage subscribers in the admin area. The newsletter plugin has been part of the standard distribution since FlatPress 1.4. With a little skill ...
- Mon Feb 23, 2026 9:18 pm
- Forum: General Support
- Topic: Is there any way to add entry by hand ?
- Replies: 6
- Views: 286
Re: Is there any way to add entry by hand ?
Hello 8x5ixa,
Welcome to the FlatPress forum. I assume you want to enable import from another CMS? You may have done everything correctly so far. If your entry file entryYYMMDD-HHMMSS.txt is structured as shown here .
The file and directory structure must be as follows:
Screenshot 2026-02-23 ...
Welcome to the FlatPress forum. I assume you want to enable import from another CMS? You may have done everything correctly so far. If your entry file entryYYMMDD-HHMMSS.txt is structured as shown here .
The file and directory structure must be as follows:
Screenshot 2026-02-23 ...
- Thu Feb 19, 2026 1:30 am
- Forum: Theme support
- Topic: Admin tab menu CSS question
- Replies: 1
- Views: 100
Re: Admin tab menu CSS question
The AI is too stupid for that. I have tested several LLM's.
- What you can try is to upload a very reduced repo. (No setup, just two language packs, minimalist plugin configuration, and a theme with one style (preferably Leggero v2).
- Then instruct the LM to test a container and create a working ...
- What you can try is to upload a very reduced repo. (No setup, just two language packs, minimalist plugin configuration, and a theme with one style (preferably Leggero v2).
- Then instruct the LM to test a container and create a working ...
- Wed Feb 18, 2026 8:42 pm
- Forum: Theme support
- Topic: Error 500: Switch back to the default theme by editing the configuration
- Replies: 1
- Views: 124
Error 500: Switch back to the default theme by editing the configuration
After switching to a different theme, error 500 is displayed in the browser and you can no longer access the admin area? Here you will find instructions on how to switch back to the default theme by editing the configuration.
- Thu Feb 12, 2026 9:16 am
- Forum: General Support
- Topic: Plugins-List – Link Colors
- Replies: 2
- Views: 190
Re: Plugins-List – Link Colors
Hello Rainer,
That's difficult to say, as you haven't revealed which theme/style you are using.
With a bit of luck, you could find it by searching the CSS for a link , a link:hover , and a visited .
In the wiki, links are red if there is no page for the plugin or if the link is incorrect.
Best ...
That's difficult to say, as you haven't revealed which theme/style you are using.
With a bit of luck, you could find it by searching the CSS for a link , a link:hover , and a visited .
In the wiki, links are red if there is no page for the plugin or if the link is incorrect.
Best ...
- Mon Feb 09, 2026 7:20 pm
- Forum: General Support
- Topic: Ever Used Keywords?
- Replies: 1
- Views: 108
Re: Ever Used Keywords?
Hello Rainer,
Take a look in the directory fp-content/content/seometa/entries/
And there in the respective *.ini file. However, there is no wrapper that searches all ini files for
The easiest way to do this would be with grep on Linux.
Best regards,
Frank
Take a look in the directory fp-content/content/seometa/entries/
And there in the respective *.ini file. However, there is no wrapper that searches all ini files for
Code: Select all
[meta]
description=
keywords=.Best regards,
Frank
- Wed Feb 04, 2026 11:36 pm
- Forum: General Support
- Topic: Encoding of "|" to "|"?
- Replies: 5
- Views: 241
Re: Encoding of "|" to "|"?
Fixed with commit 12727b6RainerBielefeld wrote: Tue Feb 03, 2026 8:32 pm ...
And we have an additional Encoding Problem in gallerycaptions plugin,
...
Thank you very much and best regards,
Frank
- Wed Feb 04, 2026 9:11 pm
- Forum: General Support
- Topic: Encoding of "|" to "|"?
- Replies: 5
- Views: 241
Re: Encoding of "|" to "|"?
Hello Rainer,
You were close, but still just off the mark.
The Parsedown plugin has no effect on #content <textarea> .
From now on, we will be using the old function fmt_unescape_separator() from the file fp-includes/core/core.wp-formatting.php ; only in the right place ( #803 ). However, we ...
You were close, but still just off the mark.
The Parsedown plugin has no effect on #content <textarea> .
From now on, we will be using the old function fmt_unescape_separator() from the file fp-includes/core/core.wp-formatting.php ; only in the right place ( #803 ). However, we ...