• i have the following:

    <?php previous_post_link_plus( array(
                             'order_by' => 'custom',
    						 'meta_key' => 'begins',
                             'max_length' => 30,
    						 'thumb' => 'thumbnail'
                        ) );?>
    
    <?php next_post_link_plus( array(
                             'order_by' => 'custom',
    						 'meta_key' => 'begins',
                             'max_length' => 30,
    						 'thumb' => 'thumbnail'
                        ) );?>

    meaning i have left looping at the default, disabled state. however, it still allows looping.

    also, how can i give next and prvious links different classes, so i can apply different styling in css? for example, i may want to float one left, and the other right, etc.

    thanks.

    http://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sweetrobot

    (@sweetrobot)

    oops. dumb of me. please disregard the css posrtion. i believe the loopign issue is because i am sorting by two parameters- ‘ends’ and ‘begins’. on the index, only bgins is used. in other pages, such as search, category, tag, first begins are displayed, followed by ends. how could this be handled? so that it first loops through ‘begins’, then by ‘ends’?

    Plugin Author ambrosite

    (@ambrosite)

    That is not possible. The plugin can only sort on one meta key.

    Thread Starter sweetrobot

    (@sweetrobot)

    ok, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ambrosite Next/Previous Post Link Plus] looping disabled, but links still displays’ is closed to new replies.