Title: Prjcts
Author: Matteo Conti
Published: <strong>6 ຕຸລາ 2024</strong>
Last modified: 30 ພະຈິກ 2024

---

ຄົ້ນຫາປລັກອິນ

![](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://lo.wordpress.org/plugins/prjcts/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/prjcts/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/prjcts/#installation)
 * [ການພັດທະນາ](https://lo.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” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະ
ນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ 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/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/prjcts/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/prjcts/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 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

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **1 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 5.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.7.5**
 *  ເວີຊັນ PHP ** 7.0 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/prjcts/)
 * ແທັກ
 * [custom post type](https://lo.wordpress.org/plugins/tags/custom-post-type/)[custom taxonomy](https://lo.wordpress.org/plugins/tags/custom-taxonomy/)
   [portfolio](https://lo.wordpress.org/plugins/tags/portfolio/)[projects](https://lo.wordpress.org/plugins/tags/projects/)
   [works](https://lo.wordpress.org/plugins/tags/works/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.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/)