How to remove proudly powered by WordPress

Solved
Divapopu Posted messages 25 Status Member -  
 Pino -
Hello,

I am a beginner and I would like to know how to remove a blog wordpress - I'm talking about the slogan at the bottom of the pages.
I do not use wordpress under CMS. I am doing basic use.

Thank you.

Configuration: iPhone / Safari 6.0

10 answers

Virus_Gamers Posted messages 10 Status Member 26
 
Hello Divapopu,

When you downloaded WordPress, did you unzip a .zip file to host it on a server? (Via FileZilla for example).

Go to the folder wp-content > themes.
From there, you have 3 folders, one of which is the theme you are using.

If you are using the twentyeleven theme, open the folder and inside there is a file called footer.php.

Open it with a text editor such as Notepad++ or Windows Notepad.

Then, delete this line:

<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>


If you still don't understand anything, go here:
http://pastebin.com/TMNGy1ux

Copy all the code found at the link above and paste it into your Notepad after making sure to delete everything before pasting the whole thing.

If you still can't get it, you need to review your knowledge...
31
unealgerienneaparis
 
Good evening
I managed to find everything you said except that I can't delete, why?
Thank you
0
bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 434
 
via FTP, you need to download to local, then modify the source code, and upload it back online afterwards, not forgetting to refresh the page and clear the browser cache...
0
couillaler Posted messages 2 Status Member 3
 
"If you still can't do it, it means you need to review your knowledge..."

Hello,

Well, actually, with WordPress 4.7 and the Twenty Seventeen theme, it's your knowledge that needs to be reviewed, since you no longer need to modify the footer.php file to remove the "Proudly powered by WordPress" notice, but rather the /themes/twentyseventeen/template-parts/footer/site-info.php file.

Download this site-info.php file and place the text you want (either plain text or, better yet, text with HTML code for better formatting) between the <div class="site-info"> and </div><!-- .site-info --> tags.

Then upload the site-info.php file back to its original location via FTP and that's it!
Do not touch the footer.php file (with the configuration specified above (WP4.7 - Default theme 2017)

Antoine
0
souzix
 
Thank you
0
Pino
 
Thank you for your advice... very effective... Thank you.
0