Title: Back/Next
Last modified: August 26, 2023

---

# Back/Next

 *  Resolved [jfdesignco2](https://wordpress.org/support/users/jfdesignco2/)
 * (@jfdesignco2)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/)
 * Is there a way to add a next and back feature once you are on a specific member
   page?

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

 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17003047)
 * There is not a “next” feature, though you can turn on a “back” feature. Please
   navigate to the Connections Setting admin page and click the Display tab. Scroll
   down to the Results List Actions section. Enable the Back to Directory option
   and save the change.
    - [https://connections-pro.com/documentation/settings/#Actions](https://connections-pro.com/documentation/settings/#Actions)
 * I hope this helps; please let me know.
 *  Thread Starter [jfdesignco2](https://wordpress.org/support/users/jfdesignco2/)
 * (@jfdesignco2)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17007672)
 * Our main directory page is the “view all” page — is there a way to change where
   the Back to directory goes to? Because I would want it to go back to the page
   we are using as the directory page 
   [https://nb1.134.myftpupload.com/members/view/all/](https://nb1.134.myftpupload.com/members/view/all/)
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17028498)
 * Apologies, I missed your follow-up question!!!
 * Install the Code Snippets plugin.
    - [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 * Add a new code snippet with the following code:
 *     ```wp-block-code
       add_filter(
       	'cn_entry_action_back_atts',
       	static function( $atts ) {
       		$atts['type'] = 'all';
       		return $atts;
       	}
       );
       ```
   
 * Save and _Activate_ the new code snippet.
 * I hope this helps; please let me know.
 *  Thread Starter [jfdesignco2](https://wordpress.org/support/users/jfdesignco2/)
 * (@jfdesignco2)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17033134)
 * That didn’t work but it’s showing an error so not sure if that is why. It’s saying
   a parse error – syntax error.
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17033446)
 * It sounds like there was an accidental copy-paste error. Make sure the code in
   the snippet matches precisely the code from my reply.
 * I hope this help; please let me know.
 *  Thread Starter [jfdesignco2](https://wordpress.org/support/users/jfdesignco2/)
 * (@jfdesignco2)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17033522)
 * That code worked but can you take a look and see how it is working.
   [https://apoba.com/members/view/all/](https://apoba.com/members/view/all/)
   if you click on a member and the do back to directory it takes you here[https://apoba.com/members-list/view/all/](https://apoba.com/members-list/view/all/)
   instead of to my [https://apoba.com/members/view/all/](https://apoba.com/members/view/all/)
   Is it possible to go back to my page?
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17033593)
 * Oh, I see, you have a custom, separate “view all” page that is not Connections.
 * The easiest solution I can offer to disable the Go Back link in Connections:
    - [https://connections-pro.com/documentation/settings/#Actions](https://connections-pro.com/documentation/settings/#Actions)
 * After that action link is disabled, navigate to the page tithe the `[connections]`
   shortcode and place a link above it to your custom view all page.
 * I hope this helps; please let me know.
 *  Thread Starter [jfdesignco2](https://wordpress.org/support/users/jfdesignco2/)
 * (@jfdesignco2)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17034595)
 * that worked thank you.
 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17035772)
 * Happy to help; have a great weekend!

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

The topic ‘Back/Next’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/connections_2b7e99.svg)
 * [Connections Business Directory](https://wordpress.org/plugins/connections/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/connections/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/connections/)
 * [Active Topics](https://wordpress.org/support/plugin/connections/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/connections/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/connections/reviews/)

## Tags

 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [permalink](https://wordpress.org/support/topic-tag/permalink/)
 * [settings](https://wordpress.org/support/topic-tag/settings/)

 * 9 replies
 * 2 participants
 * Last reply from: [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/back-next/#post-17035772)
 * Status: resolved