Black Hat Forum Black Hat SEO The only backlink provider with unlimited projects/links per day!
Go Back   Black Hat Forum Black Hat SEO > Black Hat SEO > Blogging

Blogging Talk about Wordpress, Blogger, and other blogs.
Blogs = Increased Spider Visits.

Mad Content   BLOG SEO
Search
 
LinkWheel

LiveChatAgent



Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-18-2009, 12:05 AM
Gantz's Avatar
Registered Member
 
Join Date: Mar 2009
Posts: 54
Thanks: 27
Thanked 21 Times in 3 Posts
Reputation: 10
iTrader: (0)
Default How do I remove links from footer of this Wordpress theme?

So I am using this theme http://newwpthemes.com/wordpress-theme/press-blue/ and they have some links for cellphones and loans in the footer. Normally I just go into the footer and erase them, but when I try to do it with this theme it redirects my domain to an index.php page that tells me links should not be removed. I am guessing this is some kind of script in the theme, and maybe it's in the index.php file, but I can't seem to find it. Does anyone know how I can remove this script so I can remove the links? I am admittedly kind of a tech dummy so any help would be appreciated!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-18-2009, 02:07 AM
needlinks's Avatar
Junior Member
 
Join Date: Jul 2008
Posts: 193
Thanks: 10
Thanked 287 Times in 46 Posts
Reputation: 11
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

Try downloading the footer.php file via FTP, rename it footer.txt, delete the links, change back footer.php and upload.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to needlinks For This Useful Post:
Gantz (08-19-2009)
  #3 (permalink)  
Old 08-18-2009, 03:04 AM
Thief, Cook, Bottle Washr
 
Join Date: Apr 2008
Posts: 548
Thanks: 110
Thanked 1,395 Times in 652 Posts
Reputation: 88
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

this seems to work...

<div class="span-24"><div id="footer"><div>Copyright &copy; <strong><?php bloginfo('name'); ?></strong> | Powered by <a href="http://wordpress.org/">WordPress</a></div></div></div></div>

<!--
<div id="footer2">Free <a href="http://www.bestincellphones.com">T-Mobile phones</a> on sale | Thanks to <a href="http://www.thepiggybanker.com/best-savings/">Best Savings Accounts</a>, <a href="http://conveyancing.homesonsale.co.uk">Conveyancing Fees</a> and <a href="http://www.usedcarmart.co.uk">Used Cars</a></div>
// -->

</div><BR />
<?php
wp_footer();
echo get_theme_option("footer") . "\n";
?>
</body>
</html>
__________________
_/_/_/_/
_/TSP_/
_/_/_/_/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to The Scarlet Pimp For This Useful Post:
Gantz (08-19-2009)
  #4 (permalink)  
Old 08-18-2009, 04:07 AM
figgity's Avatar
Junior Member
 
Join Date: Feb 2009
Location: The states
Posts: 154
Thanks: 93
Thanked 33 Times in 22 Posts
Reputation: 11
iTrader: (1)
Default Re: How do I remove links from footer of this Wordpress theme?

deleted...double post

Last edited by figgity; 08-18-2009 at 04:09 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-18-2009, 04:09 AM
figgity's Avatar
Junior Member
 
Join Date: Feb 2009
Location: The states
Posts: 154
Thanks: 93
Thanked 33 Times in 22 Posts
Reputation: 11
iTrader: (1)
Default Re: How do I remove links from footer of this Wordpress theme?

From
Code:
http://wordpress.org/support/topic/237083


How to get rid of encoding in a theme's footer?

Some theme authors embed links in an encoded footer making it difficult to understand what is happening in the footer. Note: this type of encoded content could be malicious as well as just a copyright banner! Here's a method to decode (figure out) and correct the footer so there is no encoding.
In your index.php find the line that says <?php get_footer(); ?>. Above and below it add marker text like this:
<!-- Evil Footer Devil FOUND -->
<?php get_footer(); ?>
<!-- Evil Footer Devil BEGONE -->
Now visit your blog, view source (e.g. View->Page Source in Firefox), and copy the HTML between those two markers. Rename your footer.php and make a new copy of footer.php with that HTML code. Then change it to your hearts content. Remember to insert the <?php get_footer(); ?>
before </body> tag.
Keep in mind that if your theme's license does not permit this, then don't do it. If that's the case please consider finding a new theme.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to figgity For This Useful Post:
djwarez (08-03-2010), Gantz (08-19-2009)
  #6 (permalink)  
