• I’ve looked at the footer file of my theme and I can’t find the text, “Powered by WordPress” to delete.

    What’s there now is this code:

    <?php wope_var($main_option[‘copyright’]);?>

    If I take out that line I remove the entire copyright text. I just want to remove “Powered by WordPress”

    I’ve looked everywhere for it. In the css, the page template, functions, everywhere and I can’t find it.

    Can anyone help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • It will be specific to the theme you are using.
    It should be in functions.php but some themes put that stuff in sub-folders i.e. incsludes etc

    Thread Starter Ray

    (@bpm125)

    Thanks. I looked at functions and sub-folders but I can’t find it. It’s called the Marketing-Expert theme and I can’t find any documentation on it.

    use a program like winrar to search within theme files for the string.
    OR
    Unzip all the files into a folder and use a text editor like notepad++ to search within files for a string

    for the most easy solution is hiding it using css.

    .your-div-class {
       display: none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't delete Powered by WordPress’ is closed to new replies.