%PDF- %PDF-
Direktori : /var/www/html/bbw/farmaci/wordpress/wp-content/themes/roots-kritik-portale/lib/ |
Current File : /var/www/html/bbw/farmaci/wordpress/wp-content/themes/roots-kritik-portale/lib/extras.php |
<?php /** * Clean up the_excerpt() */ function roots_excerpt_more() { return ' … <a href="' . get_permalink() . '">' . __('Continued', 'roots') . '</a>'; } add_filter('excerpt_more', 'roots_excerpt_more'); /** * Google Font */ function load_fonts() { wp_register_style('googleFonts', 'http://fonts.googleapis.com/css?family=Homenaje'); wp_enqueue_style( 'googleFonts'); } add_action('wp_print_styles', 'load_fonts');