Search found 3116 matches

by Edi
Sat Apr 18, 2026 1:42 pm
Forum: Announcements
Topic: Bludit v3.20.0 is here
Replies: 4
Views: 160

Re: Bludit v3.20.0 is here

I didn't read the update instructions... I will have a look at them.
by Edi
Mon Apr 13, 2026 11:26 pm
Forum: General
Topic: Link a content to multiple categories
Replies: 4
Views: 345

Re: Link a content to multiple categories

randomuser wrote: Mon Apr 13, 2026 6:07 pm That's another idea, but AFAIK, it wouldn't (natively) allow being able to have a category/tag page showing all the articles belonging to this category/tag with tag system, no ?
Also a tag page shows all articles with the tag.
by Edi
Mon Apr 13, 2026 11:23 pm
Forum: Themes
Topic: Blog X theme, link not distinguishable
Replies: 3
Views: 135

Re: Blog X theme, link not distinguishable

I'm not shure if this is an error in the CSS file or intention.

Using the plugin HTML Code you can add the following to the field "Head" (for example for the standard link color):

<style>

a {
color: #0000ee;
}

</style>


In the same way you can add colors for


hovering links: a:hover ...
by Edi
Mon Apr 13, 2026 10:21 pm
Forum: Announcements
Topic: Bludit v3.20.0 is here
Replies: 4
Views: 160

Bludit v3.20.0 is here

Bludit v3.20.0 is here and can be downloaded from

https://www.bludit.com

The changelog can be found at

https://github.com/bludit/bludit/releases/tag/3.20.0
by Edi
Wed Apr 01, 2026 11:45 pm
Forum: General
Topic: Link a content to multiple categories
Replies: 4
Views: 345

Re: Link a content to multiple categories

Perhaps a plugin could be coded.

As a fix you can do it manually.

You can modify the file categories.php in the directory /bl-content/databases .

In the following example the content "kategorien" (slug of the content) is listed in the categories "music" and "videos".


<?php defined('BLUDIT ...
by Edi
Wed Apr 01, 2026 11:24 pm
Forum: General
Topic: Custom Fields Json Encoding error
Replies: 1
Views: 136

Re: Custom Fields Json Encoding error

What do you mean with sometimes? Can you perhaps give some more details.
by Edi
Thu Mar 26, 2026 7:42 pm
Forum: General
Topic: News about Bludit future ?
Replies: 7
Views: 399

Re: News about Bludit future ?

There will also be updates for v3 in the future.

The development of v4 is discontinued.

The best way to communicate is at the moment here or on Facebook.
by Edi
Mon Mar 16, 2026 10:26 pm
Forum: General
Topic: Too many search results
Replies: 2
Views: 274

Re: Too many search results

You can report the problem here:

https://github.com/bludit/bludit/issues
by Edi
Tue Feb 24, 2026 10:07 pm
Forum: Themes
Topic: New theme not appearing in Bludit control panel
Replies: 3
Views: 2908

Re: New theme not appearing in Bludit control panel

The file in the language directory should be en.json (instead of en.php).
by Edi
Mon Feb 16, 2026 5:51 pm
Forum: Themes
Topic: New theme not appearing in Bludit control panel
Replies: 3
Views: 2908

Re: New theme not appearing in Bludit control panel

You can send me the theme, and I will have a look at it.