MikeShapiro
Forum Replies Created
-
Forum: Plugins
In reply to: [Anything Order by Terms] Conflict with Wicked FoldersAwesome. Thanks in advance!
Forum: Fixing WordPress
In reply to: Permalink to first post of current month?I’m not sure how to implement either of those solutions in a way that wouldn’t require knowing the month of the post in advance. For example, the kind of behavior I’m looking for would be:
Post in Jan, 2005 -> clicking on link takes you to the first post of Jan, 2005
Post in Feb, 2005 -> clicking on link takes you to the first post of Feb, 2005
And so on.
Forum: Fixing WordPress
In reply to: Multiple automatic posts?It’s a lot of comics. 🙂
Do you happen to know where WordPress stores its posts? I couldn’t find any obvious location in its file hierarchy. If I could see that, I might be able to figure it out.
Forum: Fixing WordPress
In reply to: Multiple automatic posts?Thanks for the response, DGold.
Your solution sounds like it would work for new posts. But what I’m hoping to do is create a large number of “old” posts (in this case, back issues of the comic), whose contents are algorithmically generated. (Specifically, each containing a link to an issue, where the issue number is the only thing that changes.)
I can’t help but think that the easiest way to do this is to use some scripting language (e.g. Perl) to generate WordPress posts, rather than type them in by hand in the browser window. Do you happen to know if this can be done?