Hi, please help.
I would like to hide/mask css/javascrip etc. links from my WP site header code - the <link rel="stylesheet" href=""/wp-content/themes/style.css /> and <script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.3.2'></script> ... and generally all links that has "wp" letters.
Is there any way to mask it or hide it so it would look like href="myblog.com/styles/style.css" instead of href="myblog.com/wp-content/themes/style.css". Not to actually change the paths, but to appear that way.
I'm not sure if I explained it well, because it's late and my english is far from perfect.
Alen