Roar
Forum Replies Created
-
Forum: Plugins
In reply to: CG-SameCat not working with WP 1.5.1David,
Thank you for referring me to your CG-Same Cat.
So far so good. I will let you see my fangirly site when I have it in better shape.
Forum: Fixing WordPress
In reply to: Help fix code for Recent Posts by Category?Ah, well here is the dilemma… I want to be able to do this for four different categories. Let me do some searching on the CG-SameCat, as I have not heard of that one.
Forum: Requests and Feedback
In reply to: Recent Post By CategoryWOW! Echozone, I LOVE what you have done with that expanding categories. It’s awesome.
Forum: Your WordPress
In reply to: Sarcasm in a Bottle — New 3-column Layout — Looking for feedbackI dig it, alot!!!
Good job!
Forum: Your WordPress
In reply to: Dictionary Site with WordPressI would love to hear more about how you are doing the recently updated dictionary entries?
It is a fantastic use of wordpress.
Forum: Fixing WordPress
In reply to: Database backup format questionThank you so much. I am moving a blog to a new host and I am skurred.
Forum: Fixing WordPress
In reply to: Using Query Posts code as shown… should bring up archive template?Thank you that works, but then it undoes the Image Headlines Plugin.
*tears out hair*
Oh well, I guess I will have to choose which is more important.
Forum: Fixing WordPress
In reply to: How to extract all posts to one category and move to a new database?Is the “including” part of this page you just sent me too?
Forum: Fixing WordPress
In reply to: How to extract all posts to one category and move to a new database?More help please?
How about if I want category 5 and 3 to not show on the first page?
Forum: Fixing WordPress
In reply to: How to extract all posts to one category and move to a new database?Dude. You rule.
Thank you.
Forum: Fixing WordPress
In reply to: How to extract all posts to one category and move to a new database?Yes, I think so, because I still want them to be available on another page?
Forum: Fixing WordPress
In reply to: I want all posts from one category to be on a separate page…No, I do not mean an archive page. I mean only that one category to be on it’s own page, and not on the front page.
Forum: Your WordPress
In reply to: A review please.Background overshadows the blog.
Many people cannot read on dark backgrounds.
Forum: Fixing WordPress
In reply to: Archives Page QuestionOkay, I cleaned the code to:
<li><h2><?php _e('Archives'); ?></h2>but it still does not work.
<ul><?php if (is_archive() ) wp_get_archives('type=monthly'); ?></ul></li>Help?
Forum: Fixing WordPress
In reply to: Archives Page QuestionThis is what I used:
<li><h2><?php _e('Archives'); ?></h2><ul><?php if is_archive() { wp_get_archives('type=monthly'); } ?></ul></li>and I get a parse error
Parse error: parse error, unexpected T_STRING, expecting ‘(‘ in