• Resolved owenpiccirillo

    (@owenpiccirillo)


    Hello,

    What I am trying to do is… show a list of images for the staff.. then when you click it will take to their actual profile page.

    Right now I was able to get that far..

    But on their profile ( slug ) page.. it only shows the image and name… I would also like to show the rest .. bio, phone, email, etc…

    How is this completed?

    Thank you in advance.

    -muhu

Viewing 1 replies (of 1 total)
  • Plugin Author Brett Shumaker

    (@brettshumaker)

    Hi @owenpiccirillo

    There’s a post from a while ago that has instructions written out by another user: https://wordpress.org/support/topic/single-staff-member-page/#post-4726074

    Basically you need to create a file in your theme called single-staff-list.php. I would copy your theme’s single.php and then replace where it has the_content() with whatever custom code you need from that other post.

    Every theme will be different and you should be using a child theme so you can make modifications that won’t be overwritten when you do theme updates.

    Hope this helps. Let me know if you have more questions. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘staff profile slug page – options, show more’ is closed to new replies.