I created a website http://www.weddingreception-speeches.com/ but now I see there are text links (partially hidden) at the bottom.
I want to remove them and looked for them in the code but did not find them. How do I get rid of them?
I created a website http://www.weddingreception-speeches.com/ but now I see there are text links (partially hidden) at the bottom.
I want to remove them and looked for them in the code but did not find them. How do I get rid of them?
I would assume they would be in theme's footer.php or functions.php
The code shows...
<div class="footerlinks">
<div class="alignleft"></div>
<div class="alignright">
<a href="http://quikpaydayloan.org">Instant Cash Loan</a> | <a href="http://indiainvestmentproperty.com">Buy Property In Mumbai</a> | <a href="http://sonic-payday.com">Anchorage, Alaska Cash Loan</a> | <a href="http://wordpresssupplies.com/">Make WordPress Theme</a>
</div>
</div>
have you looked at the footer.php? it's probably there... if not it's calling a function.. look at the function.php..
or, if you won't use that div, at style.css just define:
.footerlinks { display:none }
This topic has been closed to new replies.