I would like to delete the "All" button when displaying more than one portfolio.
Can you please let me know how and where to alter the code?
Thanks a lot!
Vorarlberg
I would like to delete the "All" button when displaying more than one portfolio.
Can you please let me know how and where to alter the code?
Thanks a lot!
Vorarlberg
Hey,
in template_portfolio.php delete following code line:
$output .= "<a href='#' id='all_sort' class='active_sort'>".__('All','avisio')."</a>";You must log in to post.