Page 1 of 1

How to add custom php code in wordpress carousel plugin?

Posted: Thu May 26, 2016 12:15 am
by gowdadr
I want to display data from database using php in word press carousel plugin? can anyone tell me how to do that?

Re: How to add custom php code in wordpress carousel plugin?

Posted: Thu May 26, 2016 6:08 am
by Celauran
You generally don't want to edit third party code. When you update the plugin, your changes will be lost. If it provides any hooks or is otherwise extensible, I'd leverage that. Otherwise, you'll need to create your own plugin.