php 创世纪录入内容。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 创世纪录入内容。相关的知识,希望对你有一定的参考价值。

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

//* Remove the post content (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Remove the post permalink (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_permalink', 14 );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Remove the post navigation (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_content_nav', 12 );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Remove the post image (requires HTML5 theme support)
remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Add post navigation (requires HTML5 theme support)
add_action( 'genesis_entry_footer', 'genesis_prev_next_post_nav' );

以上是关于php 创世纪录入内容。的主要内容,如果未能解决你的问题,请参考以下文章

php 博客模板上的创世纪页面内容。

php 创世纪主题支持

php 创世纪:删除编辑帖子链接

php 创世纪:添加阻止

php 创世纪:添加菜单

php 创世纪:删除标题