すぐできる、Macでローカルwebサーバ構築

apache起動
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
sudo apachectl start
sudo apachectl stop
sudo apachectl restart
確認
http://localhost/
表示されているものはたぶんこれ
/Library/WebServer/Documents/
sudo vim /etc/apache2/httpd.conf
コメントアウトはずす
LoadModule php5_module libexec/apache2/libphp5.so
ログ
/private/var/log/apache2/

Fatal error: Uncaught Error: Call to undefined function set_post_views() in /home/jszk/desnote.com/public_html/wpjs/wp-content/themes/the-thor-child/single.php:658 Stack trace: #0 /home/jszk/desnote.com/public_html/wpjs/wp-includes/template-loader.php(78): include() #1 /home/jszk/desnote.com/public_html/wpjs/wp-blog-header.php(19): require_once('/home/jszk/desn...') #2 /home/jszk/desnote.com/public_html/index.php(17): require('/home/jszk/desn...') #3 {main} thrown in /home/jszk/desnote.com/public_html/wpjs/wp-content/themes/the-thor-child/single.php on line 658