Trying to use the loop in my own pages/css – problems
-
Hi all, I am testing out using wordpress from within my own pages. Currently, I have made a simple test to illustrate some problems I am having.
https://www.stevelim.com/simple.html
I have 2 questions.
#1 You’ll notice at the page here, I have 3 additional blank entries with the words ‘at’ ‘at ‘at’ etc. This text comes from the following code..
<?php the_time('F j, Y') ?> at <?php the_time() ?>
Why are there more posts there than entries in that category?
#2 Am I right to say that wordpress automatically forces each new post content into a element? I ask because if you notice, there are no tags for the content and yet the post content is taking the css property of .
Thanks.
- The topic ‘Trying to use the loop in my own pages/css – problems’ is closed to new replies.