示例#1
0
_e('by', 'marvel');
?>
 <?php 
the_author_posts_link();
?>
						</li>
						<li class="meta-category">
							<?php 
_e('in', 'marvel');
?>
 <?php 
the_category(', ');
?>
						</li>
						<li class="meta-comment">
							<i class="fa fa-comment-o"></i>
							<?php 
comments_popup_link(' 0', ' 1', ' %');
?>
						</li>
					</ul>
				</div>
			</header>
			<div class="blog-content">
				<?php 
echo pgl_get_excerpt(25, '...');
?>
			</div>
		</div>
	</div>
</article>
示例#2
0
do_action('pgl_post_before_content');
?>
</div>
			<div class="col-sm-7">
				<h2 class="blog-title">
					<a href="<?php 
the_permalink();
?>
">
						<?php 
the_title();
?>
					</a>
				</h2>

				<div class="blog-content">
					<?php 
echo pgl_get_excerpt(60);
?>
				</div>
				<a href="<?php 
the_permalink();
?>
" class="btn btn-default"><?php 
echo __('Read More', 'marvel');
?>
</a>
			</div>
		</div>
	</div>
</article>
示例#3
0
				<span class="sticky pull-right"><?php 
    _e('Sticky', 'marvel');
    ?>
</span>
			<?php 
}
?>
			<a href="<?php 
the_permalink();
?>
">
				<?php 
the_title();
?>
			</a>
		</h2>

		<div class="blog-content">
			<?php 
echo pgl_get_excerpt(120);
?>
		</div>
		<a href="<?php 
the_permalink();
?>
" class="btn btn-default"><?php 
echo __('Read More', 'marvel');
?>
</a>
	</div>
</article>