Php 带文本和描述的jquery旋转木马

Php 带文本和描述的jquery旋转木马,php,wordpress,jquery,jcarousel,Php,Wordpress,Jquery,Jcarousel,我需要在滑块中显示wordpress博客的内容。我选择jcarousel,因为它可以通过ajax加载 这是通过仅包含图像URL的数组呈现的。我需要用ajax带来图片的标题和描述。我需要一个这样的滑块 我怎样才能继续 $images = array( 'http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg', 'http://static.flickr.com/75/199481072_b4a0d09597_s.jpg', 'http://

我需要在滑块中显示wordpress博客的内容。我选择jcarousel,因为它可以通过ajax加载

这是通过仅包含图像URL的数组呈现的。我需要用ajax带来图片的标题和描述。我需要一个这样的滑块

我怎样才能继续

$images = array(
'http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg',
'http://static.flickr.com/75/199481072_b4a0d09597_s.jpg',
'http://static.flickr.com/57/199481087_33ae73a8de_s.jpg',
'http://static.flickr.com/77/199481108_4359e6b971_s.jpg',
'http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg',
'http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg',
'http://static.flickr.com/58/199481218_264ce20da0_s.jpg',
'http://static.flickr.com/69/199481255_fdfe885f87_s.jpg',
'http://static.flickr.com/60/199480111_87d4cb3e38_s.jpg',
'http://static.flickr.com/70/229228324_08223b70fa_s.jpg',);

最后,我找到了使用WordPress插件的解决方案,需要定制,但效果很好