Site Slogan

Post Reply
geonao
Jr. Bludit
Posts: 7
Joined: Thu Jun 28, 2018 7:33 am

Firstly, I want to say that "Bludit CMS" is a very nice flat file cms project. Thanks for sharing the code!

Now, where and what tag do I use to incorporate the Site Slogan? I

I use copy of the included BlogX theme, re-named it and adjusted the metadata.json to reflect the new name of theme to make edits and learn about the themes in general. Although I did place text in the Site Slogan label of the Admin Settings, I can't see Site Slogan anywhere on my website with this theme.

I'm total PHP, CSS, etc... noob, but I can handle the common sense tasks and basic edits within the CMS.

Thanx
I prefer FreeBSD :evil:
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

geonao wrote: Thu Jun 28, 2018 8:03 am Now, where and what tag do I use to incorporate the Site Slogan? I
The slogan can be shown with $site->slogan().

For example you can use:

Code: Select all

?php echo $site->slogan() ?>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
geonao
Jr. Bludit
Posts: 7
Joined: Thu Jun 28, 2018 7:33 am

Got it. Thank you
I prefer FreeBSD :evil:
Post Reply