WordPressのタイトルの”》”を消す方法
投稿日:2012年05月12日(土)  10時41分 by eo カテゴリー:WORDPRESSのこと. 
 
   
   
  
 
 
  
  
  
  
  
FACEBOOKへコメントはこちら
			
	 
自分用メモ。
WordPressのタイトルの”》”を消す方法。
wp-includesフォルダ内のgeneral-template.php。
?
544行目辺りに
?
function wp_title($sep = ‘»’, $display = true, $seplocation = ”) {
?
↓
?
function wp_title($sep = ”, $display = true, $seplocation = ”) {
?
WORDPRESS本体のバージョンアップで戻ると思われ・・・注意。		
よろしければコチラの記事もどうぞ
 
   
   
  
 
 
  
  
  
  
FACEBOOKへコメントはこちら







 


