Viewing 2 replies - 1 through 2 (of 2 total)
  • I see you asked this 2 months ago, but if you still need the details…

    Open islidex.php in the plugin’s folder find

    $title = __($islidex_post->post_title);

    Change to

    $title =”<h1>” . __($islidex_post->post_title) . “</h1>”. __($islidex_post->post_excerpt) . “
    ID).”‘>Read More…” ;

    Hope that helps..

    Deb

    Hello, this is kinda what i’m looking for. I was wondering if you could be a little more specific on what exactly to edit in the php file. I did it exactly how you showed in the post and i am getting syntax errors. What I am actually trying to do is show the whole post in the islidex window. with Joomla there is “islider” which looks Identical to this plugin with “apple theme” and you can use articles to be fully displayed in the slider “text and photos”, hopefully something close to it could be done with this plugin? Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: iSlidex] How to show excerpt of post?’ is closed to new replies.