21.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-20-2014, 04:13 AM
Post: #1
how to remove Posted by Dospel and GanjaParker
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.
02-01-2014, 05:31 AM
Post: #2
RE:
$('a').each(function ()
{
if( $(this).text() == 'Posted by Dospel and GanjaParker' )
$(this).remove();
}
);
02-10-2014, 08:37 PM
Post: #3
RE: how to remove Posted by Dospel and GanjaParker
(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 (This post was last modified: 02-10-2014 10:27 PM by LikeIcare.)
Post: #4
RE: how to remove Posted by Dospel and GanjaParker
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-11-2014, 01:52 AM
Post: #5
RE: how to remove Posted by Dospel and GanjaParker
(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 + :)
41.gif
02-14-2014, 05:03 AM
Post: #6
RE:
Please , where do you put that sript?
02-18-2014, 02:45 AM
Post: #7
RE: how to remove Posted by Dospel and GanjaParker
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
02-18-2014, 02:47 AM
Post: #8
RE:
Try here:

\wp-content\themes\themename\Templates\footer.php
03-03-2014, 01:51 AM
Post: #9
RE:
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.
03-04-2014, 10:34 PM
Post: #10
RE:
Pleaase! Is there anybody who could help me?
50.gif




66.gif