Hi,
I would like to create a portfolio overview without the excerpt. In the replete documentation there is a field "Portfolio Excerpt" - this does not appear under the portfolio options, though.
Any advice?
thanks
Hi,
I would like to create a portfolio overview without the excerpt. In the replete documentation there is a field "Portfolio Excerpt" - this does not appear under the portfolio options, though.
Any advice?
thanks
Hey!
Open up wp-content\themes\replete\includes\loop-portfolio.php and delete following code:
if(get_the_excerpt())
{
echo "<div class='portfolio_excerpt'>";
the_excerpt();
echo "</div>";
}
Regards,
Peter
Hi Peter,
thanks. This manually deletes it from the settings rather than introduce the portfolio excerpt field?
Thanks and best
Jever
Hi Jever,
That is correct. There is currently no option for it through the theme admin. If its in the docs then that is a mistake, the option (as it stands) is tied to the portfolio title option.
I've asked that Kriesi separate the option into a title and/or excerpt but no way of know if he will want to or not. The text in the next update for that option will be updated to say its the title and excerpt at the very least though.
Regards,
Devin
You must log in to post.