What are you typing in the src="https://wordpress.stackexchange.com/questions/82463/xxxxxx"
? Do you have the absolute path or relative path to your style?
If your not loading the CSS from your functions.php with wp_enqueue_style
you should load it like this in your header to always get the correct URL to the file: <link rel="stylesheet" type="text/css" href="https://wordpress.stackexchange.com/questions/82463/<?php echo get_stylesheet_uri(); ?>">
Update:
If you (for some reason unknown) want to keep your current file structure with the CSS outside your theme folder. Use this code instead: <link href="https://wordpress.stackexchange.com/questions/82463/<?php echo home_url("https://wordpress.stackexchange.com/" ); ?>css/style.css" rel="stylesheet" type="text/css" />
Related Posts:
- Performance and styles not working fine after changing permalink structure
- Performance and styles not working fine after changing permalink structure
- Performance of my permalink structure?
- Can WordPress realistically handle a site with 500 ‘pages’?
- Post ID At The End Of Permalink URL Effects Performance (Positively)?
- Is using %postname% for permalinks really that bad for performance?
- Changing permalink changes stylesheet path?
- CSS not loaded when omitting www. part of URL
- when I create a page with a /blog permalink the css gets messed up
- How to add post meta to post permalink with still keeping a good performance?
- Problems loading stylesheet and permalinks after rebooting
- Accidentally Changed Permalink Structure
- Changing permalink stops me from creating webpages
- Add word to permalinks does not transform the urls
- Performance hit of Inline CSS
- Permalink length
- Make query parameter an endpoint
- Custom Taxonomy rewrite rule causes 404 error on page or single post depending on if it’s set to “True” or “False”
- Change permalink structure
- How to create a standard WP Page that has the same url as an archive
- Redirect page to homepage, keeping URL
- WP adding noopener and noreferrer to all links
- Permalink conflict with React Router in subfolder
- Internal forward link with add_rewrite_rule
- Add slug to default post permalinks ONLY
- Adding query string to multiple page urls in a WordPress function
- permalink not showing correctly using wp_insert_post and post_name
- 301 redirects after changing permalinks
- 404 on pretty permalinks when serving via HTTPS
- 404 error on published page with specific permalink
- CPT links error: each one links to next one further along in the list
- Post links broken after migration
- I have Akamai pointing to a WordPress installation with a different URL. Is there a way to make WordPress use this for link generation?
- Permalink issue with WordPress Site at domain root and another WordPress Site in a Subfolder
- Issue with wp_insert_post when modifying permalinks with “.html” extension
- Custom optional parameter in page URL
- How to change permalink for listings
- WordPress Pages that use Domain URL
- Posts containing a specific tag and a category in one permalink
- 404 page not found – Yet open admin page it works
- Custom permalink question
- Disable -2 Permalink Addition
- Permalink in relation with the files
- Permalinks don’t update nor link properly
- How can I put WordPress in a directory but keep just the home page at the domain root?
- followup to: Page begins with number, WordPress adds 2
- One post but two separate permalink structure and template views
- Add /blog prefix for all WordPress front end url
- permalinks constantly needs re-saving
- Permalink structure has suddenly changed
- Link to a custom page without a permalink?
- Pages with parent pages giving 404 errors
- Getting 400 Bad request Error when trying to open posts after updating to wordpress 5.0
- How to experiment with permalink structure on a select number of posts
- In a multisite, how can I get posts from one site and display their permalinks in another site?
- How to change permalink for pages in WordPress?
- Disable “similar permalink” redirect [duplicate]
- Problem with get_permalink, to get page content
- Why does page for hierarchical taxonomy parent term go 404?
- Rename Custom Post Slug using taxonomy
- Change permalink structure with post id
- Link works although page was moved to another location
- How to allow different authors to use same post slug?
- Custom permalink gives 404 error only in some pages
- Can I link to content dynamically from a page to a new page?
- Question About Permalink in wordpress
- Logging in to installation in subdirectory renders broken dashboard (no CSS, broken links)
- while changing permalink, page redirected you too many times
- Woocommerce product page 404 not found
- WordPress – Permalink custom Structure – 404
- I noticed only on 2 pages I keep getting permalimks changed with added -2 or -3?
- How can I have a page’s permalink include my custom post type’s slug?
- Every sub page shows Error 404, i have check permalink but still same issues
- Remove Permalink of certain posts
- Bulk update set of URLs via SQL
- Added a prefix in URL permalink structure but the old structure still working!
- WordPress and Woocommerce Chinese Permalink
- WordPress project redirecting to a blank index.php when i use custom templates
- How to display category and subcategory in wordpress permalink structure?
- Custom permalink for one category
- How to have permalink like domain.com/%category%/%postname%/
- redirect any category in URL to the ID and post-name only – hundreds of pages affected
- Parent/Child Relationships with Multisites?
- Permalink Increments Not Updating/Removing
- Why aren’t my posts being saved or published?
- Category Base permalinks
- Updates all internal links on permalink update
- permalink as content
- Permalinks Question: Adding a prefix ONLY in front of all posts with the ‘video’ post format
- How to get a clean pagination link without variable
- Propper way to set anchor and url param
- Changing category base breaks permalinks
- Create new URL structure for custom post types
- how to have same rewrite rules for 2 different post type?
- append current user-id to all internal permalinks
- wordpress admin panel loop on nginx
- Added .html to Woocommerce permalink but pagination don’t work!
- Permalink structure /page/page/cpt-post gives 404 with pagination
- WordPress and NGINX – permalinks are not working with ending slash
- Can’t access new WP install on subdirectory