lawsie
Member
Posted 5 months ago #
I'm using Graphene for my company's Slitter Rewinder website (we donated) and it's glorious, and I say it's glorious to highlight the fact that this is only a minor niggle...
I run a 404 logger on our website and it's often showing '/wp-content/themes/graphene/admin/images/default' as a logged 404.
The site works fine, wordpress and the versions of graphene are all up to date, so I'm not sure if this problem even is a problem!
I'm using a child theme, but only to over ride a couple of CSS lines.
http://wordpress.org/extend/themes/graphene/
That's because someone or something (a bot or a search engine) was looking for that page, possibly from a link. Try using a robots file to exclude your admin directory from being searched.
lawsie
Member
Posted 5 months ago #
Thanks, I have created a robots.txt thus:
###################################################
User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-content/
Disallow: /wp-includes/
Disallow: /trackback/
Disallow: /xmlrpc.php
Disallow: /blackhole/
Disallow: /transfer/
Sitemap: http://www.universalconvertingequipment.com/sitemapindex.xml
###################################################
Without the hash marks of course!
Thanks for your help.