skribe
Forum Replies Created
-
I’m still locked into the beta version. I even deleted and reinstalled with the same result.
Forum: Plugins
In reply to: [Disqus Recent Comments Widget] Hardcoding into a template?Thanks for the prompt reply, Andrew.
I don’t want to do anything grand. I just want to replace this:
<?php src_simple_recent_comments(9) ?>which currently resides in my footer.
skribe
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updateBen,
Is 1.5.6 ok? I just installed it from wordpress.org and it’s crashing my site.
skribe
Forum: Plugins
In reply to: Plugin OrderForum: Fixing WordPress
In reply to: Auto upgrade problemProblem was actually caused by firefox. No idea why. Rectified by using alternate browser.
Forum: Plugins
In reply to: Robots Meta won’t activateMine says 539 and 546. Doesn’t matter now as it has been resolved and the plugin updated.
Forum: Plugins
In reply to: Plugins Repository on WP.org is 404Down again 2008-12-10 17.50 PDT
Forum: Themes and Templates
In reply to: is_paged doesn’t work unless Recent Posts widget activatedCalling is_paged() twice was the problem. I set it as a variable and then used that to determine what was shown.
Forum: Themes and Templates
In reply to: is_paged doesn’t work unless Recent Posts widget activatedI should have mentioned that I’ve also tried:
if (is_home() && !is_paged()) include (TEMPLATEPATH . '/feature.column.php'); ?>
and
if (is_home() && is_paged()) include (TEMPLATEPATH . '/third.column.shared.php'); ?>and
if (is_front_page() && !is_paged()) include (TEMPLATEPATH . '/feature.column.php'); ?>
etc.None of which worked without the widget.