Tagged: excerpt, Shortcodes
Hi,
I’ve been browsing through different posts, but could not solve the problem.
I want to be able to add shortcodes (enfold ones, and from another plugin) on the portfolio excerpts, but I don’t know how to do it.
Thanks in advance.
Already found the solution.
Thanks
I put this code on line 526 of portfolio.php
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".
do_shortcode($excerpt)."</div>" : '';
What do I put to extend the length of the excerpt?
Hey!
refer to this: http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length
Cheers!
Andy
I could solve it.
Thank you.