{"id":405,"date":"2013-11-29T09:16:10","date_gmt":"2013-11-29T09:16:10","guid":{"rendered":"https:\/\/www.templatemonster.com\/de\/blog\/?p=405"},"modified":"2019-11-28T14:55:49","modified_gmt":"2019-11-28T14:55:49","slug":"aufmotzung-der-wordpress-website","status":"publish","type":"post","link":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/","title":{"rendered":"15 Hacks zur Aufmotzung der WordPress Website"},"content":{"rendered":"<p>Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes PlugIn eine Menge Updates bringt und das kann irgendwann die WordPress Website brocken. Falls Du PHP-Grundkenntnisse (Du kannst also den Teil des Codes kopieren und einf\u00fcgen) oder Erfahrungen mit <a href=\"https:\/\/www.templatemonster.com\/blog\/de\/category\/web-entwicklung\/\" target=\"_blank\">Webentwicklung<\/a> hast, w\u00fcrde es f\u00fcr Dich interessant sein, ein paar kleinen \u00c4nderungen in der WordPress Website selbst machen. Daf\u00fcr haben wir f\u00fcr Dich ein paar kurze und interessante WordPress Hacks, die die WPbasierte-Website ohne Software von dritten Anbietern verbessern, vorbereitet. Es gibt viele einfache Funktionen, die kein Plugin ben\u00f6tigen. Das ist die Seitennummerierung, der Kontaktformular, Buttons f\u00fcr <a href=\"https:\/\/www.templatemonster.com\/blog\/de\/category\/soziale-netzwerke\/\" target=\"_blank\">Soziale Netzwerke<\/a> usw. Auf jeden Fall kritisiert dieser Beitrag nicht die Existenz und die Nutzung von WordPress PlugIns \u2013 es ist nur die Alternative, die Du nutzen kannst. Dieser Beitrag ist f\u00fcr den suchenden Seelen, die einfache und interessante L\u00f6sungen suchen, um die Funktionalit\u00e4t von WordPress Themes zu verbessern.<\/p>\n<h3><a title=\"wordpress-theme-hacks\" href=\"http:\/\/www.kriesi.at\/archives\/how-to-build-a-wordpress-post-pagination-without-plugin\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">WordPress: Wie man eine Paginierung ohne Plugin erstellt<\/a><\/h3>\n<p><a href=\"http:\/\/www.kriesi.at\/archives\/how-to-build-a-wordpress-post-pagination-without-plugin\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-theme-hacks-1\" alt=\"wordpress-theme-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-theme-hacks-1.jpg?9d7bd4\" width=\"600\" height=\"257\" \/><\/a><\/p>\n<p>* * *<!--more--><\/p>\n<h3><a title=\"wordpress-theme-hacks\" href=\"http:\/\/nenuno.co.uk\/creative\/wordpress\/popular-posts-wordpress-without-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\"> Beliebteste Beitr\u00e4ge In WordPress ohne Plugin anzeigen<\/a><\/h3>\n<p><a href=\"http:\/\/nenuno.co.uk\/creative\/wordpress\/popular-posts-wordpress-without-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-theme-hacks-2\" alt=\"wordpress-theme-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-theme-hacks-2.jpg?9d7bd4\" width=\"600\" height=\"165\" \/><\/a><\/p>\n<p>* * *<\/p>\n<h3><a title=\"WordPress-theme-hacks\" href=\"http:\/\/www.dynamicwp.net\/articles-and-tutorials\/how-to-add-live-comment-preview-to-comment-textarea-without-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Wie man Live-Kommentar Vorschau zum Kommentarbereich ohne Plugin hinzuf\u00fcgt<\/a><\/h3>\n<p><a href=\"http:\/\/www.dynamicwp.net\/articles-and-tutorials\/how-to-add-live-comment-preview-to-comment-textarea-without-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-theme-hacks-3\" alt=\"wordpress-theme-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-theme-hacks-3.jpg?9d7bd4\" width=\"600\" height=\"221\" \/><\/a><\/p>\n<p>* * *<\/p>\n<h3><a title=\"wordpress-theme-hacks\" href=\"http:\/\/www.themethesis.com\/tutorials\/show-retweets-without-plugin-wordpress\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\"> Retweets-Anzahl in WordPress ohne Plugin zeigen<\/a><\/h3>\n<p><a href=\"http:\/\/www.themethesis.com\/tutorials\/show-retweets-without-plugin-wordpress\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-theme-hacks-4\" alt=\"wordpress-theme-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-theme-hacks-4.jpg?9d7bd4\" width=\"600\" height=\"194\" \/><\/a><br \/>\n* * *<\/p>\n<h3><a title=\"wordpress-theme-hacks\" href=\"http:\/\/wp-snippets.com\/breadcrumbs-without-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">Breadcrumbs ohne Plugin<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre> 1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12\r\n13\r\n14\r\n15\r\n16\r\n17\r\n18\r\n19\r\n20\r\n21\r\n22\r\n23\r\n24\r\n25\r\n26\r\n27\r\n28\r\n29\r\n30\r\n31\r\n32\r\n33<\/pre>\n<\/td>\n<td>\n<pre>&lt;?php\r\nfunction the_breadcrumb() {\r\n\t\techo '&lt;ul id=\"crumbs\"&gt;';\r\n\tif (!is_home()) {\r\n\t\techo '&lt;li&gt;&lt;a href=\"';\r\n\t\techo get_option('home');\r\n\t\techo '\"&gt;';\r\n\t\techo 'Home';\r\n\t\techo \"&lt;\/a&gt;&lt;\/li&gt;\";\r\n\t\tif (is_category() || is_single()) {\r\n\t\t\techo '&lt;li&gt;';\r\n\t\t\tthe_category(' &lt;\/li&gt;&lt;li&gt; ');\r\n\t\t\tif (is_single()) {\r\n\t\t\t\techo \"&lt;\/li&gt;&lt;li&gt;\";\r\n\t\t\t\tthe_title();\r\n\t\t\t\techo '&lt;\/li&gt;';\r\n\t\t\t}\r\n\t\t} elseif (is_page()) {\r\n\t\t\techo '&lt;li&gt;';\r\n\t\t\techo the_title();\r\n\t\t\techo '&lt;\/li&gt;';\r\n\t\t}\r\n\t}\r\n\telseif (is_tag()) {single_tag_title();}\r\n\telseif (is_day()) {echo\"&lt;li&gt;Archive for \"; the_time('F jS, Y'); echo'&lt;\/li&gt;';}\r\n\telseif (is_month()) {echo\"&lt;li&gt;Archive for \"; the_time('F, Y'); echo'&lt;\/li&gt;';}\r\n\telseif (is_year()) {echo\"&lt;li&gt;Archive for \"; the_time('Y'); echo'&lt;\/li&gt;';}\r\n\telseif (is_author()) {echo\"&lt;li&gt;Author Archive\"; echo'&lt;\/li&gt;';}\r\n\telseif (isset($_GET['paged']) &amp;&amp; !empty($_GET['paged'])) {echo \"&lt;li&gt;Blog Archives\"; echo'&lt;\/li&gt;';}\r\n\telseif (is_search()) {echo\"&lt;li&gt;Search Results\"; echo'&lt;\/li&gt;';}\r\n\techo '&lt;\/ul&gt;';\r\n}\r\n?&gt;<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n<p>* * *<\/p>\n<h3><a title=\"wordpress-theme-hacks\" href=\"http:\/\/wpcanyon.com\/tipsandtricks\/show-top-commentators-in-wordpress-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">Top Kommentatoren In WordPress Ohne Plugin zeigen<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre>1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12\r\n13\r\n14\r\n15\r\n16\r\n17\r\n18\r\n19\r\n20\r\n21\r\n22\r\n23\r\n24\r\n25\r\n26\r\n27\r\n28<\/pre>\n<\/td>\n<td>\n<pre>function top_comment_authors($amount = 5){\r\n\r\n\tglobal $wpdb;\r\n\r\n\t$results = $wpdb-&gt;get_results('\r\n\t\tSELECT\r\n\t\t\tCOUNT(comment_author_email) AS comments_count, comment_author_email, comment_author, comment_author_url\r\n\t\tFROM\r\n\t\t\t'.$wpdb-&gt;comments.'\r\n\t\tWHERE\r\n\t\t\tcomment_author_email != \"\" AND comment_type = \"\" AND comment_approved = 1\r\n\t\tGROUP BY\r\n\t\t\tcomment_author_email\r\n\t\tORDER BY\r\n\t\t\tcomments_count DESC, comment_author ASC\r\n\t\tLIMIT '.$amount\r\n\r\n\t);\r\n\r\n\t$output = \"&lt;ul&gt;\";\r\n\tforeach($results as $result){\r\n\t\t$output .= \"&lt;li&gt;\".$result-&gt;comment_author.\"&lt;\/li&gt;\";\r\n\t}\r\n\t$output .= \"&lt;\/ul&gt;\";\r\n\r\n\techo $output;\r\n\r\n}<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"WordPress-theme-hacks\" href=\"http:\/\/wordpress.stackexchange.com\/questions\/1567\/best-collection-of-code-for-your-functions-php-file\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">AdminMen\u00fc Elementen ja nach Username beschr\u00e4nken<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre>1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12\r\n13\r\n14\r\n15\r\n16\r\n17\r\n18\r\n19\r\n20\r\n21\r\n22\r\n23\r\n24\r\n25\r\n26\r\n27\r\n28<\/pre>\n<\/td>\n<td>\n<pre>function remove_menus()\r\n{\r\n    global $menu;\r\n    global $current_user;\r\n    get_currentuserinfo();\r\n\r\n    if($current_user-&gt;user_login == 'username')\r\n    {\r\n        $restricted = array(__('Posts'),\r\n                            __('Media'),\r\n                            __('Links'),\r\n                            __('Pages'),\r\n                            __('Comments'),\r\n                            __('Appearance'),\r\n                            __('Plugins'),\r\n                            __('Users'),\r\n                            __('<a href=\"http:\/\/blog.templatemonster.com\/category\/tools\/\" target=\"_blank\">Tools<\/a>'),\r\n                            __('Settings')\r\n        );\r\n        end ($menu);\r\n        while (prev($menu)){\r\n            $value = explode(' ',$menu[key($menu)][0]);\r\n            if(in_array($value[0] != NULL?$value[0]:\"\" , $restricted)){unset($menu[key($menu)]);}\r\n        }\/\/ end while\r\n\r\n    }\/\/ end if\r\n}\r\nadd_action('admin_menu', 'remove_menus');<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"WordPress-theme-hacks\" href=\"http:\/\/www.wpbeginner.com\/wp-tutorials\/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Wie man WordPress Feeds zu FeedBurner ohne Plugin umleitet<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre>1\r\n2\r\n3\r\n4\r\n5\r\n6<\/pre>\n<\/td>\n<td>\n<pre>&lt;IfModule mod_rewrite.c&gt;\r\nRewriteEngine on\r\nRewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]\r\nRewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]\r\nRewriteRule ^feed\/?([_0-9a-z-] )?\/?$ http:\/\/feeds.feedburner.com\/wpbeginner [R=302,NC,L]\r\n&lt;\/IfModule&gt;<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"WordPress-useful-hacks\" href=\"http:\/\/www.doitwithwp.com\/customize-wordpress-admin-bar\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">WordPress Admin Bar kontrollieren<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre> 1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12<\/pre>\n<\/td>\n<td>\n<pre>function my_admin_bar_link() {\r\n\tglobal $wp_admin_bar;\r\n\tif ( !is_super_admin() || !is_admin_bar_showing() )\r\n\t\treturn;\r\n\t$wp_admin_bar-&gt;add_menu( array(\r\n\t'id' =&gt; 'diww',\r\n\t'parent' =&gt; 'my-blogs',\r\n\t'title' =&gt; __( 'Do It With WordPress'),\r\n\t'href' =&gt; admin_url( 'http:\/\/www.doitwithwp.com\/wp-admin.php' )\r\n\t) );\r\n}\r\nadd_action('admin_bar_menu', 'my_admin_bar_link');<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"WordPress-useful-hacks\" href=\"http:\/\/wptricks.net\/how-to-inserting-google-maps-into-wordpress\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">Wie man Google Maps in WordPress einf\u00fcgt<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre> 1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10<\/pre>\n<\/td>\n<td>\n<pre>\/\/Google Maps Shortcode\r\nfunction do_googleMaps($atts, $content = null) {\r\n   extract(shortcode_atts(array(\r\n      \"width\" =&gt; '640',\r\n      \"height\" =&gt; '480',\r\n      \"src\" =&gt; ''\r\n   ), $atts));\r\n   return '&lt;iframe width=\"'.$width.'\" height=\"'.$height.'\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"'.$src.'&amp;amp;output=embed\" &gt;&lt;\/iframe&gt;';\r\n}\r\nadd_shortcode(\"googlemap\", \"do_googleMaps\");<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"wordpress-hacks\" href=\"http:\/\/www.agent-seo.com\/wordpress\/recent-posts-with-thumbnails-in-wordpress-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Aktuelle Beitr\u00f6ge mit Thumbnails In WordPress ohne Plugin<\/a><\/h3>\n<p><a href=\"http:\/\/www.agent-seo.com\/wordpress\/recent-posts-with-thumbnails-in-wordpress-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-hacks\" alt=\"wordpress-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-hacks.jpg?9d7bd4\" width=\"600\" height=\"138\" \/><\/a><\/p>\n<p>* * *<\/p>\n<h3><a title=\"wordpress-hacks\" href=\"http:\/\/wpsnipp.com\/index.php\/functions-php\/remove-post-columns\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">Beitrag-Spalten l\u00f6schen<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre> 1\r\n2\r\n3\r\n4\r\n5<\/pre>\n<\/td>\n<td>\n<pre>function remove_post_columns($defaults) {\r\n  unset($defaults['comments']);\r\n  return $defaults;\r\n}\r\nadd_filter('manage_posts_columns', 'remove_post_columns');<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"wordpress-hacks\" href=\"http:\/\/perishablepress.com\/press\/2008\/07\/21\/how-to-generate-perfect-wordpress-title-tags-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Wie man Perfekte WordPress Title Tags ohne Plugin generiert<\/a><\/h3>\n<div class=\"wp_syntax\">\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre> 1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12\r\n13\r\n14\r\n15\r\n16\r\n17\r\n18\r\n19\r\n20\r\n21\r\n22\r\n23\r\n24\r\n25\r\n26\r\n27\r\n28\r\n29\r\n30<\/pre>\n<\/td>\n<td>\n<pre>&lt;title&gt;\r\n\r\n&lt;?php \r\n\r\nif (function_exists('is_tag') &amp;&amp; is_tag()) { \r\n\r\n\techo 'Tag Archive for &amp;quot;'.$tag.'&amp;quot; - '; \r\n\r\n} elseif (is_archive()) { \r\n\r\n\twp_title(''); echo ' Archive - '; \r\n\r\n} elseif (is_search()) { \r\n\r\n\techo 'Search for &amp;quot;'.wp_specialchars($s).'&amp;quot; - '; \r\n\r\n} elseif (!(is_404()) &amp;&amp; (is_single()) || (is_page())) { \r\n\r\n\twp_title(''); echo ' - '; \r\n\r\n} elseif (is_404()) {\r\n\r\n\techo 'Not Found - '; \r\n\r\n}\r\nbloginfo('name'); \r\n\r\n?&gt;\r\n\r\n&lt;\/title&gt;<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center\">\n* * *<\/p>\n<h3><a title=\"useful-wordpress-hacks\" href=\"http:\/\/www.kimwoodbridge.com\/random-wordpress-quotes-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">Zuf\u00e4llige WordPress Zitaten ohne Plugin<\/a><\/h3>\n<p><a href=\"http:\/\/www.kimwoodbridge.com\/random-wordpress-quotes-without-a-plugin\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-hacks-7\" alt=\"wordpress-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-hacks-7.jpg?9d7bd4\" width=\"600\" height=\"68\" \/><\/a><\/p>\n<p>* * *<\/p>\n<h3><a title=\"WordPress-hacks\" href=\"http:\/\/www.themethesis.com\/tutorials\/social-networking-links\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\">Social-Links zu WordPress ohne Plugin platzieren<\/a><\/h3>\n<p><a href=\"http:\/\/www.themethesis.com\/tutorials\/social-networking-links\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"broken_link\"><img decoding=\"async\" loading=\"lazy\" title=\"wordpress-hacks-8\" alt=\"wordpress-hacks\" src=\"http:\/\/blog.tmimgcdn.com\/wp-content\/uploads\/2012\/02\/wordpress-hacks-8.jpg?9d7bd4\" width=\"600\" height=\"213\" \/><\/a><\/p>\n<p>* * *<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes PlugIn eine Menge Updates bringt und das kann irgendwann die WordPress Website brocken. Falls Du PHP-Grundkenntnisse (Du kannst also den Teil des Codes kopieren und einf\u00fcgen) oder Erfahrungen mit Webentwicklung hast, w\u00fcrde es f\u00fcr [&hellip;]<\/p>\n","protected":false},"author":398561,"featured_media":1814,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.11 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>15 Hacks zur Aufmotzung der WordPress Website \u2b50 TemplateMonster Deutscher Blog<\/title>\n<meta name=\"description\" content=\"Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"15 Hacks zur Aufmotzung der WordPress Website \u2b50 TemplateMonster Deutscher Blog\" \/>\n<meta property=\"og:description\" content=\"Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes\" \/>\n<meta property=\"og:url\" content=\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\" \/>\n<meta property=\"og:site_name\" content=\"TemplateMonster Deutscher Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/templatemonster.de\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-11-29T09:16:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-28T14:55:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/monsterspost.com\/de\/wp-content\/uploads\/sites\/5\/2013\/11\/tools.png\" \/>\n\t<meta property=\"og:image:width\" content=\"435\" \/>\n\t<meta property=\"og:image:height\" content=\"290\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nataly Ohlsen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@TM_Deutschland\" \/>\n<meta name=\"twitter:site\" content=\"@TM_Deutschland\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nataly Ohlsen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\"},\"author\":{\"name\":\"Nataly Ohlsen\",\"@id\":\"https:\/\/monsterspost.com\/de\/#\/schema\/person\/2e24c6b22f0b3e2b1320176bd7ab3241\"},\"headline\":\"15 Hacks zur Aufmotzung der WordPress Website\",\"datePublished\":\"2013-11-29T09:16:10+00:00\",\"dateModified\":\"2019-11-28T14:55:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\"},\"wordCount\":277,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/monsterspost.com\/de\/#organization\"},\"articleSection\":[\"Werkzeuge\"],\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\",\"url\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\",\"name\":\"15 Hacks zur Aufmotzung der WordPress Website \u2b50 TemplateMonster Deutscher Blog\",\"isPartOf\":{\"@id\":\"https:\/\/monsterspost.com\/de\/#website\"},\"datePublished\":\"2013-11-29T09:16:10+00:00\",\"dateModified\":\"2019-11-28T14:55:49+00:00\",\"description\":\"Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes\",\"breadcrumb\":{\"@id\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/monsterspost.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"15 Hacks zur Aufmotzung der WordPress Website\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/monsterspost.com\/de\/#website\",\"url\":\"https:\/\/monsterspost.com\/de\/\",\"name\":\"TemplateMonster Deutscher Blog\",\"description\":\"Just another MonsterPost Sites site\",\"publisher\":{\"@id\":\"https:\/\/monsterspost.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/monsterspost.com\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/monsterspost.com\/de\/#organization\",\"name\":\"MonsterPost Deutschland\",\"url\":\"https:\/\/monsterspost.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/monsterspost.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/monsterspost.com\/de\/wp-content\/uploads\/sites\/5\/2020\/03\/Logo-TM.png\",\"contentUrl\":\"https:\/\/monsterspost.com\/de\/wp-content\/uploads\/sites\/5\/2020\/03\/Logo-TM.png\",\"width\":180,\"height\":180,\"caption\":\"MonsterPost Deutschland\"},\"image\":{\"@id\":\"https:\/\/monsterspost.com\/de\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/template_monster\/\",\"https:\/\/www.pinterest.com\/templatemonster\/\",\"https:\/\/www.youtube.com\/channel\/UC19iEGcEhlFidO5ruNGE5yg\",\"https:\/\/www.facebook.com\/templatemonster.de\/\",\"https:\/\/twitter.com\/TM_Deutschland\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/monsterspost.com\/de\/#\/schema\/person\/2e24c6b22f0b3e2b1320176bd7ab3241\",\"name\":\"Nataly Ohlsen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/monsterspost.com\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d431cfcfe1189f47cdb7caab1f182151?s=96&d=https%3A%2F%2Fwww.templatemonster.com%2Fblog%2Fwp-content%2Fthemes%2Fredesign%2Fimages%2Fdefault_avatar.jpg&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d431cfcfe1189f47cdb7caab1f182151?s=96&d=https%3A%2F%2Fwww.templatemonster.com%2Fblog%2Fwp-content%2Fthemes%2Fredesign%2Fimages%2Fdefault_avatar.jpg&r=g\",\"caption\":\"Nataly Ohlsen\"},\"description\":\"Ist Expertin auf dem Gebiet Content-Marketing bei TemplateMonster. Nataly auf Facebook.\",\"url\":\"https:\/\/monsterspost.com\/de\/author\/nataly\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"15 Hacks zur Aufmotzung der WordPress Website \u2b50 TemplateMonster Deutscher Blog","description":"Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/","og_locale":"de_DE","og_type":"article","og_title":"15 Hacks zur Aufmotzung der WordPress Website \u2b50 TemplateMonster Deutscher Blog","og_description":"Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes","og_url":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/","og_site_name":"TemplateMonster Deutscher Blog","article_publisher":"https:\/\/www.facebook.com\/templatemonster.de\/","article_published_time":"2013-11-29T09:16:10+00:00","article_modified_time":"2019-11-28T14:55:49+00:00","og_image":[{"width":435,"height":290,"url":"https:\/\/monsterspost.com\/de\/wp-content\/uploads\/sites\/5\/2013\/11\/tools.png","type":"image\/png"}],"author":"Nataly Ohlsen","twitter_card":"summary_large_image","twitter_creator":"@TM_Deutschland","twitter_site":"@TM_Deutschland","twitter_misc":{"Verfasst von":"Nataly Ohlsen","Gesch\u00e4tzte Lesezeit":"4 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#article","isPartOf":{"@id":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/"},"author":{"name":"Nataly Ohlsen","@id":"https:\/\/monsterspost.com\/de\/#\/schema\/person\/2e24c6b22f0b3e2b1320176bd7ab3241"},"headline":"15 Hacks zur Aufmotzung der WordPress Website","datePublished":"2013-11-29T09:16:10+00:00","dateModified":"2019-11-28T14:55:49+00:00","mainEntityOfPage":{"@id":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/"},"wordCount":277,"commentCount":0,"publisher":{"@id":"https:\/\/monsterspost.com\/de\/#organization"},"articleSection":["Werkzeuge"],"inLanguage":"de-DE","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/","url":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/","name":"15 Hacks zur Aufmotzung der WordPress Website \u2b50 TemplateMonster Deutscher Blog","isPartOf":{"@id":"https:\/\/monsterspost.com\/de\/#website"},"datePublished":"2013-11-29T09:16:10+00:00","dateModified":"2019-11-28T14:55:49+00:00","description":"Trotz der Gro\u00dfartigkeit von WordPress PlugIns gibt es Situationen, wenn PlugIns unn\u00f6tige Kopfschmerzen f\u00fcr Web Masters sind. Die Hauptsache ist jedes","breadcrumb":{"@id":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/monsterspost.com\/de\/aufmotzung-der-wordpress-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/monsterspost.com\/de\/"},{"@type":"ListItem","position":2,"name":"15 Hacks zur Aufmotzung der WordPress Website"}]},{"@type":"WebSite","@id":"https:\/\/monsterspost.com\/de\/#website","url":"https:\/\/monsterspost.com\/de\/","name":"TemplateMonster Deutscher Blog","description":"Just another MonsterPost Sites site","publisher":{"@id":"https:\/\/monsterspost.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/monsterspost.com\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/monsterspost.com\/de\/#organization","name":"MonsterPost Deutschland","url":"https:\/\/monsterspost.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/monsterspost.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/monsterspost.com\/de\/wp-content\/uploads\/sites\/5\/2020\/03\/Logo-TM.png","contentUrl":"https:\/\/monsterspost.com\/de\/wp-content\/uploads\/sites\/5\/2020\/03\/Logo-TM.png","width":180,"height":180,"caption":"MonsterPost Deutschland"},"image":{"@id":"https:\/\/monsterspost.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/template_monster\/","https:\/\/www.pinterest.com\/templatemonster\/","https:\/\/www.youtube.com\/channel\/UC19iEGcEhlFidO5ruNGE5yg","https:\/\/www.facebook.com\/templatemonster.de\/","https:\/\/twitter.com\/TM_Deutschland"]},{"@type":"Person","@id":"https:\/\/monsterspost.com\/de\/#\/schema\/person\/2e24c6b22f0b3e2b1320176bd7ab3241","name":"Nataly Ohlsen","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/monsterspost.com\/de\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d431cfcfe1189f47cdb7caab1f182151?s=96&d=https%3A%2F%2Fwww.templatemonster.com%2Fblog%2Fwp-content%2Fthemes%2Fredesign%2Fimages%2Fdefault_avatar.jpg&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d431cfcfe1189f47cdb7caab1f182151?s=96&d=https%3A%2F%2Fwww.templatemonster.com%2Fblog%2Fwp-content%2Fthemes%2Fredesign%2Fimages%2Fdefault_avatar.jpg&r=g","caption":"Nataly Ohlsen"},"description":"Ist Expertin auf dem Gebiet Content-Marketing bei TemplateMonster. Nataly auf Facebook.","url":"https:\/\/monsterspost.com\/de\/author\/nataly\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/posts\/405"}],"collection":[{"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/users\/398561"}],"replies":[{"embeddable":true,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/comments?post=405"}],"version-history":[{"count":11,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/posts\/405\/revisions"}],"predecessor-version":[{"id":20933,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/posts\/405\/revisions\/20933"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/media\/1814"}],"wp:attachment":[{"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/media?parent=405"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/categories?post=405"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/monsterspost.com\/de\/wp-json\/wp\/v2\/tags?post=405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}