Show HTML in excerpt (editor content)
-
to view editor content
REPLACE IN FILE responsive-gallery.php, the function rcpig_excerpt() :
$output = get_the_excerpt();
BY
$output = apply_filters( ‘the_content’, get_the_content());AND ADD IN FILE rcpig-shortcode.php in jquery function:
$portfolio_excerpt = rcpig_excerpt(‘rcpig_excerptlength’, ‘rcpig_excerpt_more’);
$portfolio_excerpt = str_replace(PHP_EOL,””,$portfolio_excerpt);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Show HTML in excerpt (editor content)’ is closed to new replies.