paperpariah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.1 Permalinks problem – 404I have the same issue. After updating to 3.1 all my custom post types and custom taxonomy pages returned a 404..
The only solution I have found is to roll back my wordpress installation to 3.0
Not a solution at all really but seems like the only way to fix.
Forum: Fixing WordPress
In reply to: Cannot add/insert image to custom post type.thanks for the help t-p
web00132: Afraid not – I haven’t had a chance to try and fix myself, for now I have to import images into a new post then copy HTML into my custom post type…
Forum: Fixing WordPress
In reply to: Cannot add/insert image to custom post type.The only plugin I use is “custom field template“. Looks like your right when I deactivate it, I can insert images no problem. Doesn’t really solve the problem tho, I really need CFT so can’t keep it deactivated – but I also need images in my custom post types..
Any idea?
Forum: Fixing WordPress
In reply to: equivalent of single_cat_title() for custom taxonomy archive pageFound it!
echo get_query_var( 'term' );worked for me 🙂 🙂
Forum: Fixing WordPress
In reply to: equivalent of single_cat_title() for custom taxonomy archive pageI would love to know this also
Forum: Fixing WordPress
In reply to: get_post_meta, get_post_custom array indexing problemsI have the same problem, meta data seems to be ordered by date modified not meta_id like you would expect 🙁
Got it!
If you go to line 477 in the wp_shopping_cart.php file and just add your checkout page URL in the action on the form. It will then post to that page 🙂
I am looking for an answer to this also!
Forum: Fixing WordPress
In reply to: how to check if the content is emptytry
if($post->post_content != "") :post_content not the_content