Mladjo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Passing parameter to get_comments functionI solved this problem like this:
$comments = get_comments('number=6&status=approve&post_id=$id'); foreach($comments as $comm) : echo '<li>'; echo($comm->comment_author); echo ':'; echo($comm->comment_content); echo '</li>'; endforeach;Forum: Fixing WordPress
In reply to: Catchable fatal error relating category-template.php on 2.7I have same error because of this get_category_link($cat)When i turn permalinks to default everything is ok
Forum: Installing WordPress
In reply to: Can’t Recover Lost PasswordSame problem with me. Sorry, that key does not appear to be valid.
Forum: Fixing WordPress
In reply to: status_header(500) problem with IE6Well it solved problem for me thanks. I had problem only wnen I’m login and didn’t type comment. I recevied error 500.
Forum: Fixing WordPress
In reply to: wp-comments-post.php problemMy problem is like this: When I’m loged and don’t write anything I have The website cannot display the page HTTP 500. Wp is 2.5.1 and page is /wp-comments-post.php. No idea.
Forum: Installing WordPress
In reply to: 2.3 Upgrade ProblemI find solution in my case. Reason was plugin dd-formmailer. After I delete it everything is ok. Then I upload same plugin again and activate it and now all works like charm.
Forum: Everything else WordPress
In reply to: theme uploadI also create theme for wp but registration is disabled. Any help?
Forum: Themes and Templates
In reply to: Where upload new theme?I dont quite understand “email the undersigned” Who is undersigned?