Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’d like to chime in to say that I, too, would love to pay for a pro version with import/export functionality. We’re doing some cool stuff with this plugin already, but I spent 21 hours manually inserting data which means it would have been suuuuuuuper worth it for me to have a pro version. I know that, in my particular case, the client will want to import more data later, so it would benefit them on an ongoing basis (and justify an annual license fee).

    Thanks so much for the work you’ve done thus far! I really appreciate it!

    Yep, it’s already a part of our plugin. In this case, I suspect that starting with single.php might be better, but that is a matter of opinion. Regardless, you’ll want to put a file named single-staff-member.php into your child theme (if you put it in your parent theme, when you update that theme, the file may disappear). Doing so will override the original single-staff-member.php so that you can make customizations to it, like removing the sidebar.

    Well, it looks like your staff posts are using the same template as your blog posts (pretty common). This is a result of how your theme treats different types of posts.

    You’ll want to create a custom template named single-staff-member.php for your single staff member pages (this would have the bonus of fixing the issue with the display of the staff bio on mobile, which right now is illegible) and place it in your site’s child theme (hopefully it has a child theme!).

    To build this template, you’ll need to reference the “templates” menu item in the plugin.

    If you’re not familiar with how to write a template, there are some great tutorials floating around, but I’d recommend starting with the “single.php” file, duplicating it, and editing it to your liking.

    Hope that helps!

    Hey there! Can you share a link where we can see this? I have some ideas but a link always makes life easier.

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