How to used 2nd CSS file on my WP web page. Here already building one (<link rel="stylesheet" type="text/css" media="all" href="http://www.mydomain.com/wp-content/themes/twentytwelve/style.css" > ) CSS file. But I need to extra CSS file with seam themes. Now I am how to connect my new CSS file? Please anybody help me.
You should be able to add another stylesheet link by editing your header.php file of your current theme: /wp-content/themes/[THEME]/header.php Open it and find <link rel="stylesheet" type="text/css" media="all" href="http://www.mydomain.com/wp-content/themes/twentytwelve/style.css" > Code (markup): Under it add your new stylesheet.