Własny szablon – problem :)
-
Nie wiem zbytnio gdzie lezy problem ale jak sie zaloguje, wyloguje badz zrobie byla jaka akcje jako admin w kokpicie (np usune wpisy czy cos ta) to po kazdej akcji wyskakuja takie mniej wiecej bledy:
Warning: Cannot modify header information - headers already sent by (output started at /home/wazniak/public_html/wp-content/themes/Lepszyja_ver2/functions.php:2) in /home/wazniak/public_html/wp-includes/pluggable.php on line 732
wersja wp: wordpress-3.0.4-pl_PL
zawartosc functions.php
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<div class="sidebar-box-bg"><div class="sidebar-tresc">', 'after_widget' => '</div></div>', 'before_title' => '<div class="sidebar-bar"><h2>', 'after_title' => '</h2></div>', )); ?>
zawartosc HEAD (bo chyba z tym jest jakis problem)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></title> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives(array('type' => 'monthly', 'format' => 'link')); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- Temat ‘Własny szablon – problem :)’ jest zamknięty na nowe odpowiedzi.