Title: logft2043's Replies | WordPress.org

---

# logft2043

  [  ](https://wordpress.org/support/users/logft2043/)

 *   [Profile](https://wordpress.org/support/users/logft2043/)
 *   [Topics Started](https://wordpress.org/support/users/logft2043/topics/)
 *   [Replies Created](https://wordpress.org/support/users/logft2043/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/logft2043/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/logft2043/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/logft2043/engagements/)
 *   [Favorites](https://wordpress.org/support/users/logft2043/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] target multiple css elements](https://wordpress.org/support/topic/target-multiple-css-elements/)
 *  Thread Starter [logft2043](https://wordpress.org/support/users/logft2043/)
 * (@logft2043)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/target-multiple-css-elements/#post-15295324)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] target multiple css elements](https://wordpress.org/support/topic/target-multiple-css-elements/)
 *  Thread Starter [logft2043](https://wordpress.org/support/users/logft2043/)
 * (@logft2043)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/target-multiple-css-elements/#post-15284627)
 * Hi [@zymeth25](https://wordpress.org/support/users/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

Viewing 2 replies - 1 through 2 (of 2 total)