I have come across an error in my theme development.
I cant seem to figure it out, have been trying for a good while now.
I have been coding themes from HTML to WP for a while now but not much so still have a few problems now and again, anyways any help would be appreciated. Thanks

Here is my problem:


Here is the html & post part of the code:
PHP Code: 
<div class="content"> 
                    <div class="post"> 
                        <div class="post-content">
                        <div class="post-entry">
                            <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
                        </div>
                    </div>
                    
                </div><!-- .content End -->
Before you say "where is the content etc etc, i do not want it to show content that is why i only have thw_permalink && the_title"

This problem is nothing to do with my CSS as it only happens when i am putting the php code in.
_brazzO Reviewed by _brazzO on . Wp sidebar problem I have come across an error in my theme development. I cant seem to figure it out, have been trying for a good while now. I have been coding themes from HTML to WP for a while now but not much so still have a few problems now and again, anyways any help would be appreciated. Thanks Here is my problem: http://i.imgur.com/K0yzh.png Here is the html & post part of the code: <div class="content"> <div class="post"> Rating: 5