Hi drunk,
There’s no option for this. The only way to do this would be directly in the plugin code. The file that generates these posts is “SelectReview.php” in the “Functions” folder. You could do a search for the “read more” text to get an idea of where in the code you’d have to make your addition. It’s important to note, though, that any changes made to core plugin files would be overwritten if you update the plugin.
Thank you. I found the “SelectReview.php” in the “Shortcodes” folder, and I tried many way to edit the lines 560/563, but not success (I don’t know php language…).
Please, may you tell me how/where to add this: […]
Thank you
Hi drunk,
Instead of editing that file, try the following custom CSS:
.ewd-urp-review-post p:after {
content: "[...]";
}
It’ll apply to all review formats, but that shouldn’t be a problem if you’re going to stick with the thumbnail format