Hi!
I'm using scrn theme in my wordpress site and i'm trying to change themes Home button to clickable logo link.
Heres some code you might be interested about
I do know how to change text to anything but i'd like to add my logo insted of just simple text.
Thank you.
I'm using scrn theme in my wordpress site and i'm trying to change themes Home button to clickable logo link.
Heres some code you might be interested about
Code:
$count = count($pages);
if($scrn['menu_homelink'] == '1')
echo '<li><a href="' . get_home_url() . '/#intro">Home</a>';
for($i = 0; $i < $count; $i++)
{
Thank you.
Comment