Title: The Permalink
Last modified: August 31, 2016

---

# The Permalink

 *  Resolved [Tr3s](https://wordpress.org/support/users/tuca_reis/)
 * (@tuca_reis)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/the-permalink/)
 * It is a great plugin, but can not edit the permalink (volunteer-opportunity)?
   I can not have [one_time_volunteer_opps] and [flexible_volunteer_opps] on the
   same page, which would be very practical …
 * ……………
    É um excelente plugin, mas não posso editar o link permanente (volunteer-
   opportunity)? Eu não posso ter [one_time_volunteer_opps] e [flexible_volunteer_opps]
   na mesma página, o que seria muito prático e na mesma categoria …
 * [https://wordpress.org/plugins/wired-impact-volunteer-management/](https://wordpress.org/plugins/wired-impact-volunteer-management/)

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

 *  Plugin Author [Wired Impact](https://wordpress.org/support/users/wiredimpact/)
 * (@wiredimpact)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/the-permalink/#post-7068981)
 * Thanks for reaching out [@jonh](https://wordpress.org/support/users/jonh/). I’ve
   noted comments for both of your thoughts below.
 * **Editing the Permalink**
    You actually can change the permalink for volunteer
   opportunities. Here’s an example of the code to place in your functions.php file:
 *     ```
       add_filter( 'wivm_opp_rewrite', 'change_vol_opp_permalink' );
       function change_vol_opp_permalink( $slug ){
         $slug = 'volunteer'; //Change this to whatever you'd prefer the slug to be
         return $slug;
       }
       ```
   
 * Once you have that on your site you need to refresh the permalinks by logging
   in and visiting Settings >> Permalinks. Once you’re there click the blue “Save
   Changes” button.
 * **Listing One-Time and Flexible Opportunities on the Same Page**
    Unfortunately,
   this isn’t possible due to ordering and pagination. If we listed them together,
   how would we decide the order to put them in? One-time opportunities have dates
   associated with them, while flexible opportunities do not.
 * The other option is to list them both of the same page, but separately, either
   in columns or one on top of the other. The problem here is pagination. Depending
   on the number of opportunities in each you might need a page two for one-time
   opportunities, but not for flexible opportunities.
 * This is, of course, something we struggled with while developing the plugin. 
   At this point we don’t have any great solution.
 * Let me know if you have any other questions at all.
 * Jonathan
    Wired Impact
 *  Thread Starter [Tr3s](https://wordpress.org/support/users/tuca_reis/)
 * (@tuca_reis)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/the-permalink/#post-7068988)
 * Thank you for your attention, I believe that with time, the plugin may extend
   more options; Example: users open a campaign among other options etc .. Thank
   you for the plugin, it is a huge asset here.
    …………………………………………….. Obrigado por
   sua atenção, acredito que com o tempo, o plugin poderá estender-se mais suas 
   opções; Exemplo: os usuários abrirem sua própria campanha ex:(voluntaria-se em
   nossa causa) entre outras opções etc .. Obrigado para o plugin, é de uma grande
   valia por aqui.
 *  Plugin Author [Wired Impact](https://wordpress.org/support/users/wiredimpact/)
 * (@wiredimpact)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/the-permalink/#post-7068995)
 * We totally agree. There are plenty of opportunities to expand the features, and
   we’re excited for the future of the plugin.
 * And thank you for the kind words. Since this is such a new plugin it would be
   great if you’d take a moment to leave an honest review at [https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management](https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management).
 * Good luck and let us know if you have any other questions.
 * Jonathan

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

The topic ‘The Permalink’ is closed to new replies.

 * ![](https://ps.w.org/wired-impact-volunteer-management/assets/icon.svg?rev=2591634)
 * [Wired Impact Volunteer Management](https://wordpress.org/plugins/wired-impact-volunteer-management/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wired-impact-volunteer-management/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wired-impact-volunteer-management/)
 * [Active Topics](https://wordpress.org/support/plugin/wired-impact-volunteer-management/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wired-impact-volunteer-management/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wired-impact-volunteer-management/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Wired Impact](https://wordpress.org/support/users/wiredimpact/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/the-permalink/#post-7068995)
 * Status: resolved