Hi,
humm… 🙁
Nobody to help me on this… ? Please, it would be so great to have both title and description !
Hi Rab,
Thank you very much ! I thought I had looked all the forum… It seems I didn’t see this post ^^
I’m going to try right now !
Ok it work great but the only thing that is different is how to write the excerpt.
In responsive-slider.php (for version 0.1.8):
– Find :
'supports' => array( 'title', 'thumbnail', 'page-attributes' )
and change it by
'supports' => array( 'title', 'editor', 'thumbnail', 'page-attributes' )
– Then find :
get_the_title().'</a>';
write just after
$slider .= '<p class="excerpt">'. get_the_content() . '</p>';
I use this slider because it’s so easy to setup but I always need to add some html text over the slides. I created a quick post where you can grab this code (in case anybody needs it also). http://wp.me/p11izc-15t