Title: Easy Primary Category
Author: Gagan Deep Singh
Published: <strong>2017年8月22日</strong>
Last modified: 2026年2月10日

---

プラグインを検索

![](https://ps.w.org/easy-primary-category/assets/icon-256x256.png?rev=1718895)

# Easy Primary Category

 作者: [Gagan Deep Singh](https://profiles.wordpress.org/gagan0123/)

[ダウンロード](https://downloads.wordpress.org/plugin/easy-primary-category.1.1.1.zip)

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

 [サポート](https://wordpress.org/support/plugin/easy-primary-category/)

## 説明

**Notice: Currently works only with WordPress Classic Editor, not Gutenberg compatible**

Allows you to choose primary category for posts and custom post types.

When the permalink structure includes category, the category marked as Primary, 
will be used for generating the permalink of the post.

Works with custom post types and custom taxonomies as long as the taxonomy supports
hierarchical structure.

## スクリーンショット

 * [[
 * Click the “Make Primary” button to mark the category as primary.

## インストール

 1. Add the plugin’s folder in the WordPress’ plugin directory.
 2. Activate the plugin.
 3. Now you will have the ability to make any category a primary category for the post

## FAQ

### Why I can’t see the “Make Primary” button?

The button is displayed only when more than one category is selected, try assigning
other categories to the post, as soon as there’s more than one category selected,
the “Make Primary” button will appear.

### Developers’ Notes

If you want to fetch posts belonging to a particular term you can use this:
 `if(
function_exists( 'epc_get_primary_term_posts' ) ) { /** * Assuming you want to fetch
10 published posts which have category ID 2 * marked as primary category */ $posts
= epc_get_primary_term_posts( 2, array( 'post_status' => 'publish', 'posts_per_page'
=> 10, 'post_type' => 'post', ) ); }

### How can I contribute?

Want to contribute to Easy Primary Category? That would be awesome!
 1. [Reporting bugs or asking questions](https://wordpress.org/support/plugin/easy-primary-category)
2. [Submitting Pull Requests](https://github.com/gagan0123/easy-primary-category)
3. [Translating in your own language](https://translate.wordpress.org/projects/wp-plugins/easy-primary-category)

## 評価

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

### 󠀁[Excellent – just what I needed](https://wordpress.org/support/topic/excellent-just-what-i-needed-8/)󠁿

 [shaunbowen](https://profiles.wordpress.org/shaunbowen/) 2019年10月7日

I needed to choose the primary category for some posts I was importing from an older
site, as Wordpress was choosing the wrong one. This has saved me setting up loads
of 301 redirects for the posts!

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

### 󠀁[Another thank you – great plugin](https://wordpress.org/support/topic/another-thank-you-great-plugin/)󠁿

 [Exo](https://profiles.wordpress.org/richardshea/) 2019年7月31日

Just another thank you here, love it. With a bit of manual coding in PHP I can now
determine which category is more suited to a Woo Commerce product instead of the
first of many selected.

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

### 󠀁[Excellent!!](https://wordpress.org/support/topic/excellent-7834/)󠁿

 [unitedonline](https://profiles.wordpress.org/unitedonline/) 2019年6月29日

Great plugin! Saved me a lot of time while trying to put all my categories in order.
Does wonders for SEO and the dreaded duplicate content issue. Works great with WP
Version 5.2.2 Thanks for your effort.

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

### 󠀁[thank you!](https://wordpress.org/support/topic/thank-you-1678/)󠁿

 [OgdenNews](https://profiles.wordpress.org/ogdennews/) 2018年7月27日

This seems like something that should just be baked right into WordPress by default,
but for some reason it just isn’t. Controlling which category gets used for your
permalink is a big deal, but WordPress just doesn’t let you manage it. Why? I’ll
never know… The only other plugin I found that could do this was Yoast SEO, but 
that comes with a TON of extra stuff that we just don’t need/want running on our
sites. This was an incredible help and a great find! Thank you so much for making
this a dedicated plugin!

 [ 4件のレビューをすべて表示 ](https://wordpress.org/support/plugin/easy-primary-category/reviews/)

## 貢献者と開発者

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

貢献者

 *   [ Gagan Deep Singh ](https://profiles.wordpress.org/gagan0123/)

[“Easy Primary Category” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/easy-primary-category)

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

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

## 変更履歴

#### 1.1.1

 * Made code WordPress coding standards compatible.
 * Tested with latest version of WordPress.

#### 1.1

 * Escaping some output values.
 * Better documentation in the code.
 * Strict type checking of all the objects.
 * Added a few empty index files to prevent directory listing on poorly configured
   servers.
 * Adhering to WordPress PHPCS standards.

#### 1.0

 * Initial public release.

#### 0.1

 * Initial Development.

## メタ

 *  バージョン **1.1.1**
 *  最終更新日 **2か月前**
 *  有効インストール数 **1,000+**
 *  WordPress バージョン ** 4.5またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/easy-primary-category/)
 * タグ
 * [category](https://ja.wordpress.org/plugins/tags/category/)[primary](https://ja.wordpress.org/plugins/tags/primary/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/easy-primary-category/advanced/)

## 評価

 5つ星中5つ星

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

[Your review](https://wordpress.org/support/plugin/easy-primary-category/reviews/#new-post)

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

## 貢献者

 *   [ Gagan Deep Singh ](https://profiles.wordpress.org/gagan0123/)

## サポート

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

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

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://PayPal.me/gagan0123)