26 december, 2016
Här kommer informationen ni även fått i Brevlådan från NordicLife. BRF-Lärjedalen-ROT-Projekt.pdf
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } function current_year_shortcode_function() { $year = date('Y'); return $year; } add_shortcode('year', 'current_year_shortcode_function'); ?>