php创世纪信息。(代码片段)

author author     2022-12-09     199

关键词:

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Remove the post info function
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
/* Post Info
------------------------------------------------------------ */
 
.post-info 
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0 0 5px;
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Customize the post info function
add_filter( 'genesis_post_info', 'sp_post_info_filter' );
function sp_post_info_filter($post_info) 
if ( !is_page() ) 
	$post_info = '[post_date] by [post_author_posts_link] [post_comments] [post_edit]';
	return $post_info;

php创世纪设置(代码片段)

查看详情

php创世纪评论。(代码片段)

查看详情

php创世纪:删除标题(代码片段)

查看详情

php创世纪网格循环。(代码片段)

查看详情

php创世纪主题支持(代码片段)

查看详情

php创世纪:改变标题(代码片段)

查看详情

php创世纪:添加阻止(代码片段)

查看详情

php空白页创世纪(代码片段)

查看详情

php创世纪:删除标题(代码片段)

查看详情

php创世纪结构包裹。(代码片段)

查看详情

php创世纪的形象。(代码片段)

查看详情

php创世纪:添加菜单(代码片段)

查看详情

php创世纪后元。(代码片段)

查看详情

php创世纪后导航。(代码片段)

查看详情

php创世纪搜索表格。(代码片段)

查看详情

php创世纪:添加阻止(代码片段)

查看详情

php创世纪:添加菜单(代码片段)

查看详情

php改变创世纪标题(代码片段)

查看详情