Clean Blog

Post Reply
gabbamat
Jr. Bludit
Posts: 1
Joined: Wed Mar 26, 2025 6:14 pm

Hallo!
My favorite Bludit Theme is Clean Blog. But I miss 2 features: search and tags.
My knowledge of php is non-existent so I can't add the functions myself.

Is there anyone who knows how to add the two features? I would be happy to receive suggestions.

Thanks a lot
Wolfgang
User avatar
zacharielle
Ssr. Bludit
Posts: 13
Joined: Sat Jan 07, 2023 7:51 am
Has thanked: 11 times
Been thanked: 10 times

Hallo Wolfgang!
The plugins you mention are called by the siteSidebar hook. My suggestion would be that you add

Code: Select all

<?php Theme::plugins('siteSidebar') ?>
in the index.php page of the theme. You would probably need some CSS tuning!
User avatar
Misteric
Ssr. Bludit
Posts: 17
Joined: Mon Aug 08, 2022 2:55 pm
Location: Brussels, Belgium
Has thanked: 14 times
Been thanked: 7 times

Hallo Wolfgang!,

Don't forget to download, activate and adjust the settings first for the plugins tags and search.

Just a reminder,


Misteric
Post Reply