Kann sich das vielleicht jemand bei mir im Admin Panel oder so anschauen ? Ich hab da keinen Rat mehr.
Danke
Gruß
Arthuro
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 erstellenKann sich das vielleicht jemand bei mir im Admin Panel oder so anschauen ? Ich hab da keinen Rat mehr.
Danke
Gruß
Arthuro
Keiner eine Lösung ???
Guten Tag,
ich habe zurzeit das Problem das meine abgerufenen Feedburner Artikel "http://feeds.feedburner.com/Arthuro87" erstens ohne Bilder angezeigt werden und zweitens wird der Artikel nicht ganz angezeigt. Ich habe schon halb google gesucht und die ganzen Einstellungen aus dem Netz befolgt, leider ohne Erfolg. Das Feedburner Plugin ist installiert. Ich weiß einfach nicht mehr weiter und bitte um hilfe.
Vielen Dank
Gruß
Arthuro
Vielen Dank, wieder was dazu gelernt.
Gruß
Arthuro
Guten Tag,
ich habe gerade ein Plugin installiert, seit dem bekomme ich folgende Fehlermeldung in meinem Adminbereich: Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /wp-admin/menu.php on line 82
Was kann ich tun ? Leider komme ich jetzt nicht mehr in meinen Adminbereich. Den Arbeitsspeicher kann ich leider nicht mehr erhöhen ? Habe ich irgendeine Möglichkeit, damit ich das Plugin wieder löschen kann ?
Danke für Hilfe.
Gruß
Arthuro
Keiner einen Tipp ?
Guten Tag,
wo und wie kann ich die Blogpress Überschrift entfernen ? Ich möchte das nur meine Links angezeigt werden keine Kategorie Namen.
Vielen Dank
Gruß
Arthuro
Guten Tag,
ich hab ein Problem, wenn ich ein YouTube Video einbinde und das Mittig Setze, ist links der ganze Bereich schwarz. Wie bekomme ich das weg ?
Vielen Dank im Voraus für eine Antwort.
Vielen Dank, hat funktioniert.
Gruß
Arthuro
In welchem Template den ? Ich finde da nämlich nichts.
Guten Abend,
vielen dank, das hat geklappt.
Ist es den auch möglich auf bestimmten Seiten die Anzahl von Kommentaren auszublenden. Auf meiner Hauptseite habe ich die Kommentare aktiviert aber nicht auf den anderen Seiten und dort würde ich dies gerne auch ausblenden.
Vielen Dank im voraus.
Gruß
Arthuro
Guten Tag,
ich habe das Problem das auf Seiten wo ich das Kommentieren deaktiviert habe, "Comments are closed" angezeigt wird. Dies möchte ich auf den entsprechenden Seiten entfernen.
Weiß jemand wie das geht oder gibst dafür ein Plugin ?
page.php
<?php get_header(); ?>
<div id="content">
<!-- Primary content: Stuff that goes in the primary content column (by default, the left column) -->
<div id="primarycontainer">
<div id="primarycontent">
<div id="contentarea"><!-- Primary content area start -->
<?php if ($posts) {
foreach($posts as $post)
{
start_wp();
?>
<div class="post" id="post-<?php the_ID(); ?>">
<h4><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h4>
<div class="contentarea">
<p class="details"><span class="user"><?php the_author_posts_link() ?></span> <span class="date"><?php the_time('F jS, Y') ?></span> <?php edit_post_link('Edit'); ?></p>
<?php the_content('Continue Reading »'); ?>
<?php $sub_pages = wp_list_pages( 'sort_column=menu_order&depth=1&title_li=&echo=0&child_of=' . $id );?>
<?php if ($sub_pages <> "" ){?>
<p>This page has the following sub pages.</p>
<ul><?php echo $sub_pages; ?></ul>
<?php }?>
<ul class="controls">
<li class="comments"><?php comments_number('Comments(0)', 'Comments(1)', 'Comments(%)'); ?></li>
</ul>
</div>
</div>
<?php comments_template();?>
<?php
} /* end for "for-each" */
}/* end for "if posts" */
else
{
echo '<p>Sorry, No Posts matched your criteria.</p>';
}
?>
<p align="center"><?php posts_nav_link(' - ','« Prev','Next »') ?></p>
</div><!-- primarycontent end -->
</div><!-- primarycontainer end -->
</div><!--content end -->
<?php get_sidebar(); ?>
<?php get_footer();?>
Alles anzeigen
singel.php
<?php get_header(); ?>
<div id="content">
<!-- Primary content: Stuff that goes in the primary content column (by default, the left column) -->
<div id="primarycontainer">
<div id="primarycontent">
<div id="contentarea"><!-- Primary content area start -->
<?php if ($posts) {
foreach($posts as $post)
{
the_post();
?>
<div class="post" id="post-<?php the_ID(); ?>">
<h4><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h4>
<div class="contentarea">
<p class="details"><span class="user"><?php the_author_posts_link() ?></span> <span class="date"><?php the_time('F jS, Y') ?></span></p>
<?php the_content('Continue Reading »'); ?>
<p class="post-tags">
<?php if (function_exists('the_tags')) the_tags('Tags: ', ', ', '<br/>'); ?>
</p>
<ul class="controls">
<li class="more"><?php the_category(' , ') ?> <?php edit_post_link('Edit'); ?></li>
<li class="comments"><?php comments_number('Comments(0)', 'Comments(1)', 'Comments(%)'); ?></li>
</ul>
</div>
</div>
<?php comments_template();?>
<?php
} /* end for "for-each" */
}/* end for "if posts" */
else
{
echo '<p>Sorry, No Posts matched your criteria.</p>';
}
?>
<p align="center"><?php posts_nav_link(' - ','« Prev','Next »') ?></p>
</div><!-- primarycontent end -->
</div><!-- primarycontainer end -->
</div><!--content end -->
<?php get_sidebar(); ?>
<?php get_footer();?>
Alles anzeigen
Vielen Dank im voraus für Hilfe.
Gruß
Arthuro