highlifelight
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Solved: Here is the answer if anybody runs into this.
The author was clicking “sticky this post” on every one of the postings.
bumping
I’m really hoping to not have to switch the theme, we’ve already had to do that once over something.
Man as well post the code in the page.php file.
<?php get_header(); ?> <div id="content" class="narrowcolumn"> <div class="content-inside"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="left"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><?php the_title(); ?></h2> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; endif; ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> </td> <td class="right"><?php get_sidebar(); ?></td> </tr> </table> </div> </div> <?php get_footer(); ?>
Alright, this one I don’t understand. A “particular posts page”?
I’m using Deep Silent 1.8. There is a “Page Template (page.php)” in the theme files. Is this it?
All plugins are disabled.
It stays the same with the default (super long front page).
Losing my mind over this. Nothing seems to fix it.
I don’t think so. Can’t find one.
Viewing 7 replies - 1 through 7 (of 7 total)