Note that there are some explanatory texts on larger screens.

plurals
  1. POProblem with Wordpress' div class="Post", "Entry" and "postmetadata"
    primarykey
    data
    text
    <p>Im having trouble with my codes in wordpress. You can see my problem in the link below:</p> <p><a href="http://i1204.photobucket.com/albums/bb409/bendaggers/help-1.png" rel="nofollow">http://i1204.photobucket.com/albums/bb409/bendaggers/help-1.png</a></p> <p>as you can see, i'm having trouble sticking them all together</p> <p><strong>the CSS codes are here:</strong></p> <pre><code>.post{ padding: 10px 0 0 0px; background-image: url(images/toppost.png); background-repeat:no-repeat; } .entry{ background-image:url(images/ContentBG.png); margin: 0 0 0 0; padding:0 0 0 0; background-position: bottom; } .postmetadata { clear: both; background-image: url(images/post-footer.png); background-repeat:no-repeat; height:118px; } </code></pre> <p><strong>the php codes are here:</strong></p> <pre><code>&lt;div id="container"&gt; &lt;?php if(have_posts()) : ?&gt;&lt;?php while(have_posts()) : the_post(); ?&gt; &lt;div class="post" id="post-&lt;?php the_ID(); ?&gt;"&gt; &lt;h2&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;"title="&lt;?php the_title(); ?&gt;"&gt;&lt;?php the_title(); ?&gt; &lt;/a&gt;&lt;/h2&gt; &lt;/div&gt; &lt;div class="entry"&gt; &lt;?php the_content(); ?&gt;&lt;/div&gt; &lt;p class="postmetadata"&gt; &lt;?php _e('Filed under&amp;#58;'); ?&gt; &lt;?php the_category(', ') ?&gt; &lt;?php _e('by'); ?&gt; &lt;?php the_author(); ?&gt;&lt;br /&gt; &lt;?php comments_popup_link('No Comments &amp;#187;', '1 Comment &amp;#187;', '% Comments &amp;#187;'); ?&gt; &lt;?php edit_post_link('Edit', ' &amp;#124; ', ''); ?&gt; &lt;/p&gt; &lt;?php endwhile; ?&gt; </code></pre> <p>can you help me with my problem? its taking me so looong to solve this one coz im still a newbie in wordpress.</p> <p>thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload