Home › Forums › Theme support › Nitro Theme Single Portfolio Pages › Reply To: Nitro Theme Single Portfolio Pages
Hi,
we’ve removed the single portfolio pages in this theme, because most of the clients with this theme don’t want to use it. But you can open the file “portfolio-entry.php” with a text editor and replace line 21
( <h3><?php echo get_the_title(); ?></h3>
)
with this code:
<h3><a href='<?php echo get_permalink(); ?>'><?php echo get_the_title(); ?></a></h3>
With this change the title of the portfolio entry is linked with the single portfolio entry.