Page 1 of 1

Site Slogan

Posted: Thu Jun 28, 2018 8:03 am
by geonao
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

Re: Site Slogan

Posted: Thu Jun 28, 2018 11:44 pm
by Edi
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() ?>

Re: Site Slogan

Posted: Thu Jun 28, 2018 11:58 pm
by geonao
Got it. Thank you