the portfolio grid view links the title of each portfolio item to the single portfolio post.
how can i disable this.
best regards
thomas b. rouge
the portfolio grid view links the title of each portfolio item to the single portfolio post.
how can i disable this.
best regards
thomas b. rouge
In includes/loop-portfolio.php replace:
<h1 class='name_sort post-title'><a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','avia_framework')?> <?php the_title(); ?>"><?php the_title(); ?></a></h1>
with:
<h1 class='name_sort post-title'><?php the_title(); ?></h1>thank you!
You must log in to post.