随笔分类 -  wp

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)
摘要:安装wp出现的错误 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home3/scottgot/public_html/williamstonfmc/wp-admin/includes/class-wp-list-table.php on line 6501. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M t... 阅读全文

posted @ 2012-11-22 15:32 haven24 阅读(817) 评论(0) 推荐(0)

wp不同语言下载地址
摘要:http://codex.wordpress.org/WordPress_in_Your_Language 阅读全文

posted @ 2012-11-22 11:28 haven24 阅读(126) 评论(0) 推荐(0)

drop wp table
摘要:DROP TABLE `wp_commentmeta`, `wp_comments`, `wp_links`, `wp_options`, `wp_postmeta`, `wp_posts`, `wp_terms`, `wp_term_relationships`, `wp_term_taxonomy`, `wp_usermeta`, `wp_users`; 阅读全文

posted @ 2012-11-21 08:40 haven24 阅读(122) 评论(0) 推荐(0)

wordpress 如何批量关闭和打开评论
摘要:关闭评论:UPDATE wp_posts SET comment_status = 'closed'打开评论:UPDATE wp_posts SET comment_status = 'open' 阅读全文

posted @ 2010-08-14 15:29 haven24 阅读(179) 评论(0) 推荐(0)

导航