Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #589269

    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.

    • This topic was modified 8 years, 8 months ago by KRATTOS.
    #589366

    Already found the solution.

    Thanks

    #589388

    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?

    #591062
    #591530

    I could solve it.
    Thank you.

    #591913

    Hi,

    Great, glad you got it fixed :-)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shortcodes on portfolio excerpts’ is closed to new replies.