columbo
Member
Posted 2 years ago #
can someone help me with these three things on my site http://www.escocolumbo.org:
1. i get an error page whenever i click on most things on my site - a picture, blogroll, categories, etc
2. how do i take away the date of posts?
3. how do i remove the 'home' icon at the top of the page?
let me know wp fam
thanks
1. Reset your custom permalinks back to their default settings and then read http://codex.wordpress.org/Using_Permalinks before trying another custom structure
2. Edit your theme template files (eg index.php, single.php, catgeory.php etc) and look for <span class="date"><?php the_time('F j, Y'); ?></span>. Deleting that line should remove the date.
3. The icon image or the whole link?
columbo
Member
Posted 2 years ago #
columbo
Member
Posted 2 years ago #
actually, could you also tell me how to remove just the image? i'll see which i prefer
I can't reach your site at the moment (error 500) but, if you look in style.css for (I think) #menu, you'll see a reference to a large gif file. That's where the icon is - part of the menu background. So you could replace that image with an edited version. The only concern I'd have is - how will people know there's a home link there?