omz13
Forum Replies Created
-
Forum: Plugins
In reply to: static front page plugin and recent postsThanks Denis. Sorry to hear it works that way 🙁
I’ve now switched to Kaf’s plugin and that seem to work (after I did a bit of tweaking).
Forum: Plugins
In reply to: static front page plugin and recent postsThanks for the suggestion, but it makes no difference… the recent posts lists is still borked 🙁
Forum: Plugins
In reply to: External links pluginSorry – temporarily disabled external links, and forgot to reenable them.
External links now enabled on http://www.omz13.com
Look at the “music for programmers” links in the sidebar… only 2 or so have an external link shown, but all are external links.BTW, If you look at this article (http://www.omz13.com/?p=42) using IE7beta2, the icon for the external link for ‘tag clouds’ link is in the wrong position (but I think that issue is more to do with IE7’s rendering engine).
Forum: Plugins
In reply to: External links pluginIt is random in the sense of something like only 90% of the external links on a page are correctly marked, and it is random as to which ones are not marked correctly or not.
BTW, if external links and wp-shortstats are both active the server throws a 500 Internal Error.
Forum: Fixing WordPress
In reply to: 404 after save or publish a postI recently encountered this problem when I changed my permalink settings (away from the default /?=123 method into something more custom, i.e. /%category%/%postname%) and added rewriting rules into my lighttpd system.
Anyhow, this is to let y’all know that the
if ( !$posts )toif ( !$posts || !$posts[0]->ID )patch works for me 🙂