Title: Customizing posts carousel widget
Last modified: November 5, 2021

---

# Customizing posts carousel widget

 *  Resolved [mariaskeldon81](https://wordpress.org/support/users/mariaskeldon81/)
 * (@mariaskeldon81)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/customizing-posts-carousel-widget/)
 * I used to add some buttons after the post excerpt in the posts carousel widget
   through a customization in php add_Filter(‘lae_posts_carousel_entry_excerpt’ ‘
   my-function-name’);
 * But with the plugin update, it doesn’t work anymore. Could you tell me which 
   plugin file I should add to the theme to do the rewrite?

Viewing 1 replies (of 1 total)

 *  Plugin Author [livemesh](https://wordpress.org/support/users/livemesh/)
 * (@livemesh)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/customizing-posts-carousel-widget/#post-15039908)
 * We removed the filters because they are cumbersome to use and harder to get how
   they work. Instead, we now have template files that many of the wordpress users
   are familiar if they have done any customizations to their themes.
 * All you need to do is to override the template file wp-content/plugins/addons-
   for-elementor/templates/addons/posts-carousel/content.php. You do that by copying
   this file over to mytheme/addons-for-elementor/addons/posts-carousel/ folder 
   and then adding whatever code or HTML that you need.

Viewing 1 replies (of 1 total)

The topic ‘Customizing posts carousel widget’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addons-for-elementor_dbdfdf.svg)
 * [Livemesh Addons by Elementor](https://wordpress.org/plugins/addons-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addons-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addons-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/addons-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addons-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addons-for-elementor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [livemesh](https://wordpress.org/support/users/livemesh/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/customizing-posts-carousel-widget/#post-15039908)
 * Status: resolved