So bin einen Schritt weiter,
durch das entfernen diese CodeSchnipsel werden die aktuellen Beiträge nicht mehr angezeigt.
ZitatAlles anzeigen[COLOR=#000000] <div id="content" class="alt-home-cont clearfix">
<div id="main" class="col620 clearfix" role="main">
[COLOR=#0000BB]<?php
[/COLOR][COLOR=#007700]if ( [/COLOR][COLOR=#0000BB]get_query_var[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'paged'[/COLOR][COLOR=#007700]) ) {
[/COLOR][COLOR=#0000BB]$paged [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]get_query_var[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'paged'[/COLOR][COLOR=#007700]);
} elseif ( [/COLOR][COLOR=#0000BB]get_query_var[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'page'[/COLOR][COLOR=#007700]) ) {
[/COLOR][COLOR=#0000BB]$paged [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]get_query_var[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'page'[/COLOR][COLOR=#007700]);
} else {
[/COLOR][COLOR=#0000BB]$paged [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700];
}
[/COLOR][COLOR=#0000BB]$alt_args [/COLOR][COLOR=#007700]= array(
[/COLOR][COLOR=#DD0000]'ignore_sticky_posts' [/COLOR][COLOR=#007700]=> [/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700],
[/COLOR][COLOR=#DD0000]'paged' [/COLOR][COLOR=#007700]=> [/COLOR][COLOR=#0000BB]$paged
[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$alt_posts [/COLOR][COLOR=#007700]= new [/COLOR][COLOR=#0000BB]WP_Query[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$alt_args[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]?>
[/COLOR]
[COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if ( [/COLOR][COLOR=#0000BB]$alt_posts[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]have_posts[/COLOR][COLOR=#007700]() ) : [/COLOR][COLOR=#0000BB]?>
[/COLOR]
<h2 class="latest-title">[COLOR=#0000BB]<?php _e[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Latest News'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]'wp-jurist'[/COLOR][COLOR=#007700]) [/COLOR][COLOR=#0000BB]?>[/COLOR]</h2>[COLOR=#0000BB]<?php [/COLOR][COLOR=#FF8000]/* Start the Loop */ [/COLOR][COLOR=#0000BB]?>
[/COLOR] [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]while ( [/COLOR][COLOR=#0000BB]$alt_posts[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]have_posts[/COLOR][COLOR=#007700]() ) : [/COLOR][COLOR=#0000BB]$alt_posts[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]the_post[/COLOR][COLOR=#007700](); [/COLOR][COLOR=#0000BB]?>
[/COLOR]
[COLOR=#0000BB]<?php
[/COLOR][COLOR=#FF8000]/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
[/COLOR][COLOR=#0000BB]get_template_part[/COLOR][COLOR=#007700]( [/COLOR][COLOR=#DD0000]'content'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]'alt-homepage' [/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]?>
[/COLOR]
[COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]endwhile; [/COLOR][COLOR=#0000BB]?>
[/COLOR][COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if ([/COLOR][COLOR=#0000BB]function_exists[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"wp_jurist_custom_pagination"[/COLOR][COLOR=#007700])) {
[/COLOR][COLOR=#0000BB]wp_jurist_custom_pagination[/COLOR][COLOR=#007700]();
} elseif ([/COLOR][COLOR=#0000BB]function_exists[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"wp_jurist_content_nav"[/COLOR][COLOR=#007700])) {
[/COLOR][COLOR=#0000BB]wp_jurist_content_nav[/COLOR][COLOR=#007700]( [/COLOR][COLOR=#DD0000]'nav-below' [/COLOR][COLOR=#007700]);
}[/COLOR][COLOR=#0000BB]?>
[/COLOR]
[COLOR=#0000BB]<?php wp_reset_postdata[/COLOR][COLOR=#007700](); [/COLOR][COLOR=#0000BB]?>
[/COLOR]
[COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]else : [/COLOR][COLOR=#0000BB]?>
[/COLOR]
<article id="post-0" class="post no-results not-found">
<header class="entry-header">
<h1 class="entry-title">[COLOR=#0000BB]<?php _e[/COLOR][COLOR=#007700]( [/COLOR][COLOR=#DD0000]'Nothing Found'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]'wp-jurist' [/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR]</h1>
</header><!-- .entry-header --><div class="entry-content post-content">
<p>[COLOR=#0000BB]<?php _e[/COLOR][COLOR=#007700]( [/COLOR][COLOR=#DD0000]'It seems we can’t find what you’re looking for. Perhaps searching can help.'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#DD0000]'wp-jurist' [/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR]</p>
[COLOR=#0000BB]<?php get_search_form[/COLOR][COLOR=#007700](); [/COLOR][COLOR=#0000BB]?>
[/COLOR] </div><!-- .entry-content -->
</article><!-- #post-0 -->[COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]endif; [/COLOR][COLOR=#0000BB]?>[/COLOR][/COLOR]
Zu guter letzt wie kann ich den nun die ganze Artikelseite anzeigen lassen?