• Resolved oisit

    (@oisit)


    カテゴリーIDを設定すると管理画面で入力欄が表示されないません。
    設定を空にすると表示されます。

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter oisit

    (@oisit)

    function load_custom_fieldのcategoryあたりは正常に機能しているのでしょうか。
    あとプログラムの経験が足りてないんで個人的に判断しかねるのですが、
    endif;;
    という書き方があるんでしょうか。

    Thread Starter oisit

    (@oisit)

    custom-field-template.phpの2578行目と3350行目を対象にWarning: A non-numeric value encounteredが表示されるので何か対策をしていただけると幸いです。
    とりあえず(int)を追加することでWarningは消えました。

    2578: if ( isset($post_id) ) $addbutton = (int)$this->get_post_meta( $post_id, $title, true )-1;
    3350: else if ( isset($_REQUEST['post']) ) $fieldsetcounter = (int)$this->get_post_meta( $_REQUEST['post'], $title, true )-1;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘カテゴリーIDを設定すると管理画面で表示されない。’ is closed to new replies.