Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Eli

    (@scheeeli)

    Hi Rusty,
    I am the developer of this Related Posts plugin. I would like to do what I can to help you but I’m afraid I don’t understand what your problem is or what you want to do. Can you please try explaining it again for me?

    Aloha, Eli

    Thread Starter rusty1001

    (@rusty1001)

    Hi Eli,

    Thanks for quick response – great plugin…

    for example…

    post 1
    post 2
    post 3

    are links in the side bar (widget)

    if you are on post 1

    you will only see

    post 2
    post 3

    in the widget…

    this is being used to show a group of food products (ie cereals)
    so they should all show…

    Hope this makes sense?
    Thanks
    Rusty

    Plugin Author Eli

    (@scheeeli)

    Yes, now I understand. You want to use it like an automatic category or tag menu.

    I designed this plugin to only show links to related posts that were not already displayed on the page. I suppose if you broke it just right then it should do what you want. If you rem out line 577 of plugins/spostarbust/index.php I think it will do what you want.
    Line 577 says:
    $SPOSTARBUST_POP[] = $post->ID;
    just put two slashes in from of it, like this
    //$SPOSTARBUST_POP[] = $post->ID;
    make sure it’s on line 577 that you rem that out, that line show up just like that in two other places up higher in that file.

    Please let me know if that does it for you.

    Aloha, Eli

    Thread Starter rusty1001

    (@rusty1001)

    thank you — brilliant – that is what I wanted..:)

    Thanks for help Eli..

    Rusty..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show link of current post’ is closed to new replies.