Navigation überspringen

[Gelöst] Custom Post Type permalink structure

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

I need to change the permalink structure of my custom post type.

Solution:

The custom post type permalink structure will apply the WordPress rewrite setting, for example:

Dashboard-> Settings-> Permalink, Enable option "Post name".

Relevant Documentation:

This support ticket is created vor 4 years, 10 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Hong_Kong (GMT+08:00)

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von jonathanR-5 vor 4 years, 10 months.

Assistiert von: Luo Yang.

Author
Artikel
#2119437
screen.png

Hi, I need to change the permalink structure of my custom post type from this:
versteckter Link
to something like this:
versteckter Link
or
versteckter Link

Attached is a screenshot of my current settings.

#2119573

Hello,

The custom post type permalink structure will apply the WordPress rewrite setting, for example:
Dashboard-> Settings-> Permalink, Enable option "Post name". And test again

#2120057

I have a custom structure for permalinks: /%category%/%postname%/
Is there another solution?

#2120123

My issue is resolved now. Thank you!