• Resolved demisoda2k

    (@demisoda2k)


    Hi,
    Great plugin with handful of options, Thankyou!
    I was able to modify some for my usages.(i put this at the bottom of the single post page and using it like category list)
    however, I was wondering if I can show not only previous article titles but also the current article title and even few of next article titles on top of the previous article titles.
    (it’s kinda useful specially when we set the plugin option like 1. posts in same category, 2. 8~10 posts to show at once. )

    if above are not easy,then Would you mind letting me know which line actually prints the list box on the screen? I will try to add current article title under the box header,so they will intuitively notice that the list is lastest posts lists. (though I’m noob in PHP)

    no matter what, thank you for the this great plug in again!:)

    https://ww.wp.xz.cn/plugins/upprev/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    Hi demisoda2k,

    All those goals you can achieve without plugin modifications. All elements you can replace using filters with your own code.

    Could you draw this concept? I can help, but I do not understand what do you want to achieve.

    Marcin

    Thread Starter demisoda2k

    (@demisoda2k)

    If then, it couldnt be better! 🙂

    Btw below link is the screen shot of my blog that I’m currently working on.
    still it;s still on going but you may see the link as a ‘draw’.

    link

    ‘A’ would be the previous post and B for current one.
    I removed closing button coz the box isnt animated anymore (position relative).

    oh, and the tag option isnt working properly..
    I guess it has typo in upprev.php.,

    if ( ++$i > $max ) {
    > might be <

    I am still studying this awesome plugin how to show next and current post title on top of previous titles. I was able to figure out which code is actually printing the titles, but it might be a long~~long shot for me to add the actual filter,(im gonna try to edit the code first.)
    hope you could give me a tip a bit,
    thank you again in advance!!

    Thread Starter demisoda2k

    (@demisoda2k)

    I somehow figured out how to add next and current post, and made it out, thank you!:)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘add current and next posts?’ is closed to new replies.