- This topic has 4 replies, 2 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Magzimum › I am unable to remove powered by links from footer. pls help me to remove
Tagged: footer
Hi, I am unable to remove powered by links from footer. pls help me to remove footer links
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
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
Hi issue resolved by myself. Thank you
Hello @pb-krishna,
Glad that you solved the issue by yourself.
If you have any issue further then please let us know.
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |