iand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Developing\Testing ThemesMaybe this?
http://boren.nu/archives/2005/03/08/preview-theme-plugin/
Though the link came from here, suggesting possible problems:
http://wordpress.org/support/topic/28270
I vote for local development too though 🙂Forum: Fixing WordPress
In reply to: Footnotes without Markdown?Can be done with CSS, though it is not completely automatic. I have extra quicktags to put the markup in, so it’s easy.
CSS:
.footnote {
font-size: .9em;
border-top: 1px solid #a9a9a9;
line-height: 150%;
margin-bottom: 15px;
}
At the end of the post:
<div class="footnote"><sup>1</sup>My footnote</div>Forum: Fixing WordPress
In reply to: Trackback questions.I think you have that right. It is explained well in the codex:
http://codex.wordpress.org/Introduction_to_Blogging#TrackbacksForum: Themes and Templates
In reply to: A “Last # posts from category” box in the sidebar?One way would be to use the customisable post listings plugin:
http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
Or have a look at query_posts:
http://codex.wordpress.org/Template_Tags/query_postsForum: Fixing WordPress
In reply to: Trackback questions.Trackbacks should be cross-platform, so if you can send and recieve ok, then it is likely a problem on the other blog.
Forum: Fixing WordPress
In reply to: Trackback questions.This might help. It allows you to test and gives the response from the server as well:
http://www.redalt.com/external/pingomation.phpForum: Fixing WordPress
In reply to: Cat and subcat breadcrumbsUse a breadcrumbs plugin instead?
http://jp.jixor.com/archives/bread-crumb-trail/Forum: Themes and Templates
In reply to: Port of default Nucleus Stanch theme back to WordPress?I’ve been messing round with it this evening. I am waiting for the original author to give permission before I do any more though.
Forum: Plugins
In reply to: Incompatable 1.51. Plugin’s ListOwen’s last version (build 8 or 9 I think) does work with 1.5.1 to some degree. It is possible to run the plugin without generating errors, but for some reason it breaks my layout (default theme seems ok though).
Forum: Fixing WordPress
In reply to: rss stopped working after upgrade to 1.5.1I can’t see the error messages, but dss’s fix for the feeds works for me:
http://wordpress.org/support/topic/33227Forum: Fixing WordPress
In reply to: RSS feed of 1.5 pages?Try editing/writing a new page? Doing the same for posts and comments seems to work for those feeds.
Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1SystemOfAJon – see:
http://wordpress.org/support/topic/33227
The quick fix is edit and save a post, and edit and save a comment.Forum: Fixing WordPress
In reply to: Upgrade 1.5 > 1.5.1parisgv – mostly fixes. This gives pretty much everything:
http://codex.wordpress.org/Changelog/1.5.1Forum: Requests and Feedback
In reply to: Comments should send e-mail to other comment authorsSearch around for ‘subscribe to comments’, it should turn up a few different plugins that allow you to do this.
e-mail? I can send you the tar.gz version (i don’t have the zip)