Title: oblie's Replies | WordPress.org

---

# oblie

  [  ](https://wordpress.org/support/users/oblie/)

 *   [Profile](https://wordpress.org/support/users/oblie/)
 *   [Topics Started](https://wordpress.org/support/users/oblie/topics/)
 *   [Replies Created](https://wordpress.org/support/users/oblie/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/oblie/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/oblie/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/oblie/engagements/)
 *   [Favorites](https://wordpress.org/support/users/oblie/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Parabola] how to remove text in the footer](https://wordpress.org/support/topic/how-to-remove-text-in-the-footer/)
 *  [oblie](https://wordpress.org/support/users/oblie/)
 * (@oblie)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-text-in-the-footer/#post-4284601)
 * Hi
 * you must use the Editor, go to footer.php
 * and then clear the text and paste this code
    `<?php /** * The template for displaying
   the footer. * * Contains the closing of the id=main div and all content * after.
   Calls sidebar-footer.php for bottom widgets. * * [@package](https://wordpress.org/support/users/package/)
   Cryout Creations * @subpackage parabola * [@since](https://wordpress.org/support/users/since/)
   parabola 0.5 */ ?> <div style=”clear:both;”></div> </div> <!– #forbottom –> </
   div><!– #main –>
 *  <footer id=”footer” role=”contentinfo”>
    <div id=”colophon”>
 *  <?php get_sidebar( ‘footer’ );?>
 *  </div><!– #colophon –>
 *  <div align=”center” id=”footer2″>
 *  <table width=”200″ height=”150″ border=”0″ align=”center”>
    <tr> <td height=”
   29″ align=”center”>Company name </td> </tr> <tr> <td height=”50″ align=”center”
   ><p>_your adress_ your name</p></td> </tr> <tr> <td align=”center”>Mobil:  E-
   Mail: </td> </tr>
 *  </footer><!– #footer –>
    </div><!– #wrapper –>
 * </body>
    </html>
 * ps: sry for my english ^^

Viewing 1 replies (of 1 total)