Hulp nodig met je WordPress website?
Hulp nodig met je WordPress website?
Hulp nodig met je WordPress website?
Standaard worden er veel onnodige zaken in de wp header geplaatst door WordPress en het WordPress thema dat je gebruikt. Met onderstaande code kun je de wp_head() snel vrijmaken van onnodige zaken. Uiteraard is dit ook weer goed voor de vindbaarheid van je website.
Plaats onderstaande code in het functions.php bestand om de wp_head() leeg te maken:
remove_action( 'wp_head', 'rsd_link' );
remove_action( 'wp_head', 'wlwmanifest_link' );
remove_action( 'wp_head', 'wp_generator' );
remove_action( 'wp_head', 'start_post_rel_link' );
remove_action( 'wp_head', 'index_rel_link' );
remove_action( 'wp_head', 'adjacent_posts_rel_link' );
remove_action( 'wp_head', 'wp_shortlink_wp_head' );
Gratis handleiding
Download de handleiding vandaag nog en haal het maximale uit jouw WordPress-site!