heathery
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error establishing a database connectionOops – you were right. It was my host. Thanks!
Forum: Themes and Templates
In reply to: Link underlines in CSSI understand what you mean…I’m just not sure where to add what (except the css, that I’ve got). Do I add the lines you have in both index and single?
Forum: Themes and Templates
In reply to: Link underlines in CSSMy site is castlefairchild.com. I’m using modified default and this is the area that will underline everything or nothing in the css ( I know hover is in it – but it’s default – not hover)
a, h2 a:hover, h3 a:hover {
color: #147;
text-decoration: none;
}it’s followed by this:
a:hover {
color: #147;
text-decoration: underline;
}This made no links underlined anywhere, which was fine except I wanted only links in the post text to underline…I searched the forums until I found
.post a{
text-decoration: underline;
}but that underlines my post title, category at bottom of post and leave a comment line since those are technically links too.
I’m not good at code, but I find the area and alter it – so I’m not sure how to set classes.
Forum: Fixing WordPress
In reply to: Where to change “no comments” to “leave a comment”Hooray! index.php it was! Thank you!
Forum: Fixing WordPress
In reply to: Where to change “no comments” to “leave a comment”Thanks. I don’t see a posts.php. I’m looking all through comments.php and I’m just not seeing where to change. It looks like I should edit:
<h3 id=”comments”><?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’ );?> to “<?php the_title(); ?>”</h3>
but the actual text that displays is “no comments” not “no responses”.
Forum: Fixing WordPress
In reply to: Where to change “no comments” to “leave a comment”Ah, embarrasing. Wasn’t sure which forum – chose 3 and see that they all show on newest post list. great.
Forum: Plugins
In reply to: Where to change “no comments” to “leave a commentperhaps I’m in wrong place. Sorry.
Forum: Fixing WordPress
In reply to: FTP folder errorI don’t get the chance to enter a user/password – when trying to get to the ftp site, that’s what comes up.
Forum: Fixing WordPress
In reply to: Need to reset admin login/passwordMy old login for the WP site works and I edited it to my new e-mail, but that didn’t seem to help.
Forum: Fixing WordPress
In reply to: Need to reset admin login/passwordThose are for passwords only, right? I’m don’t think I have the right login either – is it the site name, admin? Is it possible to re-register?