Home Forums Free Themes Magzimum I am unable to remove powered by links from footer. pls help me to remove

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #611
    pb.krishna
    Participant

    Hi, I am unable to remove powered by links from footer. pls help me to remove footer links

    #618
    wensolutions
    Keymaster

    Hello @pb.krishna,

    You can do this by adding a few lines of codes in functions.php of your Child Theme.

    Here

    function unhook_footer_copyright_info() {
          
          remove_action( 'magzimum_action_footer', 'magzimum_site_info', 20 );
    
      }
    
      add_action('after_setup_theme','unhook_footer_copyright_info'); 

    Hope this helps resolving your query .

    Thanks

    #619
    pb.krishna
    Participant

    Hi, Thanks your reply. But I have added the code in functions.php and got error as below:
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Please help me exact path which i need to add the code

    #620
    pb.krishna
    Participant

    Hi issue resolved by myself. Thank you

    #59782
    wensolutions
    Keymaster

    Hello @pb-krishna,

    Glad that you solved the issue by yourself.

    If you have any issue further then please let us know.

    Best Regards!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.