Clean Blog
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
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
- 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
in the index.php page of the theme. You would probably need some CSS tuning!
The plugins you mention are called by the siteSidebar hook. My suggestion would be that you add
Code: Select all
<?php Theme::plugins('siteSidebar') ?>