HomePage › Forums › Themeforest › PakrCo – Single Property WordPress Theme › Display a specific category from porjects › Reply To: Display a specific category from porjects
March 22, 2022 at 12:22 am
#5674
#1. You will have to overwrite the archive-project.php file in the child-theme under the path pakrco-child/template-parts/archive-project.php then edit this file again. Use function get_terms to browse all project categories
https://developer.wordpress.org/reference/functions/get_terms/
#2. That code is fixed for the page project archive, it is not written into a shortcode or a widget for use in many other locations. So if you want to customize, you will have to rewrite this function.