bkbdesign
Forum Replies Created
-
I’m having the exact same problem. Works perfectly when manually published, but scheduled posts do not publish to facebook fan page.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, How to add events? Part DeuxI’m having the same problem. Previous poster said he’s used chrome and IE…. I tried Firefox 3.6.1, IE8, and Safari 4.0.4…
Forum: Fixing WordPress
In reply to: Thumbnail quality WP2.9I’m having the same problem. They look like they’re being saved at medium to low quality jpg. Please help!
Forum: Plugins
In reply to: [Plugin: Quick Shop] Has anyone gotten this to work?Yeah, same problem here. No TinyMCE and short codes don’t work.
Me too. I just upgraded yarpp and it breaks the single post page.
Forum: Fixing WordPress
In reply to: Show only child categories for single.phpNevermind, I figured it out. If anyone else has same question:
<?php if (is_category( )) { $cat = get_query_var('cat'); $parent = get_category ($cat); if ($parent->parent) { wp_list_categories ('title_li=&child_of=' . $parent->parent); } else { wp_list_categories ('title_li=&child_of=' . $cat); } } ?>Forum: Fixing WordPress
In reply to: Show only child categories for single.phpThis is exactly what I’ve been looking for… Anyway to stop it from displaying the word “categories” in front of the resulting list??
Forum: Fixing WordPress
In reply to: All content in posts and pages goneI have the same problem, but resetting permalinks and deactivating all plugins has no effect. I’m heartbroken to have lost all of my content.