본문 바로가기
IT

서버 설치 후 워드프레스 서버 변경 기록

by Oh.mogilalia 2024. 5. 12.

 

https://www.cosmosfarm.com/threads/document/22150

/wp-includes/feed-rss2.php 파일

<lastBuildDate><?php $date = get_lastpostmodified( 'GMT' ); echo $date ? mysql2date( 'r', $date, false ) : date( 'r' ); ?></lastBuildDate>
<lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0900', get_lastpostmodified('GMT'), false); ?></lastBuildDate>

이래 바까라고 하는데, 근디 이건 포스트 날짜가 2018년이라 될랑가 모르겄다만,

현재 워드프레스 feed-rss2.php 파일 안에 비슷한 게 아래 코드 뿐이라 이렇게 바깠는데...

<lastBuildDate><?php echo get_feed_build_date( 'r' ); ?></lastBuildDate>
<lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0900', get_lastpostmodified('GMT'), false); ?></lastBuildDate>

될라나 몰겄다. 아마 안될 거 같은디....

'IT' 카테고리의 다른 글

워드프레스 feed  (0) 2024.05.14
feed-rss2.php  (0) 2024.05.13
M600 서버 CPU 온도  (0) 2024.05.10
Ubuntu Server 24.04 Pro Attach  (0) 2024.05.10
워드프레스 코드  (0) 2024.05.09