• Hi Everyone, thank you for taking the time to read my message.

    I’m currently using the latest wordpress version and the Free Attitude template. Currently I’m experiencing difficulty removing the footer that displays my theme credit and wordpress credit, causing me to have a double footer.

    I’ve tried editing the php with a removal action, finding and deleting lines based on tutorials found but it usually ends up with this error at the footer.

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘attitude_footer_info’ not found or invalid function name in /home4/ab77642/public_html/wp-includes/plugin.php on line 525

    I noticed that this error only occurs on my homepage while the rest of my pages work fine.

    Note: Here is the link to the tutorial i used https://www.youtube.com/watch?v=U9ScN5ZpgaI

    My website is bgbadminton.com and I really hope to be able to be able to remove the wordpress function so that my competitors will not be able to find out my themes nor provider so easily.

    Any help is greatly appreciated ??

    My Best,
    Gerald Ong

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey Gerald !

    if you want to remove the footer a simple solution is

    #site-generator {
    display: none;
    }

    but this will still show up when you do “view page source” and this isn t the only thing that shows but I can find what’s your theme name which is attitude theme https://imgur.com/2KSflAR

    so you may also want to change your theme name too

    Cheers

    Thread Starter GeraldOngSL

    (@geraldongsl)

    Hi CodeManiac,

    Thank you so much for your help!

    May I ask where do I paste the code you just mentioned and I renamed the folder in wp-content >Themes. Does it suffice or do i still need to rename other files too?

    Once again thank you for your time ??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    How to Remove Footer Theme Credit and WordPress Credit

    Which theme?

    Thread Starter GeraldOngSL

    (@geraldongsl)

    I’m using the free Attitude theme Jan

    it’s style.css file , Appearence > editor and there paste the code in the bottom ??

    and no when u r done with the code part , it’s enough, you don’t need to do anything else ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Remove Footer Theme Credit and WordPress Credit’ is closed to new replies.