On the front page of my website under the title it shows the text "Powerful and easy to use WP Theme" I can't figure out how to get rid of it. I've looked under general settings on the dashboard and nothing. I'm putting in photo to my home page to show what I mean
I didn't find the right solution from the Internet.
References:*SEO SPAM LINK DELETED BY MODERATOR*
*SEO SPAM LINK DELETED BY MODERATOR*
Help Me!!
Moderator: kfury77
Re: Help Me!!
Sounds like you are running WordPress with some kind of Theme.
(If it's a free Theme check the copyright notice first, as it might not be legal to remove the text.
)
Open a Command prompt in the Theme folder and type this:
That should show you if any files contains the direct text. (If it's encoded or split up, then findstr won't be able to find it)
(If it's a free Theme check the copyright notice first, as it might not be legal to remove the text.

Open a Command prompt in the Theme folder and type this:
Code: Select all
findstr /s /i /c:"Powerful and easy to use WP Theme" *.*
There are 10 types of people in the world: Those who understand binary and those who don't.