• Resolved princekumar

    (@princekumar)


    Hi,

    i am using this plugin from some time its good.

    i would like to insert new gif between the two post which shows news or any animation.

    i tried to increasing the gap or insert the ‘New’ test between the two news item.

    but i failed. how would i modified the simple gap to something interesting.

    thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Jura

    (@pauljura)

    Hi,

    You can edit the file: pj-news-ticker.php, at around line 187:

    
    $content .= '</a>';
    $content .= '<img src="YOUR-IMAGE-URL-HERE">'; // this is the new line
    $content .= '</span>';
    

    This will add an image at the end of every item. You may also want to add a style tag to give it some margin.

Viewing 1 replies (of 1 total)
  • The topic ‘insert the new gif image between two post.’ is closed to new replies.