derrich
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can I Have Underlined Links In Posts?I don’t have that definition in my css. I tried similar ones, but none worked. I’ll keep pluggin’ away, and post the answer here. Thanks for trying. I et what you’re saying. I have a feeling I need to isolate the text links from the title and footer links somehow.
Forum: Themes and Templates
In reply to: Can I Have Underlined Links In Posts?For links.
I discovered this code for the stylesheet:
border-bottom:#3d6624 1px dashed;I added it here and it worked, however it placed the dotted line under the title of the post as well, which I don’t want.
a {
color: #3D6624;
text-decoration:none;
border-bottom:#3d6624 1px dashed;
}
a:visited {
color: #3D6624;}
a:hover {
color: #29303B;
text-decoration:none;
border-bottom:#3d6624 1px dashed;I’m sure there’s an operator I can add that will remove it from the title…just not sure what that would be. Not very well-versed in php and css.
BTW, my URL is http://www.derrich.com/. You can see what I’m talking about with regard to the titles. It would also be nice to remove from the comment and “Posted In” link below the post.
Forum: Themes and Templates
In reply to: Can I Have Underlined Links In Posts?Can you tell me how to create a dotted [underline]line like the one in this blog?
Forum: Fixing WordPress
In reply to: Comments Being Posted Automatically via My ServerExcuse my newbness, but what’s the purpose of pinging anyway? And that’s definitely the fix because I know I allowed pinging on that particular post. Thanks.
Forum: Fixing WordPress
In reply to: Archiving format change creating issuesI should have posted more info in the original post. I did adjust my Permalink setting; however, when I clicked the header to go to the particular article …/year/mo/day/article, it went to a 404 page since it was still linked to a …/p=x page. My host did have to adjust the mod file to allow me to change it site wide. Now it works. Thanks for help.
Forum: Fixing WordPress
In reply to: Search Results and Read More togetherShameless plug:
For anyone else having this issue…or if you’re curious…check out my blog and see this in action. Since I don’t have many articles yet, search for “the” and you’ll get the results in the format I’m talking about here.Forum: Fixing WordPress
In reply to: Search Results and Read More togetherThat worked…like a MF charm. Can I say MF here? =) Thank you! That’s exactly what I wanted.
Forum: Fixing WordPress
In reply to: Archiving format change creating issuesHelp.
Forum: Fixing WordPress
In reply to: Search Results and Read More togetherAmazingly enough, I don’t have that in my search.php file…
[Moderated: edited out source (see Forum Rules, A.4), except for important part]
<?php foreach ($posts as $post) : start_wp(); ?>
<?php require(‘post.php’); ?>
<?php endforeach; ?>Forum: Fixing WordPress
In reply to: AdSense and WordPressWell, I got mine to work. What I did was simply go back to AdSense, generated a new ad code, and pasted that into the AdSense Deluxe plug-in. Even if you don’t use that plug-in, I would imagine this procedue might help. What happened to me is that I deleted extra spaces in the code and justified the lines to look even. Don’t do that. Paste the code as is, and save it. I hope this helps.
Forum: Fixing WordPress
In reply to: Archiving format change creating issuesBump. Anyone?
Forum: Fixing WordPress
In reply to: AdSense and WordPressThanks for the link, but that doesn’t help.
Forum: Fixing WordPress
In reply to: AdSense and WordPressI found this thread as well. I’m still having the same issue (no AdSense ads), but It did solve my editing issue (<!-adsense-> to <!–dsens–>).
Forum: Fixing WordPress
In reply to: AdSense and WordPressCan you elaborate on what you did? And my AdSenseDeluxe “code” <!-adsense-> gets turned into <!–dsens–> upon saving. BTW, I’m running WP 2.0.4, IE6, Windows XP
Forum: Fixing WordPress
In reply to: AdSense and WordPressI’m having this issue as well. Pretty frustrating. I also added AdSense Deluxe to try and solve the issue, but no dice.