Thanks for reaching out @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
(@tuca_reis)
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.
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.
Good luck and let us know if you have any other questions.
Jonathan