Skip to main content

Remove Default Footer Credits of the WordPress Theme Writee

Here's a Quick guide to remove the Footer Credits of the WordPress theme Writee.

No doubt, the theme Writee is a great and very flexible theme for personal, food, travel, fashion, corporate or any other kind of blog. And, over all, it's available free to use.



The WordPress theme Writee is fully responsive and mobile friendly. The newer versions are WooCommerce compatible too.

What's the need of Removing the Default Footer Credits?

Well, you spend a lot of time designing your blog/website and you will definitely not want to show Creator's Footer Credits in the footer section of your website.

Also, when you remove the default footer credits and add your custom credits like, "Copyright © 2018 | All Rights Reserved" or "Copyright © 2018 | YourSite.com" etc. as shown in the image below.

Since, now you know the need of removing the default footer credits, let's get started with the step-to-step guide…

Steps to Remove Footer Credits of the WordPress Theme Writee

Step 1: 

First of all, log into your website's wp-admin by going to http://www.YourSite.com/wp-admin; where www.YourSite.com is the address of your website.

Step 2: 

Navigate to the Appearance > Editor from the left side admin panel. After that, a code editor page will open, as shown in the image below (when you go to the Editor for the first time, a popup will open; click I Understand on that)


Step 3: 

From the right hand side menu, go to inc > theme > footers > footer.php as in the image below. But, before that, make sure you have Selected theme to edit as Writee.


Step 4: 

After that, you will have to delete the some codes from the line 36 to line 40 as highlighted in the image below:


If you're unable to see what's in the above image then here's what you have to remove:

Remove these codes from inc > theme > footers > footer.php

<?php echo __('Theme by', 'writee') ?>
<a href="<?php echo esc_url( __( 'http://www.scissorthemes.com/', 'writee' ) ); ?>" traget="_blank"><?php printf( __( ' %s', 'writee' ), 'Scissor Themes' ); ?></a>
<?php echo __('Proudly powered by', 'writee') ?>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'writee' ) ); ?>" traget="_blank"><?php printf( __( ' %s', 'writee' ), 'WordPress' ); ?></a>

Step 5: 

After remove the codes from line 36 to line 40, click on the Update File button at the bottom of the screen and… Done.

Now, if you open your website in the new tab, the default footer credits won't appear anymore.

Adding Custom Footer Text to the WordPress Theme Writee

Step 1: 

Log in to your wp-admin and navigate to Appearance > Customize




Step 2: 

In the customizer window, navigate to Footer Section


Step 3: 

Add the text that you want to appear on your website's footer (as in the image below).


Conclusion

By using the above trick you can easily customize your website's footer while using the WordPress theme Writee.

If you have got a better solution then let others know in the comments below.

Comments

Popular posts from this blog

Remove Footer Credits of the WordPress Theme Hestia 2.0.4

Hestia is one of the great fully-featured, fully responsive and highly customizable WordPress themes which is offered by Themeisle in free as well the premium version. But for a normal blog or simple website, free version of the theme is more than enough. I have used this WordPress theme on my few blogs and it works just fine. But you don't get an option to remove the footer credits of Hestia in its free version. There are many tricks and articles out there which explain the removal of the footer credits of various WordPress themes. But I didn't find a single resource which explains the way to remove the footer credits of the theme Hestia. I researched a lot and finally got the complete solution using which you can remove the existing footer credits from the theme Hestia and replace it with a custom one. Let's get started... Steps to Remove Footer Credits of the WordPress theme Hestia (2.0.4 Onwards) Here's a step-to-step guide for the same: Step 1: ...

How to Create a Popup on Menu Click in Your WordPress Website

Ever wanted to show a simple popup or subscriber popup when someone clicks any menu item on your WordPress website? Menu item click popups are quite helpful if you don't want to send your visitors to a different page or a new tab but sometimes people find it quite difficult to create a popup when someone clicks a link or a button. But what if I tell you that it's quite simple to do this thing if you own a WordPress powered website. Curious? Well, let's get started... Create a Popup when a Link or Button is Clicked Using this trick you can show a contact form, a button, a image or any text message to your visitors. The WordPress plugin  Popup Maker – Popup Forms, Optins & More makes it quite simple to create any kind of popup on your website. You can install this plugin to your WordPress website by searching at the Add New plugin section or download directly from the official WordPress.org . After installing the popup, you will need to create a ne...

Quick Guide to Remove Footer Credits of the WordPress Theme GeneratePress

In this post, I will be talking about How to Remove Default Footer Credits from the WordPress theme GeneratePress . GeneratePress is a very lightweight (< 1MB while zipped), fast, responsive and SEO friendly WordPress theme with more than 100000+ active installs. The theme works great with many page builders too and supports almost every famous WordPress plugins. GeneratePress provides you with an option to add custom copyright texts to the footer but it doesn't have an option to remove the existing default footer text. So, in this post, I will be sharing a way to even remove the default footer text from the WordPress theme GeneratePress. How to Remove the Footer Credits from the WordPress theme GeneratePress I have broken the trick into a few simple steps which are: Step 1: Log into the wp-admin First of all, log into your wp-admin by going to the YourSite.com/wp-admin. Where YourSite.com is the address of your website. Step 2: Open the T...