2007. 7. 13. 15:02

Grid Focus 테마의 메인화면에 이미지랑 글자 모든것을 표시할 경우.

Grid Focus Theme image problem

index.php파일의 “<p><?php the_content_rss(”, FALSE, ”, 68); ?></p>” 이부분을 아래와 같이 바꾸어 주게 되면,

“<p><?php the_content(’<p class=”serif”>Read the rest of this entry »</p>’); ?></p>”

모든내용이 메인화면에 표시되게 된다.

I have the solution for this little problem. Replace the follow code in the index.php file:

OLD: “<p><?php the_content_rss(”, FALSE, ”, 68); ?></p>”

REPLACE: “<p><?php the_content(’<p class=”serif”>Read the rest of this entry »</p>’); ?></p>”