Title: sebsteen's Replies | WordPress.org

---

# sebsteen

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove the Header?](https://wordpress.org/support/topic/how-to-remove-the-header/)
 *  Thread Starter [sebsteen](https://wordpress.org/support/users/sebsteen/)
 * (@sebsteen)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-the-header/#post-1612796)
 * Thanks again chinmoy29. The hook actually only holds the Code for the image on
   the very Top of the page, which isn’t the header in the end.
 * But you brought me on the right track somehow, the css for the header is defined
   in the thesis/custom/layout.css .. where i could reduce all the margins, and 
   now it’s fine.
 * Thanks again
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove the Header?](https://wordpress.org/support/topic/how-to-remove-the-header/)
 *  Thread Starter [sebsteen](https://wordpress.org/support/users/sebsteen/)
 * (@sebsteen)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-the-header/#post-1612699)
 * thanks chinmoy29.
 * Maybe Thesis looks quite different there then.. the header.php looks like this
 * Looks like every line I remove here kinda crashes the site..
 * # Added to appease certain plugins which check for this code in this file:
    #
   wp_head(); ?> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt);
   <html xmlns=”[http://www.w3.org/1999/xhtml&#8221](http://www.w3.org/1999/xhtml&#8221);
   <?php language_attributes(); ?>>
 * <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
 * <title><?php thesis_output_title(); ?></title>
 * <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset
   =<?php bloginfo(‘charset’); ?>” />
 * <?php wp_head(); ?>
 * </head>
 * <body<?php thesis_body_classes(); ?>>
 * <?php thesis_hook_before_html(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks](https://wordpress.org/support/topic/permalinks-64/)
 *  [sebsteen](https://wordpress.org/support/users/sebsteen/)
 * (@sebsteen)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/permalinks-64/#post-1612113)
 * /%postname%/ should work to just display the page’s title as permalink.
 * There’s also a Plugin called “Custom Permalinks”, which allows you to manipulate
   the permalinks of every page and post by hand.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to give Pages Permalinks, without adopting the Parent Page’s in it?](https://wordpress.org/support/topic/how-to-give-pages-permalinks-without-adopting-the-parent-pages-in-it/)
 *  Thread Starter [sebsteen](https://wordpress.org/support/users/sebsteen/)
 * (@sebsteen)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-give-pages-permalinks-without-adopting-the-parent-pages-in-it/#post-1529127)
 * Thanks alot ipstenu.
 * I solved the Problem using the “Custom Permalink” Plugin

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