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....
(02-10-2014 10:26 PM)LikeIcare Wrote: [ -> ]mauguzun
Junior Member
![[Image: star.gif]](https://bestblackhatforum.com/images/star.gif)
![[Image: star.gif]](https://bestblackhatforum.com/images/star.gif)
![[Image: star.gif]](https://bestblackhatforum.com/images/star.gif)
Posts: 14
Joined: Jul 2012
Reputation: 0
+Rep added for helping members, now your on way
syedejaz Shpould add you +Rep as well or I would ignore.
(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?