style.css

Posted in: Newspaper
Post count: 66

Hello,

I installed wordpress in two location in one domain. I also use newspaper theme for both site.

Like this:
site 1) http://www.mydomain.com
site 2) http://www.mydomain.com/folder-A/

I want to use same style.css for both site.

site2 will use the style.css of site1.

site2 css:
http://www.mydomain.com/folder-A/wp-content/themes/Newspaper/style.css

site1 css:
http://www.mydomain.com/wp-content/themes/Newspaper/style.css

I couldnt find css and js urls in any .php file. Which file should I modify?

  • This topic was modified 10 years by doran.
Post count: 22421

Hi,

Our theme use the wp_enqueue_style function to load the stylesheet: https://developer.wordpress.org/reference/functions/wp_enqueue_style/
You can find the function called in these files:
http://screencast.com/t/PMy6F1MWYh

I hope this helps.
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.