スポンサーリンク

PHP, wordpress, プラグイン

(1)home_url(‘/’) を使う

wordpress内では、home_url() が、現在のブログのホームURLを返し、任意の$pathを追加出来る引数を持つ。詳しくは上記リンクへ。 ...

PHP, wordpress

 

copy(“ファイル名”, “コピー先ファイル名”)

/index.php
|- files/test1.txt

というファイル構成のときに、files フォルダ下に、test ...

PHP, wordpress

(1)wordpressのプラグインの管理画面で、特定のフォルダ内のファイルのリストを表示したい。

$dir = "../wp-content/plugins/TSM_font-changer2/fonts/" ;//ディレクト ...

wordpress

WordPress-Twenty Twelveの各エリアサイズを変更する

 

(1) wp-contentthemestwentytwelve

の中の、style.css

を、 ...

スポンサードリンク