Size of an avarage mobile website in 2019
particleIn 2019, the size of the average mobile webpage is 1.6 MB
In 2019, the size of the average mobile webpage is 1.6 MB
counterpart van .gitignore?
counter op 1 regel
), ‘meta_query’ => array( ‘relation’ => ‘AND’, // Optional, defaults to “AND” array( ‘key’ => ‘werknemer_locatie’, ‘value’ => ”, ‘compare’ => ‘!=’ ), ), );
verteld de browser om te wachten tot hij klaar is met inladen. https://stackoverflow.com/questions/5250412/how-exactly-does-script-defer-defer-work https://bitsofco.de/async-vs-defer/
// Ads featured image to rss feed add_filter( ’the_content’, ‘featured_image_in_feed’ ); function featured_image_in_feed( $content ) { global $post; if( is_feed() ) { if ( has_post_thumbnail( $post->ID ) ){ $output = get_the_post_thumbnail( $post->ID, ‘medium’, array( ‘style’ => ‘float:right; margin:0 0 10px 10px;’ ) ); $content = $output . $content; } } return $content; } of
/** * Deal with the custom RSS templates. */ function my_custom_rss() { if ( ‘event’ === get_query_var( ‘post_type’ ) ) { get_template_part( ‘page-templates/feed’, ‘events’ ); } else { get_template_part( ‘page-templates/feed’, ‘rss2’ ); } } remove_all_actions( ‘do_feed_rss2’ ); add_action( ‘do_feed_rss2’, ‘my_custom_rss’, 10, 1 );
mysql -u deb12345_user -p deb12345_db < /home/deb12345/domains/voorbeeld.nl/voorbeeld.sql