Hi Leute,
ich möchte gern den "[COLOR=#999999][FONT="][FONT=inherit]Veröffentlicht unter[/FONT] Allgemein [/FONT][/COLOR][COLOR=#999999][FONT="][/FONT][/COLOR][COLOR=#999999][FONT="]| [/FONT][/COLOR][COLOR=#999999][FONT="][/FONT][/COLOR][COLOR=#999999][FONT="][COLOR=#F2641D][FONT=inherit]Kommentar hinterlassen" [/FONT][/COLOR][/FONT][/COLOR]
auf der Beitragsseite löschen. Ich habe dazu bereits das hier gelesen:
http://forum.wpde.org/design/90590-t…-entfernen.html
Ich finde auch den Codeschnipsel
[COLOR=#007700][FONT=monospace]function [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]twentyeleven_posted_on[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() {
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]printf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]__[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s" pubdate>%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'twentyeleven' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_url[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_permalink[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_attr[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_time[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_attr[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_date[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'c' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) ),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_html[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_date[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_url[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_author_posts_url[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_author_meta[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'ID' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) ) ),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]sprintf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_attr__[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'View all posts by %s'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'twentyeleven' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]), [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_author[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ),
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_html[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_author[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() )
);
} [/FONT][/COLOR]
in der functions.php, wenn ich den aber entferne, gibts eine Fehlermeldung und die Seite ist nicht mehr erreichbar...
Wäre für Hilfe dankbar.