My client wanted to remove all titles on their portfolio pieces and just have the images so I deleted this
echo "<h1 class='post-title portfolio-title'>";
echo "<span class='primary-background title-span'></span>";
echo "".get_the_title()."";
which works fine, but now when I click on a portfolio item, the loading circle in the top right doesn't stop spinning when there should be an "X" . Anyway to fix that?
thanks!
-Aaron














