View previous topic :: View next topic |
Author |
Message |
acid-dreams
Joined: 09 Oct 2004 Posts: 8
|
Posted: Thu Oct 28, 2004 1:53 pm Post subject: New Posts not showing up. Help? |
|
|
Just yesterday I added a new post to my b2 but it's not showing up on the index page... and no new comments showed up on the last entry I posted. Help? |
|
Back to top |
|
 |
acid-dreams
Joined: 09 Oct 2004 Posts: 8
|
|
Back to top |
|
 |
acid-dreams
Joined: 09 Oct 2004 Posts: 8
|
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 657 Location: Oslo, Norway
|
|
Back to top |
|
 |
acid-dreams
Joined: 09 Oct 2004 Posts: 8
|
Posted: Wed Nov 03, 2004 1:46 pm Post subject: |
|
|
yeah no problem...
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<LINK REL=stylesheet HREF="../layout2b.css" TYPE="text/css">
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<style type="text/css" media="screen">
@import url( ../layout2b.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="alternate" type="application/rdf+xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>
<body>
<div id="content">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<font size="1"><b><?php the_date("","",""); ?></b></font>
<?php permalink_anchor(); ?>
<br><br>
<div class="storyTitle"><b><?php the_title(); ?></b>
</div>
<p>
<div class="storyContent">
<?php the_content(); ?>
<br>
<div class="rightFlush">
<?php link_pages("<br />Pages: ","<br />","number") ?>
<br>
Posted by <span class="storyAuthor"><?php the_author() ?> @ <?php the_time() ?></span>
<br>
<a href="<?php permalink_link() ?>"></a><?php comments_popup_link("(0 died)", "(1 died)", "(% died)") ?>
<?php trackback_rdf() ?>
<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>
<!-- this includes the trackbacks -->
<?php include ("b2trackback.php"); ?>
<!-- this includes the pingbacks -->
<?php include ("b2pingbacks.php"); ?>
</div>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
<center>
<p class="centerP">
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
</p>
<br />
<br />
<br />
</center>
</body>
</html> |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 657 Location: Oslo, Norway
|
|
Back to top |
|
 |
acid-dreams
Joined: 09 Oct 2004 Posts: 8
|
Posted: Wed Nov 03, 2004 9:50 pm Post subject: |
|
|
WOO! It worked! Thanks so much!  |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 657 Location: Oslo, Norway
|
|
Back to top |
|
 |
|