Getting Content to work
-
I had been running b2 for quite a while now. Earlier this week, something happened at my hosting service, and my whole page was lost (hardrive malfunction of somesort.) After calming down from being pissed at losing months and months of blog posts, I decided to install WP. I got everything configured, and the default template worked fine, but I was wanting to put everything into the template I had been using for my b2 site. I’ve gotten everything to work, except for my content. I have a verry limited knowledge of PHP coding, and I’m figuring that I’m missing some tags to get this working. The format looks ok, but the content just doesn’t showup. What am I missing to make my posts showup:
<div id="left">
"><?php the_date("l | F | j","<h1>","</h1>") ?> <br>
<?php the_content() ?> <br>
<center><font size="-1">| Posted by <?php the_author() ?> @ "><?php the_time() ?> | <?php comments_popup_link("Add A Comment", "1 comment", "% comments") ?> | </font></center>
</div>
My page is here
Thanks for any help!
- The topic ‘Getting Content to work’ is closed to new replies.