| 
GNU/Linux Desktop Survival Guide
 by Graham Williams  | 
 | 
|||
WordPress Footer | 
The default footer says Proudly powered by WordPress.
From the Appearance menu item choose edit, to edit style.css. At the bottom, add
.site-info {
display : none;
}
 | 
You can add your own footer by editing the footer.php file and after
the get_template_part add something like:
  print("Brought to you by Togaware. Copyright (c) 1995-2019.")
 |