示例#1
0
								</div>

							</article><!-- #post-<?php 
        the_ID();
        ?>
 -->

							<?php 
        echo do_shortcode('[hr]');
        ?>


			<?php 
    }
    ?>
			<?php 
} else {
    ?>
			<h2>No Entries Found</h2>
			<?php 
}
?>

			<?php 
/* Display navigation to next/previous pages when applicable */
?>
				<?php 
if (function_exists("max_pagination")) {
    max_pagination();
}
示例#2
0
            ?>

				</li>

				<?php 
        }
        ?>
			</ul>

		</div>

    	<br />
		<?php 
        /* Display navigation to next/previous pages when applicable */
        if (function_exists("max_pagination")) {
            max_pagination($portfolio_posts);
        }
        ?>

		<?php 
    } else {
        ?>

		<?php 
        if ($post->post_content == "") {
            ?>
		<h2><?php 
            _e("Whoops! Can't seem to find any galleries!", MAX_SHORTNAME);
            ?>
</h2>
		<p><?php