sebsteen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove the Header?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
In reply to: How to remove the Header?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”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”http://gmpg.org/xfn/11″>
<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
In reply to: Permalinks/%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.
Thanks alot ipstenu.
I solved the Problem using the “Custom Permalink” Plugin