Genesis Themes

  • Home
  • Genesis Tutorials
  • WP Tutorial
  • Twenty Fifteen Theme
  • Social Media
  • WP Plugins

Remove Proudly Powered by WordPress in Twenty Fifteen Theme

If you are using WordPress twenty fifteen theme, you may have this links in your footer with proudly powered by WordPress .

You can easily remove this powered by WordPress in twenty fifteen theme, but the problem is when new version arrive, if you update to the latest version again you have to remove it manually. So to avoid such problems it's better to create a twenty fifteen child theme.

How to remove proudly powered by WordPress in Twenty fifteen theme:

1. Login to your Dashboard.

2.Click Apperance -> Editor

3. Open footer.php file and check for below lines ( line 25 )

<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); ?></a>

4.Completely remove the above code and  save it.

5.Now proudly powered by WordPress link will disappear.Let us know, if you face any problem.

Alternately, you can hide the proudly powered by wordpress link by adding the following code to your twenty fifteen child theme's CSS.

.site-info {
display: none;
}

Both methods are working fine from our side, you can use any of them, which you feel comfort and easy to edit your theme files.

Related Posts

  • Customize WordPress Twenty Fifteen Theme
  • How to Create a WordPress Twenty Fifteen Child Theme
  • Show one category Posts on Home Page in WordPress 2015 theme
  • Remove Post Meta and Post Info in WordPress 2015 Theme
  • How to Add Logo to Twenty Fifteen Themes
  • 5+ Best WordPress Twenty Fifteen Child Themes
  • Exclude Category Posts from Homepage in WordPress
  • Add Social Media icons to Twenty Fifteen WordPress Theme

Bluehost and Siteground Coupons for January 2016.

Best Premium WordPress Themes from TemplateMonster
download wordpress themes from MonsterOne

Categories

  • Blog
  • Blogger
  • Genesis Tutorials
  • Social Media
  • Top Websites
  • Twenty Fifteen WordPress Theme
  • WordPress Plugins
  • WordPress Tutorial