Hi
I also want to go directly to the portfolio page on clicking the title.
I have customized the code little bit. Title show the page url, but still it only opens the expander div.
My code in content-portfolio.php –
<div class="a3-portfolio-item-load a3-portfolio-item <?php echo $item_class; ?>" data-index="<?php echo $post->post_name; ?>">
<div class="a3-portfolio-item-container">
<div class="post_img">
<?php the_post_thumbnail();?>
</div>
<div class="post_meta">
<h4 class="text-center"> <?php a3_portfolio_get_categories_meta($portfolio_id);?> </h4>
<h1 class="text-center"> <strong><a href="<?php the_permalink();?>"><?php the_title(); ?> </a></strong></h1>
<p><strong><?php echo get_the_date('d.m.y | g.i a');?></strong></p>
</div>
</div>
</div>
Any help ? or anyway I can stop the script from running and open expander div. Client need it in that way