posts as pages
-
Hi
To make the posts appear as pages I have used the following code, from another support forum response, and entered it into CSS Manager (plugin). It’s not working, I still have the post “activity” showing ie recent posts etc.
I would like my front page to be circles to enter to pages of information. Ideally I would like the 15 that is the Spun theme
Alternatively is there a way to turn off the updates of posts (I doubt it as this is the purpose of them)Any and all help appreciated
<?php /* Display Pages */ ?>
<?php query_posts(‘post_type=page’); ?>
<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php
/
get_template_part( ‘content’, ‘home’ );
?><?php endwhile; ?>
<?php /* Start the Loop */ ?>
- The topic ‘posts as pages’ is closed to new replies.