[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fZFrEa8w-ZQWnYrLH2O9VuMaPLpAlU8ewzT1ZlyA3nIc":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"mttconti","Matteo Conti","https:\u002F\u002Fprofiles.wordpress.org\u002Fmttconti\u002F",1,0,100,30,94,"2026-04-04T21:15:03.871Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":8,"num_ratings":8,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":21,"download_link":31,"security_score":9,"vuln_count":8,"unpatched_count":8,"last_vuln_date":32,"fetched_at":33},"prjcts","Prjcts","1.0.3","\u003Cp>“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.\u003C\u002Fp>\n\u003Ch4>Key Features:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Custom Post Type: Easily create and manage individual projects, perfect for portfolios, case studies, and galleries.\u003C\u002Fli>\n\u003Cli>Custom Categories: Organize projects with tailored categories for intuitive navigation.\u003C\u002Fli>\n\u003Cli>Flexible URLs: Customize project archive and taxonomy URLs to optimize SEO and enhance user experience.\u003C\u002Fli>\n\u003Cli>Optimized Performance: Developed following WordPress best practices for smooth integration.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Benefits for Theme Developers:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Time-Saving: Rapid implementation of a custom post type to organize and showcase projects without coding from scratch.\u003C\u002Fli>\n\u003Cli>Flexibility: Offer clients the power to organize their work professionally.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>There are several ways to display Custom Post Types (CPT) and custom taxonomies in a WordPress theme. Here are some basic examples:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>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.\u003C\u002Fli>\n\u003Cli>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.\u003C\u002Fli>\n\u003Cli>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.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>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:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>    \u003C?php\n\n    $args = array(\n        'post_type' => 'prjcts',\n        'posts_per_page' => 10,\n    );\n\n    $the_query = new WP_Query($args);\n\n    if ($the_query->have_posts()) :\n        while ($the_query->have_posts()) : $the_query->the_post();\n\n            \u002F\u002F YOUR MARKUP HERE\n\n        endwhile;\n        wp_reset_postdata();\n    else :\n        echo 'No posts found';\n    endif;\n\n    ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","Effortlessly create a custom post type to organize projects with custom categories and flexible URL settings, perfect for WordPress theme developers.",1870,"","6.7.5","5.0","7.0",[26,27,28,29,30],"custom-post-type","custom-taxonomy","portfolio","projects","works","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fprjcts.1.0.3.zip",null,"2026-03-15T10:48:56.248Z"]