Getting Posts to show inline
-
Like doodlebee but for posts. I uploaded more recent inlineposts.php module and deactivated old inline ajax comments. Also deactivated other plugins.
Am thinking it has something to with template code for posts since category links seem to display inline. Your help is much appreciated!
https://www.chefsline.com/blog
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id=”middle”>
<?php
if (is_home()) {
query_posts(“cat=-24”);
}
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?><div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark”>
<?php the_title(); ?></h3>ETC.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Getting Posts to show inline’ is closed to new replies.