Home 홈페이지 백업아이눈 한글 아이눈 한글 테마 파일 편집 functions.php

아이눈 한글 테마 파일 편집 functions.php

by maxblog
0 comment
// 펀컴 수정 ----------------------------------------------------------------

add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
echo '<style>
body, td, textarea, input, select {



.notice, div.error, div.updated {
    display: none;
}

#adminmenu a, #catlist a, #taglist a {
    text-decoration: none;
    font-weight: 300;
}


#wpadminbar {
    background: #849098;
}


#cpto #cpt_info_box {
    display: none;
}


/* 포스트 폴더 플러그인 CSS 수정 */

.wicked-selected > .wicked-folder {
    background: #0031c6 !important;
}


.wicked-selected > .wicked-folder {
    padding: 5px;
    border-radius: 5px;
    font-size: 12px !important;
}


.wicked-tree {
    font-size: 13px;
}

.row-title {
    font-size: 13px !important;
}
	



}
</style>';
}



// 회원 가입일 순으로 보기

add_action( 'pre_user_query', 'tgm_order_users_by_date_registered' );
function tgm_order_users_by_date_registered( $query ) {
	global $pagenow;
	if(!is_admin() || 'users.php' !== $pagenow){
		return;
	}
	$query->query_orderby = 'ORDER BY `user_registered` DESC';
		
}

좋아할만한 추천 글

Leave a Comment

Soledad is the Best Newspaper and Magazine WordPress Theme with tons of options and demos ready to import. This theme is perfect for blogs and excellent for online stores, news, magazine or review sites.

Buy Soledad now!

Edtior's Picks

Latest Articles

ⓒ 2023.  FUNCOM all rights reserved.