paul_fury
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] ProblemsHas anyone got the google checkout to work? And if so how? I keep getting the cart with errors message “…has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem…” error when I click on google checkout. I have the merchant id and key entered correctly, have chosen google as the only checkout option, and have set the shipping country to USA.
Forum: Plugins
In reply to: Future posts in single view – help!I need the hack!
Forum: Fixing WordPress
In reply to: Editing the Entry DateThanks I didn’t see that. Is there a way to make these future entries show up?
Forum: Fixing WordPress
In reply to: wp_register problemsyour right, I just noticed in the codex…
This tag does not function as intended on WordPress µ.
ok, so I can just do this wihtout the method then, using an “is logged in” check.
Forum: Fixing WordPress
In reply to: Word Press Queryok. I will post there instead.
Forum: Themes and Templates
In reply to: Can’t Modify Comments?Just what I was looking for. Thank you.
Forum: Fixing WordPress
In reply to: Theme cssok, so i found how to get the links working properly, i have to do it this way:
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/global.css" />But I still would like to know if WP has a special way to get the url segments for use in conditionals.