Osclass forums
Support forums => Themes => Real Estate => Topic started by: close2u on November 26, 2013, 10:02:23 am
-
Hi!
i want to add a logo image right on the page title!!
I would appreciate any help..Thanks
-
@close2u
Only add following code wherever you need it:
<a id="logo" href="<?php echo osc_base_url() ; ?>"><?php echo logo_header(); ?></a>
-
big thanks ;D
-
@close2u
You are welcome, if you problem is solved, please add [Solved] to title of this thread ;)
-
not solved ???
the code is already there, but instead of text, I want both an image and text.
-
Maybe this is what your asking:
For JUST LOGO. insert:
<a id="logo" href="<?php echo osc_base_url() ; ?>"><?php echo logo_header(); ?></a>
For logo AND site name. Also Insert the following code:
<a id="logo" href="<?php echo osc_base_url() ; ?>"><?php echo osc_page_title() ; ?>
Place anyplace you want site name but best if placed directly under the logo code.
For best layout you will have to adjust the css file.
Tom
-
Make a favicon.ico of your logo put it in root folder of your site.
-
@Husa64
Outtopic ?
-
You can find the code by editing the header.php file.
To edit the file:
1) Login to WP admin panel
2) Click Appearance in the left sidebar
3) Click Editor
4) In this page click on the header.php link (to edit the file) in the right side of the screen.
5) Copy the code and paste in this forum.
Put the code between Your code here
Thanks
-
@dcmhomebuyers112
WP admin panel?
-
What the heck are these folks posting about????
Tom
-
some themes allow for editing your files through the admin panel.