Strange Behaviour with is_home()

From look at the code the following logic happens in your case: query is for one post type that has archive is_post_type_archive gets set to true is_archive gets set to true is_home gets set to false since it is seen as archive I am not sure about all implications without extensive testing, but probably approaches … Read more

different tag different stylesheet

function register_tag_styles() { wp_register_style( ‘tag-circulair-template’, get_stylesheet_directory_uri() . ‘/layout-circulair.css’ ); wp_register_style( ‘tag-circulair-kantoor-template’, get_stylesheet_directory_uri() . ‘/layout-circulair.css’ ); } add_action( ‘wp_enqueue_scripts’, ‘register_tag_styles’ ); This code does the trick for me, but i think it’s too complicated when i have more than 10 tags with different stylesheets…..

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)