My ideal is hide project from Portfolio Page and Pagination.
However this approach has a small problem: If hiding project from pagination, that current pagination will show blank, Other items will not automatically fill that position, so you can consider hiding whole pagination or disable pagination click, instead of hiding it.
Follow these steps
First, add this code to Custom CSS box
a.grid-item[href*="-draft"], a.portfolio-hover-item[href*="draft"] { display: none !important; } .item-pagination[data-collection-type^="portfolio"] { display: none; }
Next, access Portfolio Page > Hover on Project you want to disable > Click 3 dots > Settings
Find URL Slug
add draft to end of URL, then save
All set.