text 一个简单的功能来控制WPColt.com的二十七个主题页面部分的数量

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 一个简单的功能来控制WPColt.com的二十七个主题页面部分的数量相关的知识,希望对你有一定的参考价值。

/*
 * A simple function to control the number of Twenty Seventeen Theme Front Page Sections
 * Source: wpcolt.com
 */
function wpc_custom_front_sections( $num_sections )
	{
		return 5; //Change this number to change the number of the sections.
	}
add_filter( 'twentyseventeen_front_page_sections', 'wpc_custom_front_sections' );

以上是关于text 一个简单的功能来控制WPColt.com的二十七个主题页面部分的数量的主要内容,如果未能解决你的问题,请参考以下文章