It worked, thank you very much!
But I can’t assign 2 css classes in the shortcode, is it possible? Or do you have to separate them with a special character?
Example: [… posts_cats_class=”testcat entry-taxonomies” …]
In front, the 2 classes are pasted and therefore unusable
Hi @zymeth25 thanks for the answer
I found the default.php file and made a copy in my theme folder.
//Show the title and link to the post:
$lcp_display_output .= $this->get_post_title($post);
// Show categories
$lcp_display_output .= $this->get_posts_cats($post);
I guess I need to make the HTML structure change here but I’m not sure how to do that. Can you direct me to display these 2 elements in a common div?
I thank you in advance