• ブログ アーカイブ blog
  • Raindrops 1.444がライブになりました

    投稿日: tenman

    Raindrops 1.444 更新概要

    今回の変更は以下の通りです

    バグの修正

    カスタム投稿タイプを設定した場合 カスタム投稿アーカイブ、個別投稿で表示される 日付リンクがリンク切れする問題がありました。

    カスタム投稿タイプでは、リンクを削除し、日付のみ表示するように変更を行いました。

    カスタマイザーセクションの追加

    カスタマイザー/外観/メニューに、プライマリーメニュー(メインの水平メニュー)のリンク色、背景色を自由に変更できる項目を追加しました。

     

     

    version: 1.444 Overview of Changes

    Overview of Changes

    Fixed User Set When Custom Post Type, Theme Post Date link 404.

    Remove Date Archive Link in Custom Post Type.

    Add Customizer Section.

    Primary Menu Link Color, Primary Menu Background Color at Customize/Presentation/Menu Section

    This change is a problem that can be easily changed with CSS, but since many users actually use themes on sites, they are not implemented well

    Modified Setting var $raindrops_keep_content_width and CSS


  • Raindrops 1.441がライブになりました

    投稿日: tenman

    1.441での変更

    Raindrops1.440で、ピンナップ投稿ウィジェット、カスタムアーカイブウィジェットを使用した場合、フィルター引数不足によるエラーが発生していましたので修正しました。

    また、ピンナップ投稿ウィジェットウィジェットで、カスタム投稿タイプを追加することが出来るように変更しました。

    設定例 functions.php の先頭に以下のコードを追加してください

    $raindrops_widget_post_types = array('product');

    上記は、カスタム投稿タイプproductを追加する例です

    version:1.441 Overview of Changes

    BUG Fixed update

    add post_type exists check

    raindrops_filter_custom_post_content()

    raindrops_filter_custom_post_title()

    raindrops_filter_custom_post_archive_widget()

    raindrops_filter_custom_post_archive_widget_title()

    raindrops_filter_custom_post_category_widget()

    raindrops_filter_custom_post_category_widget_title()

    Shortage argument of filter function

    widget_title filter

    Pinup entries widget Support Custom Post type

    add functions.php top

    ex: add custom post type product

    $raindrops_widget_post_types = array(‘product’);