Ok.... das einzigste was passiert ist , dass es gar kein Kommentarfeld mehr gibt.
Weiterhin über Tips dankbar ;)
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenOk.... das einzigste was passiert ist , dass es gar kein Kommentarfeld mehr gibt.
Weiterhin über Tips dankbar ;)
so hier der Code von der Single.php vom dem Theme Mandiog
printf(
__('Posted by %s in %s', 'mandigo'),
mandigo_author_link(get_the_author_ID(), get_the_author()),
get_the_category_list(', ')
);
}
else {
printf(
__('Posted on %s by %s in %s', 'mandigo'),
get_the_time(__('F jS, Y', 'mandigo')),
mandigo_author_link(get_the_author_ID(), get_the_author()),
get_the_category_list(', ')
);
}
// if wp supports tags, and unless we chose to display tags after the post
if (function_exists('the_tags') && !$mandigo_options['display_tags_after_content'])
the_tags(', '. __('tags', 'mandigo') .': ');
?>
</small>
</div>
<div class="entry">
<?php
// the content itself!
the_content(__('Read the rest of this entry', 'mandigo') .' »');
link_pages(
'<p><strong>'. __('Pages', 'mandigo') .':</strong> ',
'</p>',
'number'
);
// if wp supports tags, and if we chose to display tags after the post
if (function_exists('the_tags') && $mandigo_options['display_tags_after_content'])
the_tags();
?>
<p class="postmetadata alt clear">
<small>
<?php
printf(
__('This entry was posted on %s at %s and is filed under %s.', 'mandigo') .' ',
get_the_time(__('l, F jS, Y', 'mandigo')) .' ',
get_the_time(),
get_the_category_list(', ')
);
// link to rss feed
printf(
__('You can follow any responses to this entry through the %s feed.', 'mandigo') .' ',
'<a href="'. comments_rss() .'">RSS 2.0</a>'
);
// if both comments and pings are open
if ($post->comment_status == 'open' && $post->ping_status == 'open') {
printf(
__('You can <a href="#respond">leave a response</a>, or <a href="%s" rel="trackback">trackback</a> from your own site.', 'mandigo') .' ',
trackback_url(false)
);
}
// if only pings are open
elseif ($post->comment_status != 'open' && $post->ping_status == 'open') {
printf(
__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'mandigo') .' ',
trackback_url(false)
);
}
// if only comments are open
elseif ($post->comment_status == 'open' && $post->ping_status != 'open') {
_e('You can <a href="#respond">skip to the end</a> and leave a response. Pinging is currently not allowed.', 'mandigo') .' ';
}
// if neither comments or pings are open
elseif ($post->comment_status != 'open' && $post->ping_status != 'open') {
_e('Both comments and pings are currently closed.', 'mandigo') .' ';
}
// the "edit post" link
edit_post_link(
__('Edit this entry.', 'mandigo'),
'',
''
);
?>
</small>
</p>
</div>
</div>
<?php
// include the comments template
comments_template();
} // end of main loop
}
// if have_posts() was false
else {
?>
<<?php echo $tag_page_title; ?>><?php _e('Sorry, no posts matched your criteria.', 'mandigo'); ?></<?php echo $tag_page_title; ?>>
<?php
}
?>
</td>
<?php
// if we have at least one sidebar to display
if ($mandigo_options['sidebar_always_show'] && $mandigo_options['sidebar_count']) {
if (mandigo_sidebox_conditions())
include (TEMPLATEPATH . '/sidebox.php');
include (TEMPLATEPATH . '/sidebar.php');
// if this is a 3-column layout
if ($mandigo_options['layout_width'] == 1024 && $mandigo_options['sidebar_count'] == 2)
include (TEMPLATEPATH . '/sidebar2.php');
}
get_footer();
?>
Alles anzeigen
So und nun bitte erklären was ich da machen muss ;) bin ja kein Fachmann :D
lG bandes
Wenn du mir sagst was ich da machen muss ;) ??????
LG Bandes
Keiner mehr nen Tip von Euch ?!
Ne ich benutze askimet..... Spam Karma 2
Hoffe es weiss jemand wie ich das weg bekomm????
lG bandes
Die ganze Datei oder wie ???ß
LG Bandes
Ok und was muss ich machen damit der fehler weg ist ????
Lg
Hallo Leute
hoffe ihr könnt mir helfen.
habe hier im screen den Fehler. Man sieht 2 Kommentarfelder.
Wie bekomm das hin, dass es nur eins anzeigt sowie es sein soll ????
http://www.abload.de/image.php?img=bildzfxt.jpg
Hoffe um Tipss
LG bandes
Weiss denn niemand,warum ich 2 mal das comment Fenster habe ????
LG Bandes
Push ;) und 20 zeichen ;) ;)
hi Leute
Hoffe ihr könnt mir helfen und zwar unter Webseite des Magiers Bandes Malfurion habe ich das Problem, dass ich 2 mal das eingabefeld von MceComments habe.
Weiss da jemand was,was da falsch läuft ????
LG Bandes
Hat der keiner eine Idee???
Kann doch net so schwer sein das Wordpress zu installiern in eine Subdomain ????
LG Bandes
Keiner mehr nen tip?
Wäre schön wenn jemand noch ne Idee hat ????
lg bandes
Also index plesk ist gelöscht.
Ne gab keine Fehler Meldung also liegen tut es da
arbeit.RonnyBandmann.de/subdomains/arbeit/httpdocs/
Kann mit mal wer helfen
http://arbeit.ronnybandmann.de/wp-admin/install.php
Zitat
warum startet dir Installation nicht ???
LG Bandes
Ok danke an versuch wars wert ;)
http://www.Bandes.de
ja habe ich gemacht man sieht die vorschau auch
ich glaube nicht.... Also der code Funzt net ... :(