How to create wordpress slider?
-
hello developers,
i need your help coz i am using SMOF wp framework but i am new in PHP so please can you say me how to create slider for wordpress theme
here is slider exp.
Below is just a basic example of how you may do it.
$slides = $data[‘example_slider’]; //get the slides array
foreach ($slides as $slide) {
echo $slide[‘title’];
echo $slide[‘url’];
echo $slide[‘link’];
echo $slide[‘description’];
}you can check official Smof documentation here
aquagraphite.com/2011/11/smof-documentation
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to create wordpress slider?’ is closed to new replies.