문제

I don't seem to find any documentation on how to implement an home screen plugin for Nokia E52 devices.

Does someone know how to do this or where this documentation is?

도움이 되었습니까?

해결책

댓글을 통해 편집

<?php 
function add_styles() {
?> 
   <style type="text/css"> 
      .wp-editor-container { 
          clear: both; 
          height: 246px !important; 
      } 
   </style> 
<?php }

add_action('wp_head', 'add_styles'); 
.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top