日時の表記を変更
ということで以下のソースを変更
★hueman: content-featured.php
★Hueman: related-posts.php (inc/related-posts.php)
| 1 | <?php the_time('J M, y'); ?> | 
↓
| 1 | <?php the_time('Y/m/d'); ?> | 
これでなおった。
ん、サイドメニューの日付がまだおかしい。どうやらalx tabsっていうプラグインを編集しないといけないみたい。
どこから編集するんや。全然わからん。調べまくった結果。。。ftpでファイルを落として直接編集するパターンでした。
★wp-content/themes/hueman/functions/widgets/alx-tabs.php
★wp-content/themes/hueman/functions/widgets/alx-posts.php
全部直った!よかったよかった。

 
																								 
 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		 
																																		
1 Response
[…] Previous story 日時の表記を変更 […]