When I use the Ajax for my portfolio page, how can I UNLINK the item’s TITLE in the description that automatically appears at the top of the right side description pane?
Please disregard this question. I figured it out:
Removed the anchor tag reference from this line in portfolio.php:
$output .= “<h2 class=’portfolio-preview-title’>“.$entry->post_title.”</h2>”;
Thank you.