pwagner3
Forum Replies Created
-
Thanks Shazron!
Very simple instructions! Worked perfectly!Forum: Fixing WordPress
In reply to: How to bypass Permalink URL Incrementing…MANY THANKS! This was truly vexing me.
Forum: Fixing WordPress
In reply to: Default Theme: Trying to underline tags…Alchymyth,
Thanks for your direction. I stumbled upon it:
<?php the_tags( ‘<div style=”text-align: justify; class=”post-tags”>’, ‘ ‘, ‘</div>’); ?>
.post-tags a {
text-decoration: underline;
width: 468px;
text-align: justify;
}Thanks again for the nudge in the right direction.
Forum: Fixing WordPress
In reply to: Default Theme: Trying to underline tags…Closer. This gives me the underlines I want, but runs the keywords off the right side of the screen on 1 line.
I tried to add width to the css .post-tags.
I tried to table it in a specified width table.
I tried a div instead of a span.I cannot keep it from running off the page.
This is the type small detail that raises my blood pressure.
Forum: Fixing WordPress
In reply to: Default Theme: Trying to underline tags…I implemented that exactly as you described, and it still has no effect:
styl.css
.post-tags a {
text-decoration: underline;
}single.php [has already been slightly modified from default]
<?php the_tags( ‘<br class=”post-tags”>’, ‘ ‘, ‘</br>’); ?>
Forum: Fixing WordPress
In reply to: Default Theme: Trying to underline tags…I am using the default Kubrick theme. I could not find an attribute for “tag-links” in either style.css docs.
Forum: Everything else WordPress
In reply to: RSS Post feedsThanks Kafkaesqui. I’m new to feeds. This explanation helps. Thanks.
Forum: Fixing WordPress
In reply to: topic pages are gone…Fixed it. One of the plugins I installed had me insert a single.php page, and that seemed to be throwing a monkey wrench into the works.
Don’t know why though. Would anyone care to comment?
Forum: Plugins
In reply to: Paths don’t match…Thanks!! It worked!!
Forum: Plugins
In reply to: Widget stealing your Amazon revenue…Thanks for posting this! I just set the code to “(rand(1, 10) == 0)”. This should never select the author’s ID.
Forum: Fixing WordPress
In reply to: Format of Page/Post editor?Many thanks from this grateful newbie. Your time is very much appreciated.