Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Show HTML in excerpt (editor content)

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles