Hi!
I’m trying to set specific categories to show up in power slider.
Using this code, I get only category which its id is 6:
<?php
the_power_slider( array(
'category' => 6,
'limit' => 10,
'width' => 637,
'height' => 222,
'style' => 'white', // 'white', 'none'
'animation' => 'fade', // 'fade', 'horizontal', 'vertical'
'speed' => 600,
'delay' => 4000
) ); ?>
However, using the following, I get ALL categories showing up:
<?php
the_power_slider( array(
'category' => 6,8,
'limit' => 10,
'width' => 637,
'height' => 222,
'style' => 'white', // 'white', 'none'
'animation' => 'fade', // 'fade', 'horizontal', 'vertical'
'speed' => 600,
'delay' => 4000
) ); ?>
When what I really wanted is to have both categories, 6 and 8 (or eventually more in the future) showing up.
Is there a way to get it done?
Thanx
]]>Sorry for my newbie question, but this is the first time I use wordpress. I installed the plugin, activated it, and now I would like to add pictures and learn how to use it.
Thank you
Great work, guys! To save everyone a potential headache, remove any “+” symbols in the picture filename that the Power Slider uses. I used the “Media File Manager” plugin to rename my pictures, as well as the “TimThumb Vulnerability Scanner” plugin to make sure I have the latest version of TimThumb.
Once again, great work! Best content slider out there for WP!
]]>