Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #2046215
Team members Page
Closed

Comments

  • Stefan Hautmann started the conversation

    Hello,

    thank you for your last support message, it worked pretty well yesterday. My problem now is the page /team-member/ . How can I edit the page? There is no such page under Pages. Under Team > Team  are also no possibilities to alter the /team-member/ page. I am looking forward to hearing from you.


    Best regards,

    Stefan Hautmann

  •  532
    OrionThemes replied

    Hi Stefan,

    The team-member page is just an index page of the team post type.
    Customization is possible with css or a custom template (inside child theme).
    Another, easier option is to create a custom page, then redirect /team-member/ url to the new custom page.

    What are you trying to change/achieve?

    Kind regards,

    Andrej

  • Stefan Hautmann replied

    Hello Andrej,

    thank you for your fast reply. How can I redirect /team-member/  url to a new custom page?


    Kind regards,

    Stefan Hautmann


  •  532
    OrionThemes replied

    Hi Stefan
    If you are comfortable editing files on the server, you can add a google friendly 301 redirect into the .httaccess file in your WordPress directory. Your redirect should look something like this:

    RewriteEngine On
    Redirect 301 /team-member/ https://www.laserzentrum-ostbayern.de/custom-team-page/


    Alternatively you can also install a plugin, which will handle this for you. 

    This article should be helpful: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

    Let me know if you get stuck somewhere in the process.
    Kind regards,
    Andrej