0

my css file exists in my localhost as follow :

C:\xampp\htdocs\wordpress\wp-content\themes\eghotok\jquery_ui\test.css 

I wrote code to add css file as follows:

 <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/query_ui/test.css">

But I got 404 error for this file. Even I checked this error by developer tool. it says :

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/wordpress/wp-content/themes/eghotok/query_ui/test.css

I checked again and again the physical location of css file and location in my code. What am I doing wrong. Please help.

1 Answer 1

1

In the link-tag the "j" on "jquery" is missing:

http://localhost/wordpress/wp-content/themes/eghotok/query_ui/test.css 
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.