Esempio n. 1
0
                ?>
</span></div>
		<?php 
            }
        }
        // 列表
        while (mc_next_post()) {
            ?>
				<div >
					<h2><?php 
            mc_the_link();
            ?>
</h2>
					<?php 
            mc_the_thumbnail();
            mc_the_excerpt('200');
            ?>
					<div class="info">
						<div class="time"><?php 
            mc_the_date();
            ?>
</div>
						<div class="tags"><?php 
            mc_the_tags('', '', '');
            ?>
</div>
					</div>
				</div>
		<?php 
        }
        ?>
Esempio n. 2
0
                ?>
</span></div>
<?php 
            }
        }
        // 列表
        while (mc_next_post()) {
            ?>
        <div class="m-post photo">
			<h2><?php 
            mc_the_link();
            ?>
</h2>
            <?php 
            mc_the_thumbnail();
            mc_the_excerpt('');
            ?>
            <div class="info">
                <div class="time"><?php 
            mc_the_date();
            ?>
</div>
				<div class="tags"><?php 
            mc_the_tags('', '', '');
            ?>
</div>
            </div>
        </div>
<?php 
        }
        // 翻页