jrick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress adds “-2” to end of URLThanks cais.
The thing is, I don’t have any drafts…
Forum: Fixing WordPress
In reply to: Categories displayed instead of tags at bottom of each postNot sure exactly what I should be looking for — or what I should be changing — so here’s the link from the paste bin site you referenced:
http://wordpress.pastebin.ca/964253
Thanks again.
Forum: Fixing WordPress
In reply to: Difference between “feed=rss” and “feed=rss2”?Thanks Otto.
Forum: Fixing WordPress
In reply to: Categories displayed instead of tags at bottom of each postHi: Thanks for your reply.
Sorry for the confusion. I’m talking about on my blog.
I’m using the Cutline theme.
How should I proceed? Thanks.
Forum: Themes and Templates
In reply to: Redirect WordPress RSS to FeedBurner RSS?Hi again: If it’s not too late, I have a follow-up.
How can I remove http://jonathanrick.com/?feed=rss2, so that instead of having it refresh to http://feeds.feedburner.com/jrick, you’re brought directly to http://feeds.feedburner.com/jrick? Thanks.
Forum: Fixing WordPress
In reply to: How to Moderate CommentsThanks!
Forum: Themes and Templates
In reply to: Unitalicize text within a blockquoteIt worked! Thanks guys.
Forum: Themes and Templates
In reply to: Delete “Front Page”Thanks Michael. I actually decided to rename “Front Page” instead of deleting it.
Forum: Themes and Templates
In reply to: Unitalicize text within a blockquoteHi: Makes perfect sense. The only thing is, I don’t know where to insert
unital { font-style: normal; }Forum: Themes and Templates
In reply to: Stop automatic italicization of blockquotes?Thanks Handy.
I changed
blockquote { font-style: italic; font-family: Georgia, “Times New Roman”, Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }
to
blockquote { font-family: Georgia, “Times New Roman”, Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }
Forum: Themes and Templates
In reply to: Remove Tagline from Name of Web Site?Perfect! Thanks again!
Forum: Themes and Templates
In reply to: Redirect WordPress RSS to FeedBurner RSS?Thanks Len!
Forum: Themes and Templates
In reply to: Remove Tagline from Name of Web Site?Thanks Kafkaesqui! That worked.
May I ask a follow-up?
Is it possible to add the name of the post to the page title, so that the front page remains as it is but when viewing an individual post, the name becomes “No Straw Men: [Post Title]”?
Similarly, is it possible to do this when viewing all posts within a given month, all posts within a categorie, and all posts within a tag?
Thanks so much!
Forum: Themes and Templates
In reply to: Add Author to Header of PostsThanks! That worked.