How to edit footer
At first go to theme directory find inc>functions.php then search for “colormag_footer_copyright” edit this code bellow as you need: add_action( ‘colormag_footer_copyright’, ‘colormag_footer_copyright’, 10 ); /** * function to show the footer info, copyright information */ if ( ! function_exists( ‘colormag_footer_copyright’ ) ) : function colormag_footer_copyright() { $site_link = ‘<a href=”‘ . esc_url( home_url( “https://wordpress.stackexchange.com/” ) … Read more