Raindrops1.441がライブになりました

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’);


コメントは受け付けていません。