Title: Footer
Last modified: August 24, 2016

---

# Footer

 *  Resolved [Jagabandhu](https://wordpress.org/support/users/infagalaxo/)
 * (@infagalaxo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/footer-82/)
 * I want to use html texts rather than php in my footer to show all those logos,
   copyright text. And I also want to put some other links there.
 * Please let me know How I can do that!!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/footer-82/#post-5963034)
 * The only way to do that is to open `footer.php` and replace all the php lines
   with html, except the line containing `wp_footer()`.
 *  Thread Starter [Jagabandhu](https://wordpress.org/support/users/infagalaxo/)
 * (@infagalaxo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/footer-82/#post-5963093)
 * I want the button that take us to top from the footer.
 * Thanks it worked,
 * What if I just want to insert some html codes to show links for some important
   pages [like: contact us, about us other pages] without deleting the other stuffs
   available there!!
 * You know I found this is the only thing not available in your theme [to show 
   those important pages as they are very important]. Hope to have them in upcoming
   versions.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/footer-82/#post-5963106)
 * in the default `footer.php` you can find:
 * `<strong class="copyright"><?php echo esc_html( $copyright_text ); ?></strong
   >`
 * and add your links in there. example:
 * `<strong class="copyright">Copyright Mysite. <a href="link to page">About</a>
   | <a href="link to page">Contact</a> | <a href="link to page">Something</a> |
   <a href="link to page">Something</a></strong>`
 *  Thread Starter [Jagabandhu](https://wordpress.org/support/users/infagalaxo/)
 * (@infagalaxo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/footer-82/#post-5963109)
 * Thank you/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Footer’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jagabandhu](https://wordpress.org/support/users/infagalaxo/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/footer-82/#post-5963109)
 * Status: resolved