akella
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No cache created by WordPress 2.0.2Did the same thing as JohnP. using wp2.03 wp-cache 2.0.17.
Created the sym link on demand(got SSH access).There are no errors in admin panel – but cache is empty.
Now there two of us missing something obvious …The decision would be to use wp1.5 and perfect “Staticize Reloaded 2.6″… 🙁
Forum: Plugins
In reply to: wp_shortstat errori ll try to delete my database (around 40Mb) but may be there is another way? Someone expereinced this?
Forum: Fixing WordPress
In reply to: Cyrillic categoriesthanx
i mean
Spasibo
Ñ?�?¿�?°Ñ?�?¸�?±�?¾.
😉Forum: Fixing WordPress
In reply to: how to hack the_timetoo many files to look at, a thought someone knows…
Forum: Fixing WordPress
In reply to: How to display last 20 posttitles with dates?But you display that in wordpressloop, so it is allways the same number of them on your hiomepage and category pages.
And i need to hack somehaw this LOOP to make it last any number of posts i want.
any ideas?Forum: Fixing WordPress
In reply to: comment variablesThanks, i wrote my own function in template-functions-comment.php, smth like this:
function authorclass() {
global $comment;
$author = apply_filters('comment_author', $comment->comment_author);
if (!$author) $author = 'Anonymous';
if ($author=="akella") :
echo "\"class=akella\"";
else:
echo "";
endif;
}
Forum: Fixing WordPress
In reply to: Archive pageHow to display last 30(or 17) posts titles and dates?
Like this
date:post title
?
it seems get_archives can’t do this…Forum: Fixing WordPress
In reply to: Daily linksJust what i wanted. Big TNX!
Forum: Fixing WordPress
In reply to: How to post exerpt on mainpage?Thanks that helped…
real Big TNX