You mean site description?
No, the site description is already shown automaticly.
I mean the Website Title. When there is no Logo uploaded to the header under the General Settings in the Theme-Editor, the Website Title is shown along with the description. As Soon as there is a Logo, the Title is replaced with the image and under it stays the description.
hope this is understandable, otherwise i will make a screenshot 🙂
Thanks
If you have some coding knowledge you can easily achieve that by overriding mk_navigation_sidebar with childtheme_override_mk_navigation_sidebar. just copy the content of the parent function into childtheme_override_mk_navigation_sidebar and add <?php bloginfo('name'); ?> above site-desc div.
hey,
thanks thats the direction i was looking for.
The rest should be no problem, thanks alot 🙂