サポート » プラグイン » MyCalendar月送りの表示について

  • 解決済 sakamoto.sorun

    (@sakamotosorun)


    初めて投稿させていただきます。
    MyCalendar1.9.5を使用しています。
    トップページに直接マイカレンダーを表示しています。
    表示自体は問題ないのですが、
    なぜか前後月のリンクがHTMLエラー
    The webpage cannot be found
    HTTP 404
    Most likely causes:
    •There might be a typing error in the address.
    •If you clicked on a link, it may be out of date.
    What you can try:
    Retype the address.
    Go back to the previous page.
    Go to and look for the information you want.
    になってしまいます。
    標準状態から変更していません。
    output.phpの下記の部分をいじればうまく表示されるのでしょうか?

    $anchor = (get_option(‘ajax_javascript’) == ‘1’ )?’#jd-calendar’:”;
    if ($shownav == ‘yes’) {
    $pLink = my_calendar_prev_link($c_year,$c_month,$c_day,$format,$time);
    $nLink = my_calendar_next_link($c_year,$c_month,$c_day,$format,$time);
    $prevLink = mc_build_url( array( ‘yr’=>$pLink[‘yr’],’month’=>$pLink[‘month’],’dy’=>$nLink[‘day’]),array() );
    $nextLink = mc_build_url( array( ‘yr’=>$nLink[‘yr’],’month’=>$nLink[‘month’],’dy’=>$nLink[‘day’] ),array() );
    $previous_link = apply_filters(‘mc_previous_link’,’ <li class=”my-calendar-prev”>« ‘.$pLink[‘label’].’‘,$pLink);
    $next_link = apply_filters(‘mc_previous_link’,’ <li class=”my-calendar-next”>‘.$nLink[‘label’].’ »‘,$nLink);
    $mc_nav = ‘

    私がしたいことは現在が11月でしたら10月、12月のリンクが表示されるようにしたいです。
    どなたかご教授お願いします。

    .

1件の返信を表示中 - 1 - 1件目 (全1件中)
1件の返信を表示中 - 1 - 1件目 (全1件中)
  • トピック「MyCalendar月送りの表示について」には新たに返信することはできません。