Viewing 2 replies - 1 through 2 (of 2 total)
  • I would love to have this functionality!

    Hi!

    You can add this functionality, follow this steps:

    1- Open responsive slider folder and open, find the archive responsive-slider.php and open it in your favorite software (I prefer Notepad++)

    2- Look the codeline 161
    ‘supports’=> array( ‘title’,’thumbnail’, ‘page-attributes’ ),
    add this object ‘editor’ into supports array, then this line looks like this:

    ‘supports’=> array( ‘title’, ‘editor’, ‘thumbnail’, ‘page-attributes’ ),

    3- Now go to the codeline 261 you show the <?php the_tile(”);?> (wrap in the A html tag) add after this line <?php the_content(”);?>

    That is all.

    P.D. You can wrap in h3 or p html tag to make easy work with css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Responsive Slider] Adding functionality?’ is closed to new replies.