jblanton
Forum Replies Created
-
Forum: Plugins
In reply to: Introducing ProlificWhooami,
I saw that and was going to say something to the effect of “no offense taken,” but it slipped my mind when writing the reply. So, how about a belated “no offense taken?” π
Forum: Plugins
In reply to: Introducing ProlificWhooami,
I realize that there are other plugins that will calculate a word count, but that’s not what I needed.
The whole point of my plugin is that the word count is calculated only once and only when there is something new to add to the total. See my initial post about it (which I linked to above) for a better understanding of why I wrote it.
Forum: Plugins
In reply to: Introducing the Post Count minus Category pluginYah, can’t do much about the computation time I don’t think, which is why I only use it on my archives index.
I’ve actually just sped it up a bit (and have changed the source); there are obviously quite a few ways to arrive at this number.
Forum: Plugins
In reply to: Smart Archives v1.1Truth, check out v1.12 on the project page.
Forum: Plugins
In reply to: Smart Archives v1.1Truth, those breaks are not inserted by the plugin — it’s a problem with WordPress’ Pages. I discuss this on the project page and it’s relatively easy to route around.
Forum: Plugins
In reply to: Smart Archives 1.01 and WP 2.0–problem?I’ve just updated Smart Archives to v1.1, which should solve this problem.
Forum: Everything else WordPress
In reply to: Paragraph tag being inserted after horizontal ruleYou might want to check out this post I put up a while ago.
Forum: Everything else WordPress
In reply to: Paragraph tag being inserted after horizontal ruleThe HTML looks like this:
<div id="foo">
<hr />
<ol>And no, I’m not running any text-formatting plugins.
Forum: Plugins
In reply to: Introducing the Smart Archives plugin for WordPressMrJ,
Though this has nothing to do with Smart Archives, I did come across a problem similar to yours a while back and whipped up a possible fix. However, I no longer use that solution; I currently just pass the “posts_per_page” variable to query_posts(), which you can read more about here. Good luck.
Forum: Plugins
In reply to: Introducing the Smart Archives plugin for WordPressMrJ,
As explained on the project page, you need to setup your permalink structure to follow /archives/year/month/day/post-name.
Forum: Plugins
In reply to: Introducing the Relative Dates plugin for WordPressThe initial release of my Relative Dates plugin failed to take into account the fact that web servers aren’t always in the same timezone as the user’s residence (i.e., where their weblog “lives”). While that particular situation doesn’t affect me (ergo my oversight of it), it seems to have affected a lot of the people trying to use the plugin. Version 1.01 adds the necessary timezone logic and can be found on the project page along with updated installation instructions. Enjoy.
Forum: Themes and Templates
In reply to: Archives sorted by date AND listed by post?The future-post thing was fixed a while ago. The updated code is on the project page. π
Forum: Plugins
In reply to: Introducing the Smart Archives plugin for WordPressI’ve just released v1.01 of the Smart Archives plugin which takes care of most of the issues that users have written to me about. I encourage you to check out the changelog and upgrade.