![]() | | ||||||||
| | #1 |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: Melbourne, Australia
Posts: 1,380
Thanks: 648
Thanked 191 Times in 129 Posts
|
Hey guys, I've noticed that in the Flexibility theme for Wordpress, in the footer it says; Code: This blog copyright © 2009 YourSiteUrlHere.com Code: <div style="clear:both;"></div>
</div>
</div>
<?php } ?>
<div id="footerdark">
<p>This blog copyright ©
<script type="text/javascript" language="JavaScript"><!-- I have absolutely no idea when it comes to php... Thanks in advance! |
| | |
| | #2 |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: Melbourne, Australia
Posts: 1,380
Thanks: 648
Thanked 191 Times in 129 Posts
|
Any help with this one guys?
|
| | |
| | #3 |
| Active Warrior War Room Member Join Date: Oct 2009 Location: NSW, Australia
Posts: 42
Thanks: 0
Thanked 6 Times in 6 Posts
|
Pat if show us the script, so that we could see what it does it would be easier to answer it. I mean post the bit that comes directly after after the bit you have posted ... right up to the "</script> But I assume its getting the name from somewhere within the normal admin info. Have a look for a box asking for your URL. |
| | |
| | #4 |
| Warrior Member War Room Member Join Date: Jul 2007 Location: , , United Kingdom.
Posts: 28
Thanks: 0
Thanked 3 Times in 3 Posts
|
Yea, there's going to be something in the script that asks for your site URL, and then it should automatically input it into the footer.
|
| | |
| | |
| | #5 | |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: Melbourne, Australia
Posts: 1,380
Thanks: 648
Thanked 191 Times in 129 Posts
| Quote:
Here it is; Code: <div style="clear:both;"></div>
</div>
</div>
<?php } ?>
<div id="footerdark">
<p>This blog copyright ©
<script type="text/javascript" language="JavaScript"><!--
var today = new Date();
document.write(today.getFullYear());
//--></script>
<a href="<?php echo get_option('home'); ?>/">
<?php bloginfo('name');?>
</a></p>
<p>Powered by <a href="http://www.flexibilitytheme.com" rel="nofollow">Flexibility Theme</a> for WordPress</p>
</div>
</div>
<!-- footer close --> | |
| | |
| | #6 |
| Advanced Warrior Join Date: Aug 2006 Location: The Midwest
Posts: 971
Thanks: 1
Thanked 63 Times in 52 Posts
|
You can just remove the script code and hard code your link into it.
|
| | |
| | |
| | #7 |
| Portuguese Warrior War Room Member Join Date: Nov 2008 Location: Good Old Europe
Posts: 3,487
Blog Entries: 6 Thanks: 1,310
Thanked 810 Times in 556 Posts
|
Hey pat, This bit of code should grab your site name and place if with a link. Code: <a href="<?php echo get_option('home'); ?>/">
<?php bloginfo('name');?> Check Theme Options and/or Settings |
| | |
| | |
| | #8 | |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: Melbourne, Australia
Posts: 1,380
Thanks: 648
Thanked 191 Times in 129 Posts
| Quote:
Is this what you mean? Code: <div style="clear:both;"></div>
</div>
</div>
<?php } ?>
<div id="footerdark">
<p>This blog copyright © 2009 <a href="http://www.mysite.com">My Anchor Text</a>
<a href="<?php echo get_option('home'); ?>/">
<?php bloginfo('name');?>
</a></p>
<p>Powered by <a href="http://www.flexibilitytheme.com" rel="nofollow">Flexibility Theme</a> for WordPress</p>
</div>
</div>
<!-- footer close --> | |
| | |
| | #9 |
| Portuguese Warrior War Room Member Join Date: Nov 2008 Location: Good Old Europe
Posts: 3,487
Blog Entries: 6 Thanks: 1,310
Thanked 810 Times in 556 Posts
|
Pat, That way ^^ you can to delete this part of code: Code: <a href="<?php echo get_option('home'); ?>/">
<?php bloginfo('name');?> You can edit the "This Blog Copyright" just to "Copyright" |
| | |
| | |
| | #10 |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: Melbourne, Australia
Posts: 1,380
Thanks: 648
Thanked 191 Times in 129 Posts
|
Ok, great. I just tried it then and it worked fine. Thanks for your help, Fernando and everyone else! |
| | |
| | #12 |
| Active Warrior War Room Member Join Date: Oct 2009 Location: NSW, Australia
Posts: 42
Thanks: 0
Thanked 6 Times in 6 Posts
|
Seems like you have your solution Pat. Just let me know if it is working now?
|
| | |
| | #13 |
| Senior Warrior Member War Room Member Join Date: Jan 2009 Location: Melbourne, Australia
Posts: 1,380
Thanks: 648
Thanked 191 Times in 129 Posts
|
Yep, Susan, it is. Thanks for your help. |
| | |
![]() |
|
| Tags |
| flexibility, question, theme, wordpress |
| Thread Tools | |
| |
![]() |