php

apacheからnginxに乗り換える2

昨日の続き php-fpmをインストールする php5.6を使っているのでremiリポジトリを追加後インストールする sudo yum install yum --enablerepo=remi-php56,remi,epel install php-fpm その他は下記記事を参考に設定 qiita.com /etc/nginx/conf.d/default.conf …

wordpressで記事IDに紐づいた情報が欲しい

wordpressで関連記事の機能を実装しているときに使った タイトル echo get_the_title($postID); 関数リファレンス/get the title - WordPress Codex 日本語版 投稿日時 echo get_the_time("Y.n.j", $postID); テンプレートタグ/get the time - WordPress Cod…