MilesWeb
MilesWeb Hosting Forum

Please login or register.

Login with username, password and session length

 

News:

SMF - Just Installed!


Author Topic: How to edit the footer of Colormag WordPress theme  (Read 40458 times)

0 Members and 1 Guest are viewing this topic.

Offline Turkey

  • MilesWeb Staff
  • Administrator
  • Full Member
  • *****
  • Posts: 145
  • Karma: +1/-0
    • View Profile
    • MilesWeb - Your Hosting, Our Responsibility!
How to edit the footer of Colormag WordPress theme
« on: July 18, 2015, 05:26:59 PM »
Follow the below steps to remove Theme: ColorMag by ThemeGrill. Powered by WordPress. from your blog footer.


Login to your WordPress Dashboard.

Go to Appearance => Themes => Editor

Select inc/functions.php from the right side bar.

Search for colormag_footer_copyright and delete the following code.

Quote
$wp_link = '<a href="http://wordpress.org" target="_blank" title="' . esc_attr__( 'WordPress', 'colormag' ) . '"><span>' . __( 'WordPress', 'colormag' ) . '</span></a>';

Quote
   $tg_link =  '<a href="http://themegrill.com/themes/colormag" target="_blank" title="'.esc_attr__( 'ThemeGrill', 'colormag' ).'" rel="designer"><span>'.__( 'ThemeGrill', 'colormag') .'</span></a>';

From the below code, delete the code highlighted in bold:

Quote
$default_footer_value = sprintf( __( 'Copyright &copy; %1$s %2$s. All rights reserved.', 'colormag' ), date( 'Y' ), $site_link ).'<br>'.sprintf( __( 'Theme: %1$s by %2$s.', 'colormag' ), 'ColorMag', $tg_link ).' '.sprintf( __( 'Powered by %s.', 'colormag' ), $wp_link );

After deleting the above code which is highlighted in bold, ensure that you have the following code:

Quote
$default_footer_value = sprintf( __( 'Copyright &copy; %1$s %2$s. All rights reserved.', 'colormag' ), date( 'Y' ), $site_link );
« Last Edit: March 22, 2019, 05:38:28 PM by Turkey »
█ MilesWeb - Your Hosting, Our Responsibility!
Web Hosting @ ₹60/mo
Servers in India, UK, US, Canada, Australia, Singapore Datacenter

MilesWeb Hosting Forum

How to edit the footer of Colormag WordPress theme
« on: July 18, 2015, 05:26:59 PM »