0 && $obt_comments_this_page > 0); global $user_ID; extract(wp_get_current_commenter(),EXTR_SKIP); $obt_check_trackbacks = false; IF (!is_array($obt_social_domains)) $obt_social_domains = array(); FOREACH ($obt_social_domains AS $social_domain) IF (obt_get_themeoption("share-{$social_domain}")){ $obt_check_trackbacks = true; BREAK; }; IF (have_posts() && !is_404()){ WHILE (have_posts()){ the_post(); IF ($wp_query->current_post == 0) get_header(); IF ($wp_query->current_post == 0) include(TEMPLATEPATH."/ads/before-all-posts.php"); include(TEMPLATEPATH."/ads/before-post.php"); echo "
\n"; echo "\n"; include(TEMPLATEPATH."/post.php"); echo "
\n"; include(TEMPLATEPATH."/ads/after-post.php"); include(TEMPLATEPATH."/ads/before-post-info.php"); echo "
\n"; IF (!$obt_comments_paginated && !is_page()) include(TEMPLATEPATH."/post-related.php"); echo "\n"; include(TEMPLATEPATH."/post-share.php"); echo "
\n"; include(TEMPLATEPATH."/ads/after-post-info.php"); IF ($wp_query->current_post == $wp_query->post_count - 1 || is_single() || is_page()){ include(TEMPLATEPATH."/ads/after-all-posts.php"); IF (false) paginate_links(); IF (!is_single() && !is_page()) include(TEMPLATEPATH."/pagination.php"); ELSEIF (!function_exists("wp_list_comments")) require_once(TEMPLATEPATH."/comments.php"); ELSE require_once(TEMPLATEPATH."/comments.php"); IF (false) comments_template(); get_sidebar(); get_footer(); break; }; }; }ELSE{ IF (!is_search()) $wp_query->is_404 = true; get_header(); include(TEMPLATEPATH."/ads/before-all-posts.php"); include(TEMPLATEPATH."/ads/before-post.php"); echo "
\n"; echo "\n"; include(TEMPLATEPATH."/ads/before-post-title.php"); echo "

".obt_translate("Not found")."

\n"; include(TEMPLATEPATH."/ads/after-post-title.php"); include(TEMPLATEPATH."/ads/before-post-content.php"); echo "
\n"; echo "

".obt_translate("No post was found for your query. Back to the %1 homepage, try the search form or browse the different categories and sections","".get_bloginfo("name")."").".

\n"; echo "
\n"; include(TEMPLATEPATH."/ads/after-post-content.php"); echo "\n"; echo "
\n"; include(TEMPLATEPATH."/ads/after-post.php"); include(TEMPLATEPATH."/ads/after-all-posts.php"); get_sidebar(); get_footer(); }; ?>