Posted on : 20-01-2009 | By : Japh
Ok, so I’ve been looking around for a new look and feel for my blog. I found this FREEmium theme for WordPress, and I fell in love. Sure, it’s not 100% perfect, but it’ll do til I can do something for myself.
Anyway, after installing it and sitting back to think “ah, that looks better!”, I browsed to another page on my site and… whoops! All pages and posts other than the home page itself had an odd quirk…
When I was logged in to WordPress everything looked fine:

But when I logged out…

I was devastated… my near-perfect theme was ruined. Then I remembered, I know PHP, all is not lost!
So, after digging around, I finally worked out how to fix it!
In the comments.php file, the following lines:
</form> </div> <?php endif; // If registration required and not logged in ?> <?php endif; // if you delete this the sky will fall on your head ?> </div> |
Should be:
</form> <?php endif; // If registration required and not logged in ?> </div> <?php endif; // if you delete this the sky will fall on your head ?> </div> |
That’s it! Sorted! Hope that helped someone else
No related posts.





I’m using this theme on my church’s blog. I could not fix an other bug it has: when you post more than one time in the same day, the first post you’ve published doesn’t show the date! if you post 4 posts inthe same day, for example, only the last will bring the date. Could you help me?
I’m brazillian, sory for eventual english errors.
but FREEmium did wrong with WP 2.8. its show a new problem:
Fatal error: Call to undefined function wp_widget_recent_comments() in /home1/kabishab/public_html/wp-content/themes/FREEmium/sidebar2.php on line 15
hope u show us a path… or at least an answer.
Hi Bratya, thank you for your comment! Unfortunately, I don’t have the FREEmium theme any longer as it was too buggy (as you are finding as well) even before WP 2.8
Sadly, I’d recommend you find a different theme. Some places I’d recommend to look would be ThemeForest or maybe WooThemes.