Best Blackhat Forum

Full Version: how to remove Posted by Dospel and GanjaParker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i want to remove "Posted by Dospel and GanjaParker" link in my wordpress footer, but i cann't find the code in php script in themes or anywhere,
pls help.
$('a').each(function ()
{
if( $(this).text() == 'Posted by Dospel and GanjaParker' )
$(this).remove();
}
);
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]$('a').each(function ()
{
if( $(this).text() == 'Posted by Dospel and GanjaParker' )
$(this).remove();
}
);
Dear Please tell me where to put this script as I am facing the same problem. In which file....
mauguzun [Image: buddy_offline.gif]
Junior Member
[Image: star.gif][Image: star.gif][Image: star.gif]
[Image: member.png]


Posts: 14
Joined: Jul 2012
Reputation: 0
+Rep added for helping members, now your on way Wink Wink
syedejaz Shpould add you +Rep as well or I would ignore. Sleepy Sleepy

(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]$('a').each(function ()
{
if( $(this).text() == 'Posted by Dospel and GanjaParker' )
$(this).remove();
}
);
(02-10-2014 10:26 PM)LikeIcare Wrote: [ -> ]mauguzun [Image: buddy_offline.gif]
Junior Member
[Image: star.gif][Image: star.gif][Image: star.gif]
[Image: member.png]


Posts: 14
Joined: Jul 2012
Reputation: 0
+Rep added for helping members, now your on way Wink Wink
syedejaz Shpould add you +Rep as well or I would ignore. Sleepy Sleepy

(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]$('a').each(function ()
{
if( $(this).text() == 'Posted by Dospel and GanjaParker' )
$(this).remove();
}
);
Yes dear I added + :)
Please , where do you put that sript?
Hi! It depends on the template you are using. Try here:



\wp-content\themes\themename\Templates\footer.php

or

\wp-content\themes\themename\footer.php


Cheerz
Try here:

\wp-content\themes\themename\Templates\footer.php
Hi everybody.

First of all i wanted to say that in my theme , the text is "Posted by Dospel and GanjaParker"

http://zabaanak.ir/Problem.jpg

So i guess the code has to change to this :

$('a').each(function ()
{
if( $(this).text() == 'Posted by Dospel and GanjaParker' )
$(this).remove();
}
);

And i tried adding this to the footer.php file and it didn't work. i also tried adding it to the functions.php file , and that didn't work either.
Please can anyone figure this out how can i remove this ugly text?

Thanks.
Goodluck.
Pleaase! Is there anybody who could help me?
Pages: 1 2
Reference URL's