Forums

[Plugin: Smarter Navigation] arrow images instead of text-links (5 posts)

  1. bender2601
    Member
    Posted 1 year ago #

    Hi there, is there any chance to replace the text-link of Smarter Navigation Plugin with a left- and a right-arrow-image?

    Thanks in advance & best regards,
    Robert

  2. scribu
    Member
    Posted 1 year ago #

    Yep, just replace the first argument:

    previous_post_smart('<img src="...">');
    
    next_post_smart('<img src="...">');
  3. bender2601
    Member
    Posted 1 year ago #

    Thanks, Scribu.
    Actually, it puts the images there, but for some reason it doesn't keep the hyperlink.
    Any suggestion what could cause this?

  4. scribu
    Member
    Posted 1 year ago #

    Sorry, that should have been:

    previous_post_smart('%link', '<img src="...">');
    
    next_post_smart('%link', '<img src="...">');
  5. bender2601
    Member
    Posted 1 year ago #

    Perfect, thanks a lot!!!!

Topic Closed

This topic has been closed to new replies.

About this Topic