php generatepress php脚本

Posted

tags:

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

// Removing the entire footer bar
add_action( 'after_setup_theme', 'tu_remove_footer_area' );
function tu_remove_footer_area() {
    remove_action( 'generate_footer','generate_construct_footer' );
}

// sidebar width
add_filter( 'generate_right_sidebar_width', 'generate_custom_right_sidebar_width' );
function generate_custom_right_sidebar_width()
{
  return '30';
}

以上是关于php generatepress php脚本的主要内容,如果未能解决你的问题,请参考以下文章

php GeneratePress的facetwp模板css

php GeneratePress定制器颜色

php GeneratePress粘性页脚

php GeneratePress粘性页脚

php 隐藏GeneratePress设置

php 拾色器代码-GeneratePress