Title: Cat Block
Author: cvmh
Published: <strong>2016年2月15日</strong>
Last modified: 2022年1月26日

---

プラグインを検索

![](https://ps.w.org/cat-block/assets/banner-772x250.png?rev=1350826)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/cat-block/assets/icon-256x256.png?rev=1350826)

# Cat Block

 作者: [cvmh](https://profiles.wordpress.org/cvmh/)

[ダウンロード](https://downloads.wordpress.org/plugin/cat-block.zip)

 * [詳細](https://ja.wordpress.org/plugins/cat-block/#description)
 * [レビュー](https://ja.wordpress.org/plugins/cat-block/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/cat-block/#installation)
 * [開発](https://ja.wordpress.org/plugins/cat-block/#developers)

 [サポート](https://wordpress.org/support/plugin/cat-block/)

## 説明

Adds a block (widget or shortcode), which scrolls through the posts in a category.

#### Current features

 * Easy to use
 * Only fade effect
 * Customizable
 * Shortcode & Widget

#### Shortcode

Use [cvmh-catblock]
 If you want to disable a parameter which is on true by default,
put an empty string. Example: [cvmh-catblock slideshow=””]

#### Shortcode parameters

 * title: widget title (default: Category block)
 * introduction: text before posts list (default: empty)
 * category: array of category ids to use (default: empty, all categories will be
   used)
 * count: number of psts to display (default: 3, set to -1 if you want all posts)
 * buttonall: weither to display a link to the category (default: true, only if 
   category has parameter has only one category id)
 * alltext: text of the “all button” (default: See all)
 * posttype: post type to get (default: post)
 * showimage: weither to display the post thumbnail (default: false)
 * imagesize: size of the post thumbnail (default: thumbnail)
 * showtitle: weither to display the post title (default: true)
 * titletag: html tag for the post title (default: h3)
 * titlelength: max length for the post title in caracters (default: 45)
 * showexcerpt: weither to display the post excerpt (default: false)
 * excerptlength: max length for the excerpt in words (default: 50)
 * showdate: weither to display the post date (default: false)
 * dateformat: post date format (default: j F Y)
 * showreadmore: weither to display a link to the post in addition to the link on
   the post title (default: true)
 * readmoretext: text of the “read more” button (default: Read more)
 * readmoretype: html tag for the “read more” button (default: anchor, use “button”
   if you want a link in javascript)
 * slideshow: display posts in a slideshow (default: true)
 * duration: duration of a slide in ms (default: 7000)
 * shownav: weither to display dots for navigation if slideshow is activated (default:
   true)

Looking for a WordPress agency? Contact us: [agence web WordPress](http://www.agence-web-cvmh.fr)

### How to uninstall Cat Block

To uninstall Cat Block, you just have to de-activate the plugin from the plugins
list.

## インストール

 1. Unzip the plugin and upload the “cat-block” folder to your “/wp-content/plugins/”
    directory
 2. Activate the plugin through the “Plugins” administration page in WordPress
 3. Use the shortcode or the widget
 4. Enjoy.

## 評価

![](https://secure.gravatar.com/avatar/fd287261296261db4267112aaf1826af99ad78511ff5bdcd951245c79e282772?
s=60&d=retro&r=g)

### 󠀁[Works fine](https://wordpress.org/support/topic/works-fine-552/)󠁿

 [nicolasrenard](https://profiles.wordpress.org/nicolasrenard/) 2016年9月3日

Do what it’s made for.

 [ 1件のレビューをすべて表示 ](https://wordpress.org/support/plugin/cat-block/reviews/)

## 貢献者と開発者

Cat Block はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献してい
ます。

貢献者

 *   [ cvmh ](https://profiles.wordpress.org/cvmh/)
 *   [ nicolasrenard ](https://profiles.wordpress.org/nicolasrenard/)

[“Cat Block” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/cat-block)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/cat-block/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/cat-block/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/cat-block/)を
[RSS](https://plugins.trac.wordpress.org/log/cat-block/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 2.6.18

 * Changed: WordPress tested up version

#### 2.6.17

 * Added: Filter cvmh_catblock_item_class with post ID parameter

#### 2.6.16

 * Fixed: Force balance tags in excerpts

#### 2.6.15

 * Fixed: Excerpt resize

#### 2.6.14

 * Added: Offset parameter
 * Changed: tested up version

#### 2.6.13

 * Added: Filters cvmh_catblock_before_img and cvmh_catblock_after_img to wrap image

#### 2.6.12

 * Changed: Widget title is not displayed if empty

#### 2.6.11

 * Fixed: Javascript problem on slide change

#### 2.6.10

 * Added: cvmh_catblock_excerpt_resized_addendum filter

#### 2.6.9

 * Added: widget params in cvmh_cat_block_get_posts_args filter

#### 2.6.8

 * Fixed: admin CSS conflict

#### 2.6.7

 * Added: filter cvmh_catblock_link

#### 2.6.6

 * Added: filter cvmh_catblock_before_title
 * Added: filter cvmh_catblock_widget_title_tag
 * Added: filter cvmh_catblock_after_widget_title

#### 2.6.5

 * Added: filter cvmh_cat_block_get_posts_args

#### 2.6.4

 * Added: 3 filters (cvmh_catblock_item_title, cvmh_catblock_after_title and cvmh_catblock_after_content)

#### 2.6.3

 * Fixed: text domain

#### 2.6.2

 * Changed: variable type for numbers
 * Changed: excerpt function
 * Changed: selected method for widget thumbnail select

#### 2.6.1

 * Fixed: replace text domain constant by real string

#### 2.6

 * Fixed: translate path
 * Changed: widget name

#### 2.5

 * Added: widget introduction

#### 2.4

 * Fixed: Link to all posts of a category

#### 2.3

 * Added: widget title

#### 2.2

 * Fixed: shortcode default arguments function call
 * Changed: tested up version

#### 2.1

 * Changed: tested up version

#### 2.0

**Warning: this update changes some names in plugin options. Be sure to configure
again your widgets and/or shortcodes after update.**

 * Changed: aside tag to div in markup to avoid two aside tags
 * Added: image size selector in widget configuration
 * Added: “Read more” button display selector
 * Changed: widget form

#### 1.0

 * Initial Release.

## メタ

 *  バージョン **2.6.18**
 *  最終更新日 **5年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.6またはそれ以降 **
 *  検証済み最新バージョン: **5.9.16**
 *  言語
 * [English (US)](https://wordpress.org/plugins/cat-block/)
 * タグ
 * [category](https://ja.wordpress.org/plugins/tags/category/)[taxonomy](https://ja.wordpress.org/plugins/tags/taxonomy/)
   [widget](https://ja.wordpress.org/plugins/tags/widget/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/cat-block/advanced/)

## 評価

 5つ星中5つ星

 *  [  1 5-星レビュー     ](https://wordpress.org/support/plugin/cat-block/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/cat-block/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/cat-block/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/cat-block/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/cat-block/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/cat-block/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/cat-block/reviews/)

## 貢献者

 *   [ cvmh ](https://profiles.wordpress.org/cvmh/)
 *   [ nicolasrenard ](https://profiles.wordpress.org/nicolasrenard/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/cat-block/)