wordpress主题收藏

加速插件:

https://www.iztwp.com/plugin/wp-acceleration-for-china.html

代理邮箱服务器:

Easy WP SMTP

头像问题:

wp user Avatar

插件-》安装插件 -》Avatar 修改头像图片

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------

blog :

http://www.2zzt.com/cmszhuti/7625.html

 

 

瀑布流:

https://www.iztwp.com/theme/photobroad.html

演示http://photobroad.webjyh.com/

 

技术主页:https://avada.theme-fusion.com/resume/

----------------------------------------------------------------------------------------------------------------------------------------------------------

 

1,修改\wp-includes\default-constants.php中的第40行

// Define memory limits.
    if ( ! defined( 'WP_MEMORY_LIMIT' ) ) {
        if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) {
            define( 'WP_MEMORY_LIMIT', $current_limit );
        } elseif ( is_multisite() ) {
            define( 'WP_MEMORY_LIMIT', '64M' );
        } else {
            define( 'WP_MEMORY_LIMIT', '256M' );//默认为40,也可以是512
        }
    }

2修改\wp-includes\script-loader.php

将所有googleapis替换成useso

 

3,增加插件Useso take over Google 

 

 

 

 

 

 

修改php.ini配置文件

max_input_vars = 4720

max_execution_time = 3000

 

posted on 2016-11-07 13:05  ziyi_ang  阅读(221)  评论(0编辑  收藏  举报

导航