@Melewo[COLOR=#3E3E3E] Also ich hab den Fehler gefunden er wird durch ein Plugin verursacht. Werde jetzt mal den Entwickler des Plugin kontaktieren. [/COLOR]
Beiträge von Alonso
-
-
-
Sieht aus als wäre es die Index.php
ZitatAlles anzeigen<?php// Template Name: Blog
?><div id="main" class="list">
<div class="section-head">
<h1><?php echo get_blog_page_title(); ?></h1>
</div>
<?php appthemes_before_blog_loop(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php appthemes_before_blog_post_title(); ?>
<h2 class="post-heading"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php comments_popup_link( "0", "1", "%", "comment-count" ); ?>
<?php appthemes_after_blog_post_title(); ?><section class="overview">
<?php appthemes_before_blog_post_content(); ?>
<?php the_content(); ?>
<?php appthemes_after_blog_post_content(); ?>
</section>
<small><?php va_the_post_byline(); ?></small>
</article>
<?php endwhile; ?>
<?php appthemes_after_blog_loop(); ?><?php if ( $wp_query->max_num_pages > 1 ) : ?>
<nav class="pagination">
<?php appthemes_pagenavi(); ?>
</nav>
<?php endif; ?>
</div><div id="sidebar">
<?php get_sidebar( app_template_base() ); ?>
</div> -
Es kommt noh besser jetzt hab ich sie mal weg gelöscht und es passiert gar nichts da wird auf keine 404.php zugegriffen
-
Steht ja was drin
ZitatAlles anzeigen<div id="main"> <div class="section-head">
<h1><?php _e( 'Sorry, Page Not Found', APP_TD ); ?></h1>
</div>
<article>
<p><?php _e( "The page or listing you are trying to reach no longer exists or has expired.", APP_TD ); ?></p>
</article>
</div><!-- /#main -->
<div id="sidebar" class="threecol last">
<?php get_sidebar( app_template_base() ); ?>
</div>Aber ich kann auch normalen text nehmen es wird nichts angezeigt auch der Titel ändert sich nicht
-
Hab ich auch schon bringt nix :-( könnt ja selber mal schauen http://quadlinks.de/adfefeefe
-
Jemand noch ne Idee finde den Fehler nicht
-
Die Seite ist auch da aber irgendwie wird nix angezeigt
-
Hallo
ich hab folgendes Problem wenn ich eine URL aufrufe die es nicht gibt sehe ich meine Seite ohne Content.Kann man das so regeln das man auf die Startseite geleitet wird?
Oder gibt es ein Plugin mit dem ich dieses URLs umleiten kann ?