Viewing 1 replies (of 1 total)
  • Hi!

    Same problem here.

    Changing the slug did work fine for me first. But on one point I had the same problem as described above and I could not figure out, why this error occurs. The only other plugin I installed after and I have installed on my WP site now is Yoast. But deactivating Yoast changed nothing.

    So I created a new tmeplate file in my theme. In your case it would be page-bio.php. In this file I executed the shortcode for simple staff list:

    <?php get_header(); ?>
    <?php echo do_shortcode('[simple-staff-list]'); ?>
    <?php get_footer(); ?>

    This works for me but I would like to have the plugin work properly again. 🙂

    Heiko

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Staff Members URL Slug returns 404’ is closed to new replies.