{"id":4162,"date":"2023-11-10T17:21:46","date_gmt":"2023-11-10T16:21:46","guid":{"rendered":"https:\/\/www.knowboard.de\/?p=4162"},"modified":"2023-11-13T14:10:26","modified_gmt":"2023-11-13T13:10:26","slug":"enym-autobutton-shortcode","status":"publish","type":"post","link":"https:\/\/www.knowboard.de\/enym-autobutton-shortcode\/","title":{"rendered":"Enym „Autobutton“ Shortcode"},"content":{"rendered":"\n
\/\/ Add Shortcode\nfunction enym_autobutton( $atts ) {\n\n\/\/ Attributes\n$atts = shortcode_atts(\n    array(\n        'label' => '',\n        'class' => '',\n        'link'=>''  \n    ),\n    $atts\n);\n\nglobal $post;\n\/\/$terms = wp_get_post_terms( $atts['post_id'], $atts['taxonomy']);\n\/\/$term = get_term( '24', 'objektart' );\n$terms = wp_get_post_terms( $post->ID, 'objektart' );\n\/\/print_r($terms);\n$tax = $terms[0]->term_id;\n$name = $terms[0]->name;\n\n$link = '<a href=\"';\nif ($tax == 23) { \/\/Gewerbe\n    $link .= 'mailto:ukaplan@kvb-hamburg.de?subject=Anfrage%20Gewerbe';        \n    $label = 'Anfrage: '.$name; \n} else  if ($tax == 24) { \/\/Wohnen\n    $link .= 'mailto:pglamann@kvb-hamburg.de?subject=Anfrage%20Wohnen';    \n    $label = 'Anfrage: '.$name; \n} else { \/\/no tax\n    $link .= '\/kontakt';       \n    $label = 'Jetzt anfragen'; \n    return;\n}\n$link .= '\" class=\"autobutton vcex-button theme-txt-link align-right inline arrow-right arrow-blue\"><span class=\"vcex-button-inner theme-button-inner\">'.$label.'<\/span><\/a>'; \nreturn $link;\n\n}\nadd_shortcode( 'autobutton', 'enym_autobutton' );<\/code><\/pre>\n\n\n\n

<\/p>\n\n\n\n

<\/p>\n","protected":false},"excerpt":{"rendered":"\/\/ Add Shortcode function enym_autobutton( $atts ) { \/\/ Attributes $atts = shortcode_atts( array( 'label' => '', 'class' => '', 'link'=>'' ), $atts ); global $post; \/\/$terms = wp_get_post_terms( $atts['post_id'], $atts['taxonomy']); \/\/$term = get_term( '24', 'objektart' ); $terms = wp_get_post_terms( $post->ID, 'objektart' ); \/\/print_r($terms); $tax = $terms[0]->term_id; $name = $terms[0]->name; $link = '<a href=\"'; if…","protected":false},"author":1,"featured_media":4191,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-4162","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein","entry","has-media"],"_links":{"self":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/comments?post=4162"}],"version-history":[{"count":2,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4162\/revisions"}],"predecessor-version":[{"id":4189,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4162\/revisions\/4189"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media\/4191"}],"wp:attachment":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media?parent=4162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/categories?post=4162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/tags?post=4162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}