PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
WordPress
Wordpress-Seite mit Google finden
Beitrag
<blockquote data-quote="cythux" data-source="post: 2242855" data-attributes="member: 154170"><p><strong>AW: Wordpress-Seite mit Google finden</strong></p><p></p><p><a href="http://wordpress.org/plugins/better-wp-security/" target="_blank">http://wordpress.org/plugins/better-wp-security/</a> hiermit kannst du schon mal alles testen und auch den Namen ändern</p><p></p><p>Dies hier räumt deine Headsection ebenfalls auf, was unter anderem auch eine höhere Sicherheit gewährleistet, diese muss in der functions.php eingefügt werden</p><p>[PHP]</p><p>remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feeds</p><p>remove_action( 'wp_head', 'feed_links', 2 ); // Display the links to the general feeds: Post and Comment Feed</p><p>remove_action( 'wp_head', 'rsd_link' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link</p><p>remove_action( 'wp_head', 'wlwmanifest_link' ); // Display the link to the Windows Live Writer manifest file.</p><p>remove_action( 'wp_head', 'index_rel_link' ); // index link</p><p>remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // prev link</p><p>remove_action( 'wp_head', 'start_post_rel_link', 10, 0 ); // start link</p><p>remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // Display relational links for the posts adjacent to the current post.</p><p>remove_action( 'wp_head', 'wp_generator' ); // Display the XHTML generator that is generated on the wp_head hook, WP version</p><p>[/PHP]</p><p></p><p>Source : <a href="http://wpengineer.com/1438/wordpress-header/" target="_blank">http://wpengineer.com/1438/wordpress-header/</a></p><p><a href="http://www.wpexplorer.com/clean-wordpress-head/" target="_blank">http://www.wpexplorer.com/clean-wordpress-head/</a></p><p><a href="http://wordpress.stackexchange.com/questions/72822/how-to-remove-unnecessary-elements-in-the-html-document-head" target="_blank">http://wordpress.stackexchange.com/questions/72822/how-to-remove-unnecessary-elements-in-the-html-document-head</a></p><p></p><p>und hier noch ein Link zur Sicherheit <a href="http://www.dirkpfuhl.de/2170-wordpress-installation-sichern-tipps-zum-schutz-vor-angriffen/" target="_blank">http://www.dirkpfuhl.de/2170-wordpress-installation-sichern-tipps-zum-schutz-vor-angriffen/</a></p></blockquote><p></p>
[QUOTE="cythux, post: 2242855, member: 154170"] [b]AW: Wordpress-Seite mit Google finden[/b] [url]http://wordpress.org/plugins/better-wp-security/[/url] hiermit kannst du schon mal alles testen und auch den Namen ändern Dies hier räumt deine Headsection ebenfalls auf, was unter anderem auch eine höhere Sicherheit gewährleistet, diese muss in der functions.php eingefügt werden [PHP] remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feeds remove_action( 'wp_head', 'feed_links', 2 ); // Display the links to the general feeds: Post and Comment Feed remove_action( 'wp_head', 'rsd_link' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link remove_action( 'wp_head', 'wlwmanifest_link' ); // Display the link to the Windows Live Writer manifest file. remove_action( 'wp_head', 'index_rel_link' ); // index link remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // prev link remove_action( 'wp_head', 'start_post_rel_link', 10, 0 ); // start link remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // Display relational links for the posts adjacent to the current post. remove_action( 'wp_head', 'wp_generator' ); // Display the XHTML generator that is generated on the wp_head hook, WP version [/PHP] Source : [url]http://wpengineer.com/1438/wordpress-header/[/url] [url]http://www.wpexplorer.com/clean-wordpress-head/[/url] [url]http://wordpress.stackexchange.com/questions/72822/how-to-remove-unnecessary-elements-in-the-html-document-head[/url] und hier noch ein Link zur Sicherheit [url]http://www.dirkpfuhl.de/2170-wordpress-installation-sichern-tipps-zum-schutz-vor-angriffen/[/url] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 5, ▼ = 2 und ■ = 7, was ist ▲ × ▼ + ■?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
CMS, Shopsoftware & Forensysteme
WordPress
Wordpress-Seite mit Google finden
Oben