php - Slider create by Option tree plugin -


Hello friends I am a new user here.

I have a problem, I have created the slider and I slider by the option tree plugin for a WordPress theme. But this does not appear on my site. I am using this php code

Please give me a suggestion

I think you used the List Item of the option tree to create the slider. See sample code to get the slider

  & lt ;? Php $ slider_data = ot_get_option ('your_slider_id_here'); Foreach ($ slider_data $ as slider) {// You will get the sub-field of the array in the array. Print_r ($ slider); }? & Gt;    

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -