Format change for Andreas Viklund theme
-
Currently using Andreas 01-12. Is it possible to change the number of blog posts that appears on the main index template? I looked at it and there doesn’t seem to be an obvious place to edit the number of posts, it just has this:
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<div class=”post”>
<h2>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”contenttext”>
<?php the_content(‘Read more »’); ?>
</div><p class=”postinfo”>Posted: <?php the_time(‘F jS, Y’) ?> under <?php the_category(‘, ‘) ?>.
“>Comments: <?php comments_number(‘none’,’1′,’%’); ?>
<?php edit_post_link(‘Edit this post’,’ | ‘,”); ?></p>
</div><?php endwhile; ?>
My preference would be to have only one post on the front page and then a link in the sidebar to the rest of the posts. But even for the rest of the posts there isn’t currently a “page 1” of the blog. When you scroll down the page https://www.borderlinecollective.org and click “previous entries” then you get borderlinecollective.org/page/2 but there is no page/1 or just page/ file.
Is this something that simply cannot be done with this theme?
- The topic ‘Format change for Andreas Viklund theme’ is closed to new replies.