Title: phejdc's Replies | WordPress.org

---

# phejdc

  [  ](https://wordpress.org/support/users/phejdc/)

 *   [Profile](https://wordpress.org/support/users/phejdc/)
 *   [Topics Started](https://wordpress.org/support/users/phejdc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/phejdc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/phejdc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/phejdc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/phejdc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/phejdc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ambrosite Next/Previous Post Link Plus] [Plugin: Ambrosite Next/Previous Post Link Plus]: Call to undefined function](https://wordpress.org/support/topic/plugin-ambrosite-nextprevious-post-link-plus-call-to-undefined-function/)
 *  [phejdc](https://wordpress.org/support/users/phejdc/)
 * (@phejdc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-ambrosite-nextprevious-post-link-plus-call-to-undefined-function/#post-2340062)
 * I’m getting “Fatal error: Call to undefined function pevious_post_link_plus()”
   after installing and activating Ambrosite Next/Previous Post Link Plus
 * This is the code I’m using on my single.php
 *     ```
       <div id="nav-below" class="navigation">
       	<div class="nav-previous left"><?php pevious_post_link_plus( array('order_by' => 'custom', 'meta_key' => 'item_image2') ); ?></div>
           <div class="nav-next right"><?php next_post_link_plus( array('order_by' => 'custom', 'meta_key' => 'item_image2') ); ?></div>
       </div><!-- #nav-below -->
       ```
   

Viewing 1 replies (of 1 total)