wordpress4you
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: query_posts to sort works but pagination not workingThis is known issue I use this patch for ages: http://ww.wp.xz.cn/extend/plugins/category-pagination-fix/
Forum: Fixing WordPress
In reply to: WP 2.9.2 query_posts orderby, order and tag__not_in don’t work!Thanks for the solution.
Forum: Plugins
In reply to: Where is AddThis code placing button at bottom of pageThe easiest way is to check “Show in sidebar only” option at the plugin settings page.
Forum: Plugins
In reply to: Sitemap generator and qtranslateGreat point. Thanks.
Forum: Fixing WordPress
In reply to: How to get all values of specific custom field?$values = $wpdb->get_col("SELECT meta_value FROM $wpdb->postmeta WHERE meta_key = 'yourmetakey'" );Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Cannot process transaction from shopping cart pageI’ve got the same problem.
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] You must select a shipping method, Errornope. same in 2.9
Forum: Plugins
In reply to: save_post called repeatedlyPlugin API/Action Reference reads:
Note that post ID may reference a post revision and not the last saved post. Use wp_is_post_revision to get the ID of the real post.
Hope that will help.
Forum: Plugins
In reply to: Topsites Plugin/Script?To tell the truth Chipmunk Scripts Topsites is very fr from being called WordPress plug-in.
I was thinking about writing such a plug-in but never got a time or customer request for it. The plug-in should utilize generic WordPress posts routine for topsite entries. And if possible to preserve blog functionality.
Forum: Requests and Feedback
In reply to: Manage content on the index page?You can add a welcome message to
./wp-content/themes/your-theme-name/index.php.So where was your bug?