Title: Prjcts
Author: Matteo Conti
Published: <strong>2024 年 10 月 6 日</strong>
Last modified: 2024 年 11 月 30 日

---

搜尋外掛

![](https://ps.w.org/prjcts/assets/banner-772x250.jpg?rev=3163460)

![](https://ps.w.org/prjcts/assets/icon-256x256.jpg?rev=3163460)

# Prjcts

 由 [Matteo Conti](https://profiles.wordpress.org/mttconti/) 開發

[下載](https://downloads.wordpress.org/plugin/prjcts.1.0.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/prjcts/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/prjcts/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/prjcts/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/prjcts/#developers)

 [技術支援](https://wordpress.org/support/plugin/prjcts/)

## 外掛說明

“Prjcts” is the ideal plugin for WordPress theme developers who want to integrate
a simple custom post type to organize and showcase projects. It’s perfect for implementing
portfolios in themes designed for creatives, photographers, artists, and more.

#### Key Features:

 * Custom Post Type: Easily create and manage individual projects, perfect for portfolios,
   case studies, and galleries.
 * Custom Categories: Organize projects with tailored categories for intuitive navigation.
 * Flexible URLs: Customize project archive and taxonomy URLs to optimize SEO and
   enhance user experience.
 * Optimized Performance: Developed following WordPress best practices for smooth
   integration.

#### Benefits for Theme Developers:

 * Time-Saving: Rapid implementation of a custom post type to organize and showcase
   projects without coding from scratch.
 * Flexibility: Offer clients the power to organize their work professionally.

### Usage

There are several ways to display Custom Post Types (CPT) and custom taxonomies 
in a WordPress theme. Here are some basic examples:

 * Single Template (single-prjcts.php): When you create a CPT, you can create a 
   specific template to display individual posts of that type by using a single-{
   post_type}.php file.
 * Archive Template (archive-prjcts.php): To display a list of all posts of a particular
   CPT, you can create an archive-{post_type}.php file.
 * Custom Taxonomy Template (taxonomy-prjcts_category.php): To display terms of 
   a custom taxonomy associated with the CPT, you can create a file like taxonomy-{
   taxonomy}.php, where ‘prjcts_category’ is the name of the taxonomy.
 * You can use WP_Query to create custom queries anywhere in your theme. For example,
   if you want to display posts from a CPT on a specific page, you can create a 
   new query:
 *     ```
           <?php
   
           $args = array(
               'post_type' => 'prjcts',
               'posts_per_page' => 10,
           );
   
           $the_query = new WP_Query($args);
   
           if ($the_query->have_posts()) :
               while ($the_query->have_posts()) : $the_query->the_post();
   
                   // YOUR MARKUP HERE
   
               endwhile;
               wp_reset_postdata();
           else :
               echo 'No posts found';
           endif;
   
           ?>
       ```
   

## 安裝方式

#### Automatic Installation (Recommended)

 1. Log in to your WordPress dashboard.
 2. Navigate to “Plugins” > “Add New”.
 3. In the search field, type “Prjcts”.
 4. Once you’ve found the plugin, click “Install Now”.
 5. After installation, click “Activate” to enable the plugin on your site.

#### Manual Installation

 1. Download the plugin zip file from the WordPress plugin repository or from where
    you’ve made it available.
 2. Log in to your WordPress dashboard.
 3. Navigate to “Plugins” > “Add New”.
 4. Click the “Upload Plugin” button at the top of the page.
 5. Choose the downloaded zip file and click “Install Now”.
 6. Once installation is complete, click “Activate”.

#### Post-Installation Setup

Navigate to “Projects” in your WordPress dashboard menu to start adding new projects.
To customize plugin settings, go to “Projects” > “Settings” in the dashboard, here
you can modify the slugs for your project archive page and custom taxonomy

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Prjcts〉的開發相關工作。

參與者

 *   [ Matteo Conti ](https://profiles.wordpress.org/mttconti/)

[將〈Prjcts〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/prjcts)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/prjcts/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/prjcts/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/prjcts/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/prjcts/)。

## 變更記錄

#### 1.0.3

 * Tested up to WordPress version 6.7

#### 1.0.2

 * Fixed a text error in the readme.txt file

#### 1.0.1

 * Initial release

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **1 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.7.5**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/prjcts/)
 * 標籤
 * [custom post type](https://tw.wordpress.org/plugins/tags/custom-post-type/)[custom taxonomy](https://tw.wordpress.org/plugins/tags/custom-taxonomy/)
   [portfolio](https://tw.wordpress.org/plugins/tags/portfolio/)[projects](https://tw.wordpress.org/plugins/tags/projects/)
   [works](https://tw.wordpress.org/plugins/tags/works/)
 *  [進階檢視](https://tw.wordpress.org/plugins/prjcts/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/prjcts/reviews/)

## 參與者

 *   [ Matteo Conti ](https://profiles.wordpress.org/mttconti/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/prjcts/)