Hello,
Please send me ur site url I am not clear so need to see how it look.
Thanks
here you go
https://binaryhounddog.com/top-brokers/
i am showing a specific page with the problem,
thanks for the fast reply!
Hello,
I checked my code I don’t use any dot or […] end of excerpt.
May be it is coming from your theme or any others plugins.
If you can send me screenshot to [email protected] used plugin list which is for content related then I can check.
Thanks
Hello,
Excerpt code You will find it is two files
1) the-post-grid/lib/classes/rtTPGHelper.php line 178
If you set excerpt limit then this function call
function strip_tags_content($text, $limit = 0, $tags = ”, $invert = FALSE) {
2) the-post-grid/lib/classes/rtTPGShortCode.php
line no 262-267
$excerpt = get_the_excerpt();
if($excerpt_limit){
$arg[‘excerpt’] = $rtTPG->strip_tags_content($excerpt, $excerpt_limit);
}else{
$arg[‘excerpt’] = $excerpt;
}
If set excerpt limit then function strip_tags_content() this function call
others wise get get_the_excerpt();
Thanks
I am closing this topic.
If need any more help please let me know.
Thanks