php Genesis帖子格式。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Genesis帖子格式。相关的知识,希望对你有一定的参考价值。

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

//* Add support for post formats
add_theme_support( 'post-formats', array(
	'aside',
	'audio',
	'chat',
	'gallery',
	'image',
	'link',
	'quote',
	'status',
	'video'
) );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Add support for post format images
add_theme_support( 'genesis-post-format-images' );

以上是关于php Genesis帖子格式。的主要内容,如果未能解决你的问题,请参考以下文章

php 禁用HTML5的Genesis和Studiopress主题的帖子信息

php 使用Genesis中的博客模板在博客帖子页面或页面上添加介绍文本

帖子标题和信息未显示

php 精选图片,genesis.php

php 使用genesis_footer_creds_text过滤器更改Genesis中的页脚文本

php Wordpress Genesis front-page.php文件