{"id":13372,"date":"2024-04-24T09:38:53","date_gmt":"2024-04-24T13:38:53","guid":{"rendered":"https:\/\/prettylinks.com\/?post_type=pauple_helpie&#038;p=13372"},"modified":"2026-07-10T03:04:57","modified_gmt":"2026-07-10T09:04:57","slug":"showing-permalink-for-posts-pages-and-cpts","status":"publish","type":"ht_kb","link":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/","title":{"rendered":"Shortcodes"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Pretty Links stellt Shortcodes zur Verf\u00fcgung, die Sie \u00fcberall dort verwenden k\u00f6nnen, wo WordPress Shortcodes akzeptiert \u2013 in Beitr\u00e4gen, Seiten, Widgets, Page-Buildern und Theme-Vorlagen, die diese unterst\u00fctzen <code>do_shortcode()<\/code>. Shortcodes sind eine flexible M\u00f6glichkeit, dynamische Linkverweise in Ihre Inhalte einzuf\u00fcgen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"inserting-a-specific-link\"><a href=\"#inserting-a-specific-link\">Einen bestimmten Link einf\u00fcgen<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Verwenden Sie die <code>[prettylink]<\/code> Shortcode zum Einf\u00fcgen eines beliebigen \u201ePretty Link\u201c anhand seiner ID:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[prettylink id=\"42\"]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Dadurch wird ein Link zur \u201ePretty URL\u201c des Links mit der ID 42 ausgegeben. Der sichtbare Linktext entspricht standardm\u00e4\u00dfig dem Titel des Links.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die ID eines beliebigen Links finden Sie unter <strong>Pretty Links<\/strong> Liste \u2013 sie wird neben oder unter dem Titel des Links angezeigt.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"customizing-the-link-text\"><a href=\"#customizing-the-link-text\">Anpassen des Linktextes<\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Den angezeigten Text durch den <code>Text<\/code> Attribut:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[prettylink id=\"42\" text=\"Klicken Sie hier f\u00fcr unser Partnerangebot\"]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Dies wird als normales Anker-Tag dargestellt, wobei der von Ihnen angegebene Text auf die Pretty-URL verweist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Weitere unterst\u00fctzte Attribute: <code>Schnecke<\/code> (anstelle von <code>id<\/code> (nach Slug suchen), <code>Klasse<\/code> (zus\u00e4tzliche CSS-Klassen) und <code>Ziel<\/code> (z. B. <code>target=\"_blank\"<\/code>).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-gets-honored\"><a href=\"#what-gets-honored\">Was wird gew\u00fcrdigt?<\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Die <code>[prettylink]<\/code> Die Ausgabe ber\u00fccksichtigt die Einstellungen des Links:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Nofollow<\/strong> und <strong>Gesponsert<\/strong> Flaggen f\u00fcgen die entsprechenden hinzu <code>rel<\/code> Attribute;<\/li>\n<li><strong>In einem neuen Fenster \u00f6ffnen<\/strong> f\u00fcgt hinzu <code>target=\"_blank\"<\/code> (mit Safe <code>rel=\"noopener\"<\/code>);<\/li>\n<li>Die \u201ePretty URL\u201c wird angezeigt, nicht die Ziel-URL \u2013 das hei\u00dft <strong><a href=\"https:\/\/prettylinks.com\/de\/docs\/how-to-turn-off-click-tracking\/\">Klick-Tracking<\/a><\/strong>, <strong><a href=\"https:\/\/prettylinks.com\/de\/docs\/understanding-redirect-types\/\">Umleitungstyp<\/a><\/strong>und <a href=\"..\/04-advanced-redirects\/README.md\">erweiterte Funktionen<\/a> All dies gilt, wenn ein Besucher darauf klickt.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"linking-to-the-current-posts-auto-created-pretty-link\"><a href=\"#linking-to-the-current-posts-auto-created-pretty-link\">Verlinkung auf den automatisch generierten \u201ePretty Link\u201c des aktuellen Beitrags<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn Sie diese Funktion aktiviert haben <strong><a href=\"https:\/\/prettylinks.com\/de\/docs\/auto-create-links\/\">Links automatisch erstellen<\/a><\/strong> Bei einem Beitragstyp erh\u00e4lt jeder Beitrag dieses Typs automatisch einen eigenen \u201ePretty-Link\u201c. Um diesen \u201ePretty-Link\u201c in den Inhalt des Beitrags (oder eine Vorlage) einzubetten, verwenden Sie Folgendes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[post-pretty-link]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Standardm\u00e4\u00dfig wird dabei Folgendes ausgegeben: <strong>unformatierte \u201ePretty URL\u201c-Zeichenkette<\/strong> (kein anklickbarer Anker). Es wird h\u00e4ufig verwendet in:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Schaltfl\u00e4chen zum Versenden dieses Beitrags per E-Mail<\/strong> (\u201cDiesen Beitrag teilen: yoursite.com\/abc123\u201d);<\/li>\n<li><strong>Druckfreundliche Vorlagen<\/strong> die zur Anzeige eine Kurz-URL ben\u00f6tigen;<\/li>\n<li><strong>Fu\u00dfzeilen des Themes<\/strong> die f\u00fcr jeden Beitrag eine kopierbare Kurz-URL anzeigen.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"rendering-as-a-clickable-link\"><a href=\"#rendering-as-a-clickable-link\">Als anklickbaren Link darstellen<\/a><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Um die URL in ein <code>&lt;a&gt;<\/code> Tag, Pass <code>link=\"Anker\"<\/code> (oder ein beliebiges nichtleeres <code>Text<\/code> Attribut, das den Anker-Modus impliziert):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>[post-pretty-link link=\"anchor\"]<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>[post-pretty-link text=\"Diesen Beitrag teilen\"]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Im ersten Fall wird der gespeicherte Name des Links als Ankertext verwendet; im zweiten Fall der von Ihnen angegebene Text.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn der aktuelle Beitrag keinen automatisch generierten \u201ePretty Link\u201c enth\u00e4lt, gibt der Shortcode nichts aus \u2013 daher kann man ihn bedenkenlos in eine Vorlage einf\u00fcgen, die bei jedem Beitrag ausgef\u00fchrt wird.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"where-shortcodes-work\"><a href=\"#where-shortcodes-work\">Wo Shortcodes funktionieren<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Diese Shortcodes funktionieren \u00fcberall dort, wo WordPress Shortcodes auswertet:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Innen <strong>Klassischer Editor<\/strong> Inhalt (Registerkarte \u201eBild\u201c oder \u201eText\u201c);<\/li>\n<li>Im Inneren des Gutenberg <strong>Shortcode-Block<\/strong>;<\/li>\n<li>Innerhalb von Gutenberg-Absatzbl\u00f6cken (automatisch ausgewertet);<\/li>\n<li>Innen <strong>Widgets<\/strong> (falls Ihr Widget-Bereich <code>do_shortcode<\/code>);<\/li>\n<li>Innen <strong>Theme-Dateien<\/strong> wenn der Entwickler die Ausgabe in <code>do_shortcode()<\/code>;<\/li>\n<li>Im Inneren der meisten <strong>Seitenersteller<\/strong> (Elementor, Beaver Builder, Divi usw.).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn ein Shortcode auf der Seite als reiner Text angezeigt wird, anstatt ausgewertet zu werden, wird der umgebende Kontext nicht ausgef\u00fchrt. <code>do_shortcode()<\/code>. Das ist ein Problem mit dem Theme oder der Konfiguration des Page Builders, kein Fehler von Pretty Links.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-the-shortcodes-output\"><a href=\"#what-the-shortcodes-output\">Was die Shortcodes ausgeben<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Beide Shortcodes geben einen Standard aus <code>&lt;a&gt;<\/code> Tag, das auf das <strong>sch\u00f6ne URL<\/strong>, nicht die Ziel-URL. Das bedeutet:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Der Besucher sieht <code>yoursite.com\/dein-Slug<\/code> wenn sie dar\u00fcber schweben;<\/li>\n<li>Klicks werden \u00fcber Pretty Links weitergeleitet und erfasst;<\/li>\n<li>Es gelten alle Funktionen im Zusammenhang mit Weiterleitungen (Cloak, Pretty Bar, Targeting, Rotation, Ablauf);<\/li>\n<li>Wenn Sie das Ziel des Links nachtr\u00e4glich \u00e4ndern, wird das Ziel aktualisiert, ohne dass Sie den Inhalt des Beitrags bearbeiten m\u00fcssen.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tips\"><a href=\"#tips\">Tipps<\/a><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Link-IDs einmalig in einem Notizdokument speichern<\/strong> wenn Sie in vielen Beitr\u00e4gen immer wieder dieselben wenigen ansprechenden Links verwenden. Das geht schneller, als jeden einzelnen nachzuschlagen;<\/li>\n<li><strong>Verwenden Sie die <a href=\"https:\/\/prettylinks.com\/de\/docs\/add-a-link-in-gutenberg\/\">Block-Editor-Einf\u00fcgefunktion<\/a> sofern m\u00f6glich.<\/strong> Der visuelle Ablauf ist f\u00fcr einmalige Einf\u00fcgungen benutzerfreundlicher; Shortcodes eignen sich hervorragend f\u00fcr vorlagengest\u00fctzte Inhalte (wie beispielsweise einen wiederkehrenden \u201cAbonnieren\u201d-Link in der Fu\u00dfzeile Ihres Beitrags);<\/li>\n<li><strong>Test in der Vorschau<\/strong> nach dem Einf\u00fcgen eines Shortcodes. Wenn auf der Benutzeroberfl\u00e4che der Shortcode-Rohtext angezeigt wird, wertet das System die Shortcodes nicht aus;<\/li>\n<li><strong>Verwenden Sie das richtige Attribut f\u00fcr Slugs.<\/strong> <code>id<\/code> akzeptiert nur eine numerische Link-ID. Um nach einem Slug zu suchen, verwenden Sie die <code>Schnecke<\/code> Attribut im Shortcode:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>[prettylink slug=\"my-slug\"]<\/code><\/pre>","protected":false},"excerpt":{"rendered":"<p>Pretty Links stellt Shortcodes zur Verf\u00fcgung, die Sie \u00fcberall dort verwenden k\u00f6nnen, wo WordPress Shortcodes akzeptiert \u2013 in Beitr\u00e4gen, Seiten, Widgets, Page-Buildern und Theme-Vorlagen, die do_shortcode() unterst\u00fctzen. Shortcodes sind eine flexible M\u00f6glichkeit, dynamische Link-Verweise in Ihre Inhalte einzuf\u00fcgen. Einen bestimmten Link einf\u00fcgen Verwenden Sie den Shortcode [prettylink], um einen beliebigen Pretty-Link anhand seiner ID einzuf\u00fcgen: Dies gibt Folgendes aus\u2026<\/p>","protected":false},"author":34280,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_strive_editorial_status":"not-started","_strive_copy_of":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"ht-kb-category":[707],"ht-kb-tag":[],"class_list":["post-13372","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-adding-links-to-your-content"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types.\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Nikola Mihajlovic\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"PrettyLinks\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Shortcodes | PrettyLinks\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-04-24T13:38:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-10T09:04:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Shortcodes | PrettyLinks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prettylinks.com\\\/de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/#listItem\",\"name\":\"Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/#listItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/doc-categories\\\/adding-links-to-your-content\\\/#listItem\",\"name\":\"Adding Links to Your Content\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/doc-categories\\\/adding-links-to-your-content\\\/#listItem\",\"position\":3,\"name\":\"Adding Links to Your Content\",\"item\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/doc-categories\\\/adding-links-to-your-content\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/#listItem\",\"name\":\"Shortcodes\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/#listItem\",\"name\":\"Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/#listItem\",\"position\":4,\"name\":\"Shortcodes\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/doc-categories\\\/adding-links-to-your-content\\\/#listItem\",\"name\":\"Adding Links to Your Content\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/#organization\",\"name\":\"PrettyLinks\",\"description\":\"Top Affiliate Link & URL Shortener for WordPress\",\"url\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola Mihajlovic\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/#authorImage\",\"url\":\"https:\\\/\\\/prettylinks.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1784939793\",\"width\":96,\"height\":96,\"caption\":\"Nikola Mihajlovic\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/#webpage\",\"url\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/\",\"name\":\"Shortcodes | PrettyLinks\",\"description\":\"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types.\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/docs\\\/showing-permalink-for-posts-pages-and-cpts\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-04-24T09:38:53-06:00\",\"dateModified\":\"2026-07-10T03:04:57-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/\",\"name\":\"PrettyLinks\",\"description\":\"Top Affiliate Link & URL Shortener for WordPress\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/prettylinks.com\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Shortcodes | PrettyLinks<\/title>\n\n","aioseo_head_json":{"title":"Shortcodes | PrettyLinks","description":"Entdecken Sie, wie Sie Permalinks f\u00fcr alle Inhaltstypen in Pretty Links anzeigen k\u00f6nnen. Folgen Sie unserer Anleitung, um Permalinks f\u00fcr Beitr\u00e4ge, Seiten und benutzerdefinierte Beitragstypen anzuzeigen.","canonical_url":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de#listItem","position":1,"name":"Home","item":"https:\/\/prettylinks.com\/de","nextItem":{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/docs\/#listItem","name":"Articles"}},{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/docs\/#listItem","position":2,"name":"Articles","item":"https:\/\/prettylinks.com\/de\/docs\/","nextItem":{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/doc-categories\/adding-links-to-your-content\/#listItem","name":"Adding Links to Your Content"},"previousItem":{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/doc-categories\/adding-links-to-your-content\/#listItem","position":3,"name":"Adding Links to Your Content","item":"https:\/\/prettylinks.com\/de\/doc-categories\/adding-links-to-your-content\/","nextItem":{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/#listItem","name":"Shortcodes"},"previousItem":{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/docs\/#listItem","name":"Articles"}},{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/#listItem","position":4,"name":"Shortcodes","previousItem":{"@type":"ListItem","@id":"https:\/\/prettylinks.com\/de\/doc-categories\/adding-links-to-your-content\/#listItem","name":"Adding Links to Your Content"}}]},{"@type":"Organization","@id":"https:\/\/prettylinks.com\/de\/#organization","name":"PrettyLinks","description":"Top Affiliate Link & URL Shortener for WordPress","url":"https:\/\/prettylinks.com\/de\/"},{"@type":"Person","@id":"https:\/\/prettylinks.com\/de\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/prettylinks.com\/de\/blog\/author\/nikolacaseproof-com\/","name":"Nikola Mihajlovic","image":{"@type":"ImageObject","@id":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/#authorImage","url":"https:\/\/prettylinks.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1784939793","width":96,"height":96,"caption":"Nikola Mihajlovic"}},{"@type":"WebPage","@id":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/#webpage","url":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/","name":"Shortcodes | PrettyLinks","description":"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types.","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/prettylinks.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/#breadcrumblist"},"author":{"@id":"https:\/\/prettylinks.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/prettylinks.com\/de\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-04-24T09:38:53-06:00","dateModified":"2026-07-10T03:04:57-06:00"},{"@type":"WebSite","@id":"https:\/\/prettylinks.com\/de\/#website","url":"https:\/\/prettylinks.com\/de\/","name":"PrettyLinks","description":"Top Affiliate Link & URL Shortener for WordPress","inLanguage":"de-DE","publisher":{"@id":"https:\/\/prettylinks.com\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"PrettyLinks","og:type":"article","og:title":"Shortcodes | PrettyLinks","og:description":"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types.","og:url":"https:\/\/prettylinks.com\/de\/docs\/showing-permalink-for-posts-pages-and-cpts\/","article:published_time":"2024-04-24T13:38:53+00:00","article:modified_time":"2026-07-10T09:04:57+00:00","twitter:card":"summary_large_image","twitter:title":"Shortcodes | PrettyLinks","twitter:description":"Discover how to display permalinks for all content types inside Pretty Links. Follow our guide to show permalinks for posts, pages, and custom post types."},"aioseo_meta_data":{"post_id":"13372","title":null,"description":"Entdecken Sie, wie Sie Permalinks f\u00fcr alle Inhaltstypen in Pretty Links anzeigen k\u00f6nnen. Folgen Sie unserer Anleitung, um Permalinks f\u00fcr Beitr\u00e4ge, Seiten und benutzerdefinierte Beitragstypen anzuzeigen.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-07-10 09:09:32","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2024-04-24 13:38:55","updated":"2026-07-10 09:55:46"},"_links":{"self":[{"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/ht-kb\/13372","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/users\/34280"}],"replies":[{"embeddable":true,"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/comments?post=13372"}],"version-history":[{"count":2,"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/ht-kb\/13372\/revisions"}],"predecessor-version":[{"id":18901,"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/ht-kb\/13372\/revisions\/18901"}],"wp:attachment":[{"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/media?parent=13372"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/ht-kb-category?post=13372"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/prettylinks.com\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=13372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}