Widget background images missing on second blog excerpt page
If you look at your browser’s error console, you’ll see the 404 errors for your background images, which will point to where the issue is. This URL: ../wp-content/themes/themename/images/cat-party.jpg basically says, “go up one directory from the current directory, then from there look in wp-content, then themes, then images, etc..”. That works fine on the front … Read more