NiceThemesAdding a Logo & Text to Header – NiceThemes http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/feed Tue, 22 Apr 2025 01:15:36 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4384 <![CDATA[Adding a Logo & Text to Header]]> http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4384 Sat, 19 Jul 2014 18:25:38 +0000 kswaney Hi There,

I have uploaded my custom logo and its all working well. What I’d like to do is add some text inside the H1 so that both the logo image and text are displayed on desktop mode (and I’ll use CSS to hide it on iphones etc).

I’ve looked through the php and am having trouble understanding where to place the code. What i’d like to have is some text that is wrapped in a class, inserted in between the php added H1 tags. Hopefully that makes sense.

Is that possible? Where do I insert the extra html?

Thanks!
Kate

]]>
http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4385 <![CDATA[Reply To: Adding a Logo & Text to Header]]> http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4385 Sat, 19 Jul 2014 18:40:53 +0000 Juanfra Aldasoro Hi Kate,

I hope you’re doing well today and thanks for writing.

The logo is displayed with a function that is filterable. The name of the function is nice_logo and it is within the Theme Framework.

What you can do, is add some php function in your functions.php file in order to alter the default args and set some text for the ‘after_title’ parameter.

I’ve set an example for you, you can find it here: https://gist.github.com/juanfra/2b01d8cf5762827ab66f

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4386 <![CDATA[Reply To: Adding a Logo & Text to Header]]> http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4386 Sat, 19 Jul 2014 19:58:45 +0000 kswaney Wow!
Thanks so much for the fast reply! I’m not very good at php and you totally made it easy for me to do.

]]>
http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4387 <![CDATA[Reply To: Adding a Logo & Text to Header]]> http://nicethemeswp.com/forums/topic/adding-a-logo-text-to-header/#post-4387 Sat, 19 Jul 2014 21:21:43 +0000 Juanfra Aldasoro Awesome 🙂

I’m happy to help.

Have a nice day,
Juan.

]]>