Forums

I want to reverse the order.. of posting HOW? and more! (2 posts)

  1. Julia Matcham
    Member
    Posted 10 months ago #

    I want to use Word Press more like a Web site...that is I want to design the pages and maybe add links if I can find how ...but NOT last post first. In consecutive order.
    I also want to add photos of my work which I understand how to upload, but again cannot find any explanation of various ways these might be displayed. Is there anyway of repositioning photos?
    Are some templates specially for this. I am using the default template, just to try to understand the rules...which are really difficult for a novice to follow.
    I have spent HOURS reading SUPPORT but a lot of it is incomprehensible.
    I need to know what I can't do as much as what I can!
    Thanks anyone!
    As I have only just joined, I assume my version is the latest.

  2. MichaelH
    moderator
    Posted 10 months ago #

    You will want to read-up on the template tag, query_posts(), to change the order of posts but this before you loop should do the trick:

    <?php query_posts($query_string.'&order=ASC'); ?>
    <?php if (have_posts()) : ?>

    You might also want to read the following:
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

Reply

You must log in to post.

About this Topic

Tags