Is it possible to replace the logo within the Choices theme with the name & tagline of the Wordpress blog (plain text)? It would be great if the framework would offer this option, but other suggestions are welcome.
Replace logo with name & tagline (text)
3 posts from 2 voices-
Posted 5 months ago #
-
In header.php replace following line:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png');with:
echo "<h2 class='logo bg-logo'><a href='".get_bloginfo('url')."'>".get_bloginfo('name')." | ".get_bloginfo('description')."</a></h2>";Posted 5 months ago # -
Thanks!
Posted 5 months ago #
Topic Closed
This topic has been closed to new replies.














