Topic RSS
10:33 am
March 16, 2008
OfflineIn the "header.php" file of your Market theme files, on or around line #114 through #122 you'll see the following code:
if ($mkt_options['mktlogo'] != null) {
echo $mkt_options['mktlogo'];
} else {
bloginfo('template_directory');
echo '/imgs/logo.gif';
}
?>" alt="<?php bloginfo('name'); ?>" /></a>
</div>
Change this code to this:
if ($mkt_options['mktlogo'] != null) {
echo $mkt_options['mktlogo'];
} else {
bloginfo('template_directory');
echo '/imgs/logo.gif';
}
?>" alt="<?php bloginfo('name'); ?>" />
</div>
and save the file.
12:38 pm
March 16, 2008
OfflineThen you wouldn't remove the "<a href" code, you would simply change where it redirects to.
Rather than linking to
You would link it to where you wanted it to go:
Make sense?
In the "header.php" file, the logo code starts around line #115 through #123. That's where you'd modify it.
An easier method, would be to just upload your own logo through the Market Theme settings area. If you don't want ANYTHING to show, then just upload a 1x1 pixel transparent .GIF
(Or you can modify the code in the header file if you want.)
Most Users Ever Online: 40
Currently Online:
19 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 428
Members: 2252
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 2983
Posts: 16042
Newest Members: Allsed, deleteduser, shanm, slidesketch, jimharrison, vmi
Moderators: Market Admin (5051)
Administrators: Market Admin (5051)

Log In
Register
Home



