• Hi guys.

    I’d like to edit (or remove) the text that’s in the bottom footer. Interestingly enough, it looks like it’s BELOW the footer that I’m able to add/change. I’ve looked through every .php and the style css sheet. Any clue where I might be able to go in and edit the text??

    You can see it here: https://www.coconutsandkettlebells.com.

    I’d like to edit the copyright text you see in the bottom left corner.

    Thanks for anyone who has any insight/hacks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You mean the “Copyright ? 2014” text, or the one under the title Copyright that follow with the text “All recipes, photographs and articles on this site… ?

    a) If you want to remove the first one “Copyright ? 2014”, then it is probably in the footer.php file located in /wp-content/themes/spike/footer.php.

    b) If you want to remove (or edit) the text under the title Copyright, the text starting with “All recipes, photographs and articles on this site…” then it is probably a configurable option that you can find in the general settings of the admin panel, or in the settings of the theme Spike (if there’s any).

    Thread Starter noellecoconuts

    (@noellecoconuts)

    No, as described above, it’s the BOTTOM footer, and “I’d like to edit the copyright text you see in the bottom left corner.”

    Also as stated above – it is NOT located in the footer.php file. In fact, I’ve checked every .php file, and the entire style css sheet. No where to be found.

    Considering that Spike is a premium theme, then I can’t check its code from here, also you say the text is not in the code since you already checked every PHP file (and others). The only two other possibilities are:

    a) The text is encoded to avoid the easy removal of it in one of the theme’s files.

    b) The text in in the database (which can be also encoded).

    Thread Starter noellecoconuts

    (@noellecoconuts)

    For option b – what database are you referring to? Any way I can search for this?

    If you have direct access to your database, for example using a database admin panel (like PHP-My-Admin or something like that) then you can look for the text in the tables $table_prefix + _options in the column option_value (where $table_prefix can be ‘wp_’ or something else).

    But as I said, the text may be encoded, so searching for the exact string of characters Copyright... may not return any result. You can also look for data encoded with Base64 which is the most common way used by WordPress themes to hide information (in files too).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text in footer – no where to be found!’ is closed to new replies.