Exemple #1
0
function ttrust_footer()
{
    global $wp_query;
    global $post;
    if ($post) {
        if (is_front_page() || false !== strpos($post->post_content, '[slideshow')) {
            include TEMPLATEPATH . '/js/slideshow.php';
        }
    }
    if (is_paginated() && of_get_option('ttrust_infinite_scrolling') != "disabled") {
        include TEMPLATEPATH . '/js/infinite_scrolling.php';
    }
}
        the_time('F d Y');
        ?>
</span>
									<span class="post-excerpt"><?php 
        echo get_the_excerpt();
        ?>
</span>
								</div>
							</article>
						</li>
						<?php 
    }
    ?>
					</ul> 			
					<?php 
    if (is_paginated()) {
        ?>
						<div class="pagination">
							<?php 
        echo paginate_links();
        ?>
						</div>
					<?php 
    }
    ?>
				<?php 
} else {
    ?>
					<span><?php 
    _e('Sorry, no posts matched your criteria.');
    ?>