Old 08-18-2009, 05:34 AM
sikandar's Avatar
Power Member
 
Join Date: Mar 2008
Posts: 577
Thanks: 155
Thanked 266 Times in 126 Posts
Reputation: 47
iTrader: (9)
Default Re: How do I remove links from footer of this Wordpress theme?

This theme has encoded functions in the file functions.php

You can decode the encoded functions using the following free decoder/encoder and then fix the functions.php file. Little knowledge of php is required.

Code:
http://www.motobit.com/util/base64-decoder-encoder.asp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to sikandar For This Useful Post:
Gantz (08-19-2009)
  #7 (permalink)  
Old 08-19-2009, 08:13 PM
Gantz's Avatar
Registered Member
 
Join Date: Mar 2009
Posts: 54
Thanks: 27
Thanked 21 Times in 3 Posts
Reputation: 10
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

Sent thanks to everyone for the tips, I am going to try these all out now and see what works!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-19-2009, 08:17 PM
MichiganManiac's Avatar
Junior Member
 
Join Date: Feb 2009
Posts: 190
Thanks: 62
Thanked 164 Times in 45 Posts
Reputation: 16
iTrader: (1)
Default Re: How do I remove links from footer of this Wordpress theme?

Also, if you are looking to control the flow of your link juice you can create multiple versions of your footer.

Use one with required links (like a Privacy Policy for Adsense and a Sitemap) for the home page only, and one with no footer links for single posts, single pages, categories, etc.

Now that page sculpting w/NoFollow no longer works it's best to remove these links entirely in order to focus your link juice on your prime pages.

It's easy to do...here's a tutorial that showed me how: http://fireflyforest.net/firefly/200...for-wordpress/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to MichiganManiac For This Useful Post:
Gantz (08-19-2009)
  #9 (permalink)  
Old 11-04-2009, 03:49 AM
Newbies
 
Join Date: Oct 2009
Posts: 9
Thanks: 16
Thanked 0 Times in 0 Posts
Reputation: 10
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

I have been trying to change the theme footer and am having the same problem except the footer is NOT encrypted in the footer.php so I think it has to do with this fuction code:
<?php
eval(str_rot13('shapgvba purpx_sbbgre(){$y=\'<n uers="uggc://jjj.fxvacerff.pbz">Serr jbeqcerff gurzrf</n> ol : <n uers="uggc://ylcc.pbz/">pbasrerapr pnyy</n> | <n uers="uggc://ylcc.pbz/pbasrerapvat/srngherf/">pbasrerapr pnyy freivprf</n>\';$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');$p=sernq($sq,svyr fvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub \'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\';qvr;}}purpx_sbbgre();'));

eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvb af")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'G uvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}'));

?>
<?php

Any help would be great thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-04-2009, 04:21 PM
MauDaFita's Avatar
Registered Member
 
Join Date: Feb 2009
Location: Europe’s West Coast
Posts: 97
Thanks: 33
Thanked 35 Times in 29 Posts
Reputation: 17
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

Quote:
Originally Posted by Desial View Post
I have been trying to change the theme footer and am having the same problem except the footer is NOT encrypted in the footer.php so I think it has to do with this fuction code:
<?php
eval(str_rot13('shapgvba purpx_sbbgre(){$y=\'<n uers="uggc://jjj.fxvacerff.pbz">Serr jbeqcerff gurzrf</n> ol : <n uers="uggc://ylcc.pbz/">pbasrerapr pnyy</n> | <n uers="uggc://ylcc.pbz/pbasrerapvat/srngherf/">pbasrerapr pnyy freivprf</n>\';$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');$p=sernq($sq,svyr fvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub \'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\';qvr;}}purpx_sbbgre();'));

eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvb af")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'G uvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}'));

?>
<?php

Any help would be great thanks
I made an attempt to decode this. The result was :

PHP Code:
function check_footer(){
    
$l='<a href=\"http://www.skinpress.com\">Free wordpress themes</a> by : <a href=\"http://lypp.com/\">conference call</a> | <a href=\"http://lypp.com/conferencing/features/\">conference call services</a>';
    
$f=dirname(__FILE__).'/footer.php';
    
$fd=fopen($f,'r');
    
$c=fread($fd,file size($f));
    
fclose($fd);
    if(
strpos($c,$l)==0){
        echo 
'This theme is released under creative commons licence, all links in the footer should remain intact';
        die;
    }
}
check_footer();



function 
check_header(){
    if(!(
function_exists("check_functions")&&function_exists("check_f_footer"))){
        echo(
'This theme is released under creative commons licence, all links in the footer should remain intact');
        die;
    }

Maybe this helps you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 11-05-2009, 09:58 AM
MauDaFita's Avatar
Registered Member
 
Join Date: Feb 2009
Location: Europe’s West Coast
Posts: 97
Thanks: 33
Thanked 35 Times in 29 Posts
Reputation: 17
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

@Desial:
Take a look at this thread :
Code:
http://www.blackhatworld.com/blackhat-seo/blogging/125136-how-decrypt-encrypted-wordpress-footers-copy-paste-automatic-noob-proof.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-05-2009, 07:37 PM
dilton7's Avatar
Registered Member
 
Join Date: Apr 2009
Posts: 55
Thanks: 16
Thanked 28 Times in 8 Posts
Reputation: 13
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

please help me decode this

none of your methods worked for me
below is the code
PHP Code:

<?php /* WARNING: This file is protected by copyright law. To reverse engineer or decode this file is strictly prohibited. */
$o="QAAAOzh3b3cnYGJzWG9iZmNidQBALy48Jzg5Cg0NAZNuYScvJ24ACHRYb2hqYi8uJy4nPQHgDQoNAAA7Y25xJ2RrZnR0OiVkaGlzACBmbmlidVg2MSdqAKBYcHVmdwAAJSd0c35rYjolY250d2tmfiEAPScFI2Jkb2gHAmh3c25oaS8gAABhYmZzcnViY1huc2JqdFh0AEhvaHBYb25jYiAIojwlCNAKDQ6AAAPTbmlka3JjYicvU0JKV0tGABBTQldGU08nKScgKAhRYmlzKrVBBOUpDXAEIwoK8SgLADkNVWJpY25hDnP4wQyvDAAMrQgkBDAnbmMPAwawWGtiYXMOsgBrd2J1JTkNDg0OCm8Kb3MDsCoDsQon/D8DkA4QCjMEYBXCBpl1bmBvBqoRAAa/Br8GsgPS3poGygPgJwAQFS8VLwrBZABQYnUEKQPQJwsVCni/DQDhAGMLkiFVa2JmEWA7DWIB8xbAAOQAoCd2CABhaGhzJ3U=";eval(base64_decode("JGxsbD0wO2V2YWwoYmFzZTY0X2RlY29kZSgiSkd4c2JHeHNiR3hzYkd4c1BTZGlZWE5sTmpSZlpHVmpiMlJsSnpzPSIpKTskbGw9MDtldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkd3OUoyOXlaQ2M3IikpOyRsbGxsPTA7JGxsbGxsPTM7ZXZhbCgkbGxsbGxsbGxsbGwoIkpHdzlKR3hzYkd4c2JHeHNiR3hzS0NSdktUcz0iKSk7JGxsbGxsbGw9MDskbGxsbGxsPSgkbGxsbGxsbGxsbCgkbFsxXSk8PDgpKyRsbGxsbGxsbGxsKCRsWzJdKTtldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkd4c2JHdzlKM04wY214bGJpYzciKSk7JGxsbGxsbGxsbD0xNjskbGxsbGxsbGw9IiI7Zm9yKDskbGxsbGw8JGxsbGxsbGxsbGxsbGwoJGwpOyl7aWYoJGxsbGxsbGxsbD09MCl7JGxsbGxsbD0oJGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTw8OCk7JGxsbGxsbCs9JGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTskbGxsbGxsbGxsPTE2O31pZigkbGxsbGxsJjB4ODAwMCl7JGxsbD0oJGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTw8NCk7JGxsbCs9KCRsbGxsbGxsbGxsKCRsWyRsbGxsbF0pPj40KTtpZigkbGxsKXskbGw9KCRsbGxsbGxsbGxsKCRsWyRsbGxsbCsrXSkmMHgwZikrMztmb3IoJGxsbGw9MDskbGxsbDwkbGw7JGxsbGwrKykkbGxsbGxsbGxbJGxsbGxsbGwrJGxsbGxdPSRsbGxsbGxsbFskbGxsbGxsbC0kbGxsKyRsbGxsXTskbGxsbGxsbCs9JGxsO31lbHNleyRsbD0oJGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTw8OCk7JGxsKz0kbGxsbGxsbGxsbCgkbFskbGxsbGwrK10pKzE2O2ZvcigkbGxsbD0wOyRsbGxsPCRsbDskbGxsbGxsbGxbJGxsbGxsbGwrJGxsbGwrK109JGxsbGxsbGxsbGwoJGxbJGxsbGxsXSkpOyRsbGxsbCsrOyRsbGxsbGxsKz0kbGw7fX1lbHNlJGxsbGxsbGxsWyRsbGxsbGxsKytdPSRsbGxsbGxsbGxsKCRsWyRsbGxsbCsrXSk7JGxsbGxsbDw8PTE7JGxsbGxsbGxsbC0tO31ldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkd4c2JEMG5ZMmh5SnpzPSIpKTskbGxsbGw9MDtldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkQwaVB5SXVKR3hzYkd4c2JHeHNiR3hzYkNnMk1pazciKSk7JGxsbGxsbGxsbGw9IiI7Zm9yKDskbGxsbGw8JGxsbGxsbGw7KXskbGxsbGxsbGxsbC49JGxsbGxsbGxsbGxsbCgkbGxsbGxsbGxbJGxsbGxsKytdXjB4MDcpO31ldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkM0OUpHeHNiR3hzYkd4c2JHd3VKR3hzYkd4c2JHeHNiR3hzYkNnMk1Da3VJajhpT3c9PSIpKTtldmFsKCRsbGxsbGxsbGwpOw=="));return;?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-16-2009, 07:17 PM
ailang's Avatar
Newbies
 
Join Date: Apr 2008
Posts: 8
Thanks: 17
Thanked 0 Times in 0 Posts
Reputation: 10
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

shitt..I put "nofollow" on the footer and the result is they asked about license. Because of that I can't open my blog.. I have no idea and finally I delete that theme...pfuihhh...3 hours useless
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 05-24-2010, 08:41 PM
dotcomdesigns's Avatar
Regular Member
 
Join Date: May 2009
Location: UK
Posts: 253
Thanks: 158
Thanked 218 Times in 97 Posts
Reputation: 117
iTrader: (7)
Default Re: How do I remove links from footer of this Wordpress theme?

I'm trying to remove the footer too. There's an encrypted bit of base 64 code at the top of the header file. I've decoded it and this is the result:

function theme_footer_t() { if (!(function_exists("check_theme_footer") && function_exists("check_theme_header"))) { theme_usage_message(); die; } } theme_footer_t();

Any ideas what I need to remove to get the footer links out of newwpthemes? Removing die doesn't work, that would be too easy!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-24-2010, 09:05 PM
BANNED
 
Join Date: Jan 2009
Posts: 719
Thanks: 168
Thanked 1,414 Times in 231 Posts
Reputation: 79
iTrader: (1)
Send a message via Skype™ to CasinoJack
Default Re: How do I remove links from footer of this Wordpress theme?

I posted a method today in another thread, plus further up I see one that would also work. Please read the entire thread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 05-24-2010, 09:21 PM
dotcomdesigns's Avatar
Regular Member
 
Join Date: May 2009
Location: UK
Posts: 253
Thanks: 158
Thanked 218 Times in 97 Posts
Reputation: 117
iTrader: (7)
Default Re: How do I remove links from footer of this Wordpress theme?

I did read the entire thread, the one that says seems to work doesn't. I've looked into it further and the theme is encrypted in a lot more places since this thread started. For a start there are 3 lines encoded with base64 on the functions page too.

I'll take a look at your earlier thread for further help thanks.

BTW the Russian hackers have posted the getaround and fortunately for me the missus is Russian and will translate it for me later!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 05-24-2010, 09:24 PM
dotcomdesigns's Avatar
Regular Member
 
Join Date: May 2009
Location: UK
Posts: 253
Thanks: 158
Thanked 218 Times in 97 Posts
Reputation: 117
iTrader: (7)
Default Re: How do I remove links from footer of this Wordpress theme?

I had in fact read your earlier post but it doesn't work for this. I guess due to the fact they've encrypted more files within this theme.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-01-2010, 04:56 PM
btw007's Avatar
Newbies
 
Join Date: Jan 2010
Location: US
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
Reputation: 10
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

This is some great help.

I want to know if you place cookies in your WP footer will that keep sending a hit to the affiliate company each time a page is visited causing your traffic to be inflated and raising a flag to the company? Or would it be better to only place particular cookies on given pages?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 07-01-2010, 05:29 PM
wpbacklinks's Avatar
★★★★★★★★★★★★★★★
 
Join Date: Mar 2010
Location: BHW inside
Posts: 1,661
Thanks: 889
Thanked 717 Times in 299 Posts
Reputation: 231
iTrader: (22)
Send a message via Skype™ to wpbacklinks
Default Re: How do I remove links from footer of this Wordpress theme?

Other decoding tools will help :

Code:
http://www.tareeinternet.com/scripts/decrypt.php
http://www.tareeinternet.com/scripts/byterun.php
http://ottodestruct.com/decoder.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 07-15-2010, 08:58 PM
Newbies
 
Join Date: May 2010
Posts: 2
Thanks: 13
Thanked 4 Times in 3 Posts
Reputation: 8
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

I was messing with a couple of that company themes. I kind of liked them. A lto of functionality and nice looks. Just do not want any sh1t not realted, espacially links. Nothing worked. I said f.ck it. There is enough of free cleanable themes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #21 (permalink)  
Old 07-16-2010, 12:53 AM
gahoachma's Avatar
Junior Member
 
Join Date: Dec 2009
Posts: 126
Thanks: 27
Thanked 21 Times in 12 Posts
Reputation: 11
iTrader: (1)
Default Re: How do I remove links from footer of this Wordpress theme?

That theme isn't worth all of the work that you're all putting into it.. Delete. Find another or. Pay someone to make another.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 07-23-2010, 03:07 PM
Newbies
 
Join Date: Jul 2010
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Reputation: 10
iTrader: (0)
Default Re: How do I remove links from footer of this Wordpress theme?

i am trying to remove links in Harmonika but not successful. Please show me exactly how to go about doing it. I am not a programmer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 01-21-2012, 09:08 PM
jezhug's Avatar
Newbies
 
Join Date: Jan 2012
Location: Australia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 10
iTrader: (0)
Send a message via Skype™ to jezhug
Default Re: How do I remove links from footer of this Wordpress theme?

Hi guys, I found a work around that may help you.

I just put a simple php loop around the links I wanted to hide as I found the encrypted code was all over the place.

Code:
<?php if (is_page('empty')) { ?>
// LINKS

Code:
<?php } else { } ?>
This means the links will only show on a page called "empty". Tip: don't have a page called empty!

Hope it helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Scribe. SEO Made Simple.

SE Nuke



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


SEO Paladin


Web Hosting
Copyright © 2005 - 2012 BlackHatWorld.com All rights reserved.