marlun
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Activate theme programmaticallyNoticed I had misspelled blog_id as blogid. Problem solved.
Forum: Themes and Templates
In reply to: How to fetch the comments and show them?Nevermind, I used a <? else: ?> which ofcourse should be <?php else: ?>, sorry for that, seems to work now =)
Forum: Themes and Templates
In reply to: How to fetch the comments and show them?Intead of having the comment part in the single.php I added <?php comments_template(); ?>, and now the comments seem to be shown. However. I still get the “Sorry!, no posts matched your criteria.” even though the <?php if (have_posts()) : ?> is true. Thats weird.
Any ideas?
Forum: Themes and Templates
In reply to: How to fetch the comments and show them?Hello again!
No one who knows what I’m doing wrong? I still havn’t fixed this and it seems kinda basic. I thought I would give you some more code because what I’m doing wrong may be somewhere before that other code.
There you got some more code, the rewind_posts(); in the top is there because my Sidebar is before this code and it also has a loop.
Thanks in advance for any comments!