OK. This might sound completely nuts, but I need some help with the theme I'm using at http://dev.audioxposure.com I'm reworking my webzine, moving it to WP, and just using a general theme for it for the time being, but using it as a cms. Before I move all of my content, I want to be able to remove everything displaying in the right column. There's the image and then recent posts. Sounds like it should be easy... just remove it from the sidebar file, right? Well, I'm not seeing that image there. I went through every file at least 3 times, and can't find a reference to that image file (saying "recent posts"), so I can't figure out where to delete it from. I'm sure the answer's staring me right in the face, but I'm just not seeing it. Any suggestions, especially if you've used this theme before? Thanks. Jenn
See this link to the css file: http://jsbox.net/wp-content/themes/k2/style2.css The image is in it under #rec_post .title
I'm sorry. I should have mentioned that I already removed the only mention of the image in the files. That one's already gone, and the image is still appearing. But I can't find any other reference to it anywhere. Here's what my recent post area looks like right now: /*-----------------------Recent-Post-------------------------------------*/ #rec_post .title { border-bottom:#CCCCCC 1px solid; height:23px; padding-right:20px; } #rec_post { padding-right:10px; padding-left:0px; margin-top:0px; } #rec_post img { padding-right:6px; } #rec_post li { color: #717171; letter-spacing: 1px; list-style-type: none; line-height:20px; border-bottom:#e5e5e5 solid 1px; padding-left:5px; padding-top:4px; } #rec_post li:hover { color: #505050; line-height:20px; border-bottom:#e5e5e5 solid 1px; padding-left:10px; } Code (markup):
this? http://jsbox.net/wp-content/themes/k2/images/recent_post.gif looks like the image is being hotlinked from the theme authors site
The image itself is uploaded to my server. Even if it where just linked somewhere in the theme, the file name would still show up on one of the stylesheets or .php files, right? But when I do a search on them... nothing. I can't find a reference to this file anywhere at all, other than where I deleted it already; not referenced from my site or from the theme creators (same file name, so I'd see it either way... unless I'm just totally missing something, which is possible). I could just delete the image file I suppose, but I want to replace it with a new headline (actually 2 or three, followed by feeds using the recent post styling to individual categories). So if I just delete the file, I won't see where it is in the code, where I'd need to change it. I know I'm still new with Wordpress, but I can't believe I can't find this one file... haven't had this issue, and I'm using various themes on at least 4 other wp installations right now.
You are using the css files from : http://jsbox.net not your server. Check your WP settings. Can't tell much more than that unless I can have a look at the header.php.
Gotcha. I've never had a theme link off to something else like that before, and never would have even thought of it. I redirected it to the right one, and all's right with the world, and I can go a little less crazy today now. Thank you! Jenn