Cedric
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: query_posts() troubleshootingOk, it seems that i get the same results with WP_Query().
I just want to avoid sticky posts to get on top.
Forum: Fixing WordPress
In reply to: query_posts() troubleshootingHi Chip,
Thanks for your reply.
I will try with WP_Query and see if it returns the same “error”.
Forum: Fixing WordPress
In reply to: query_posts() troubleshootingHello jnhghy,
Thanks for your reply.
It is a customized theme.
I mean that when I only use the classic loop ( if (have_posts() … ) without the query_posts($args), it works fine.
But when using the query_posts($args), it always return the same results…
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] It is definitely working!Thank you for the update! It seems to work perfectly now!
Forum: Fixing WordPress
In reply to: wp_mail() and emails from same domain nameHi apljdi, thanks for your response.
Yes that’s exactly the problem but it finally seems to be a server configuration problem, not a problem within the wp_mail() function. Something is missing or blocking the emails. If I find out why, I will post a solution in this topic.
Forum: Fixing WordPress
In reply to: WP Theme Editor problemOk, I found the problem. There was a folder with backup files in the the theme folder. And the theme editor took these files instead of the good ones. I just deleted this old folder and the theme editor works fine now!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] It is definitely working!In most cases, this “Bad file param format” error breaks the layout of any website using W3 Total Cache.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] It is definitely working!Which version of W3 total cache do you use ?
The latest version seems to create corrupted file when caching them (as the css file).
For me, it works well when I’m logged in as admin but doesn’t work for my visitors.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] 0.9.2.1 still BAD -> FTP detailsDamned, I don’t catch a word from german!
I will wait for the next update of the plugin…
Forum: Fixing WordPress
In reply to: Syntax Highlighting for the Built-In HTML Editor?Yes, it will be a wonderful feature if the syntax highlighting was available in the built-in html editor.
Hi!
Thanks for your response!
I think that it is just a problem of compatibility between my WP version (2.9.2, does not support get_post_type_object() function) and the plugin.
The error does not exist on a WP 3.0.4 installation.
Hi!
Did you solve this problem ?
I have the same message error.
Forum: Plugins
In reply to: [Plugin: WP-Cufon] Cross Browser Issue – No ApostrophesOk, I’ve fixed it:
I’ve simply generated the Cufon js files adding “WordPress punctuation” as an option.
Forum: Plugins
In reply to: [Plugin: WP-Cufon] Cross Browser Issue – No ApostrophesI have exactly the same problem with Cufon (I don’t use the wp-cufon plugin, just the cufon script). Did you manage to solve the problem ?
Forum: Fixing WordPress
In reply to: How to associate a Custom Post Type to an existing category ?Hi Madpress,
Thanks for your reply.
I know this piece of code, but it will only add the possibilty to check a category among all the defined categories, will it?
I don’t think that it will assign the custom post type to a specific category.
I will give a try this afternoon and let you know.