메인 화면에 최근게시글을 더 노출~~ 정보
메인 화면에 최근게시글을 더 노출~~본문
index 파일에
<?=latest("스킨", "support", 5, 40)?>
<?=latest("스킨", "reminder", 5, 40)?>
이렇게 되어 있는 곳을 찾으셔서 5를 8로 변경하시면 됩니다
스킨을 어떤것 쓰셔는지 모르지만 기본이면 basic 일거에요
라고 말씀해 주셨잖아요... ㅠ.ㅠ 당연히 다 찾아봤죠. 그런데 눈씻고 찾아봐도 위 구문처럼
만들어진게 없는거에요. 왜냐하면,,,,,, 제 인덱스 파일은 밑에처럼 나오거든요.. ㅠ.ㅠ
<?
include_once("./_common.php");
/* if ( preg_match( "/(iphone|samsung|lgtel|mobile|Opera Mini|Safari)/i", $_SERVER['HTTP_USER_AGENT'] ) ) { // 스마트폰인가?
include_once("./app.index.php");
exit;
}
*/
include_once("$_dir_skin/head.php");
include_once("$_dir_skin/index.index.php");
include_once("$_dir_skin/tail.php");
?>
<?=latest("스킨", "support", 5, 40)?>
<?=latest("스킨", "reminder", 5, 40)?>
이렇게 되어 있는 곳을 찾으셔서 5를 8로 변경하시면 됩니다
스킨을 어떤것 쓰셔는지 모르지만 기본이면 basic 일거에요
라고 말씀해 주셨잖아요... ㅠ.ㅠ 당연히 다 찾아봤죠. 그런데 눈씻고 찾아봐도 위 구문처럼
만들어진게 없는거에요. 왜냐하면,,,,,, 제 인덱스 파일은 밑에처럼 나오거든요.. ㅠ.ㅠ
<?
include_once("./_common.php");
/* if ( preg_match( "/(iphone|samsung|lgtel|mobile|Opera Mini|Safari)/i", $_SERVER['HTTP_USER_AGENT'] ) ) { // 스마트폰인가?
include_once("./app.index.php");
exit;
}
*/
include_once("$_dir_skin/head.php");
include_once("$_dir_skin/index.index.php");
include_once("$_dir_skin/tail.php");
?>
댓글 전체
index.index.php 에 있겠네요.