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.
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.
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.
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
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
OrionThemes
Hello Andrej,
thank you for your fast reply. How can I redirect /team-member/ url to a new custom page?
Kind regards,
Stefan Hautmann
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:
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
OrionThemes