G-Loaded Forums » WordPress Support

Help with Advanced Most Recent Posts plugin

  • Started 10 months ago by arthurmustafa
  • Total 3 posts
  • Latest reply from kevin

  1. arthurmustafa
    Member

    Hello!
    Is it possible to add a "Read More" link below the excerpt, just like i simulated in the image: http://www.arthurmustafa.com/docs/read-more-link.jpg ?
    Im working on this site and i succedeed to customize this plugin the way i wanted but i just cant insert this link.

    If someone will help me, this is the code that i`m using to make this plugin work (off course i have the original plugin allready activated):

    <div id="Noutati" class="hiddencontent">
    <?php if (function_exists('yg_recentposts')){ ?>
    
    <?php
    $parameters = array(
    'limit' => 3, //Number of posts to show
    'excerpt' => 160, //excerpt length (letters)
    'actcat' => false, //get posts current category
    'cats' => '4', //Categories to get posts
    'cusfield' => 'thumbnail', //custom field name of thumbnail image
    'w' => 75, //width
    'h' => 75, //height
    'firstimage' => false, //get first image of post content
    'atimage' => true, //get first attached image of post
    'defimage' => 'http://localhost/constantart/wp-content/uploads/2009/10/noutati-default.jpg' //default thumbnail image
    );
    //print most recent posts
    yg_recentposts($parameters);
    ?>
    
    <?php } ?>
    </div>

    I know it can be done easily, but i`m too tired to figure it out ...
    Thank you for your help!

    Posted 10 months ago #
  2. randompage
    Member

    i think you need to edit the plugin.

    regards,
    dwi.

    Free PDF Downloads

    Posted 9 months ago #
  3. kevin
    Member

    thank you

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.