Das hat funktioniert, danke.
Beiträge von Kelindahr
-
-
Da ich bisher keinerlei Artikel auf dem Blog habe würde ich einfach diesen komplett neu installieren. Das geht wohl am schnellsten.
Aber Danke für die Hilfe :)
-
Ich habe es mal angepasst so wie du sagtest, aber leider nichts passiert. tatsächlich jedoch habe ich die custom_functions.php vorher bearbeitet, jedoch die Veränderung heraus gelöscht.
Aber ich poste dir einmal den kompletten Inhalt:
ZitatAlles anzeigen
<?php
/*
Store all of your custom functions, actions, and so on in this file.For more on hooks go here: http://headwaythemes.com/documentation/…rces/hook-codex
**Here are examples of an action and filter.**
add_action('some_action', 'an_example_action_function');
function an_example_action_function(){
echo 'This will echo something.';
}add_filter('some_filter', 'an_example_filter_function');
function an_example_filter_function($content){
return $content;
}///////////////////////////////
add_action('init', 'register_custom_stuff');
function register_custom_stuff(){
//Add a custom element to be styled with the visual editor.
headway_register_custom_element(array('selector' => 'div#footer a:hover', 'name' => 'Footer — Hyperlinks (Hover)', 'color_options' => array('color'), 'fonts' => true));
//Add two custom font families to be used by the visual editor.
headway_register_custom_font('Futura', 'Futura, "Century Gothic", AppleGothic, sans-serif');
headway_register_custom_font('Geneva', 'Lucida Sans, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif');
}
*/ -
Hallo,
ich bekomme neuerdings beim erstellen von Artikeln eine Fehlermeldung und zwar:
Warning: Cannot modify header information - headers already sent by (output started at /mnt/webg/e2/92/52971592/htdocs/wordpress/wp-content/themes/headway-2013/custom/custom_functions.php:1) in /mnt/webg/e2/92/52971592/htdocs/wordpress/wp-includes/pluggable.php on line 934
Der Artikel wird jedoch erstellt, und ist auch danach auf der Homepage verfügbar. Jedoch ist es mir nicht möglich Artikel danach in Ihrer Formatierung zu verändern.
Kann mir dabei jemand helfen?
Ich benutze neben dem einfachem Wordpress noch das Theme: Headway.
Die Fehlermeldung tritt leider nicht nur beim Posten von Artikeln auf sondern bei jeder Veränderung an der Homepage, installieren von Plugins etc.