orbert
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Question and comment1) The amount of time it took PHP to generate the page.
2) Did you change$blogfilename = 'index.php';
on line 15 of b2config.php to match the name of your
template file?Forum: Fixing WordPress
In reply to: Next post function: something wrong?Please post the function call as it appears in your template.
(Remember to replace “<” with “<”.)Forum: Requests and Feedback
In reply to: archives: update readmeTiger:
Sorry if that seems like an obvious question, I’m still new to WordPress,
so I didn’t know about get_archives().
I took a look at the code (for 0.7.1) , and here’s what I found:
get_archives( $type, $limit )
$type should be one of: ‘monthly’, ‘daily’, ‘weekly’, or ‘postbypost’.
If you don’t specify, it will be taken from the option settings.
$limit is (I _think_) a limit to the number of archive links returned.
If you want to use a limit, specify a positive integer (1, 2, 3, etc.).
If you don’t specify it, it defaults to blank (the same as ”), which
means “no limit.” (My explanation of $limit is based on my $limited
understanding of the wp code, so I may be wrong. If in doubt, leave
it blank.)Forum: Requests and Feedback
In reply to: archives: update readmeChristian:
The docs are being completely revamped (including the readme).
See the docs section.
>> Which parameters is the new function taking?
Which new function, specifically?Forum: Requests and Feedback
In reply to: Latest x links from # cats on one page, listed byHi T:
There is a function called previous_post that looks like this:
previous_post( $format, $linktext, $use_title, $in_same_cat,
$limitprev, $excluded_categories )
It doesn’t do exactly what you want, but it might come close
enough.
I have draft documentation for the function, but it’s not
complete, nor has it been tested, so it might be wrong.
I don’t want to post public links to it, but if you email
me (my username at my username do tn et) I’ll email
you a link.