URL Change

Best WordPress theme for game news websites, game portals or whatever your preferred subject.
GK User
Sat Jan 18, 2014 4:40 pm
i'm unable to find where to edit the logo in the code..I do not want it to follow the site URL in wordpress settings, but rather have the site logo hardcoded to follow a different path.

where would I make this change to the <a href="http://ultimateteamzone.com" class="imageLogo">

so that path is <a href="http://ultimateteamzone.com/home" class="imageLogo">

please help
User avatar
Fresh Boarder

GK User
Sat Jan 18, 2014 7:53 pm
Hi,

This logo takes url from home_url() function.

you can change it in GameNews/layouts/header.php file:
Code: Select all
<h1>
            <a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
         </h1>
User avatar
Moderator


cron